Neo4j-python-migrations

Latest version: v0.1.3

Safety actively analyzes 688053 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 6 of 16

1.275.068

Estimated Schedule Effort (organic) 15,08 months
Estimated People Required (organic) 7,51


And now, up to the next cool things ahead :)

πŸš€ Features
- b1a4a5f Try to detect `CALL {} IN TRANSACTIONS` and skip managed transactions. (743)
- d86b14e Upgrade the project to utilize JDK17 full and proper.
- 5f8aa39 Provide a limited set of annotations to define constraints. (755)
- fca152a Allow programmatic control over repeatable Java based migrations. (726)

πŸ› Bug Fixes
- 819e8d8 Fix prepare-release.sh.
- 9edf488 Fix jbang distribution.
- dad1cd4 Manually check for duplicate versions and don’t rely on the constraint. (727)
- 0e41ee1 Add `migrateBTreeIndexes` cmd to CLI. (744)

πŸ”„οΈ Refactorings
- bff7e67 Sort duplicate versions by source name.
- dd6d1f0, 10fb84e and 45cf83d More JDK 17 related polishing.
- 67c9f33 Add additional tests
- c1a5538 Include reasons in CLI log when being able to render catalog items. (723)
- d861a9c Remove `Formattable` trait from catalog items.

πŸ“ Documentation
- e3c770a Correct spelling errors.
- 6165e60 add adam-cowley as a contributor for infra (740)
- 96c9c3c add adriens as a contributor for ideas (766)
- 34c7c6b add michael-simons as a contributor for talk (767)
- d053800 add Mogztter as a contributor for code, and doc (731)
- 2ad8ebd Add links to articles and presentations about the project.
- 1afe134 Update local changelog.
- 49260d2 Clarify Java version requirements.
- f865b5d migrate documentation to Antora (657)

🧹 Housekeeping
- 3a21108 Bump native-maven-plugin from 0.9.18 to 0.9.19 (771)
- a7869b2 Bump compile-testing from 0.19 to 0.20 (770)
- 432ac7a Bump checker-qual from 3.27.0 to 3.28.0 (769)
- 6039680 Bump neo4j-harness from 5.1.0 to 5.2.0 (772)
- 4ca45d7 Upgrade driver to 5.3, Spring Boot to 3.0 and Quarkus (Extension) to 2.0.
- d20e174 Bump junit-jupiter-causal-cluster-testcontainer-extension from 2022.1.2 to 2022.1.3 and testcontainers from 1.17.5 to 1.17.6
- ccdcdbc Bump classgraph from 4.8.149 to 4.8.151 (763)
- a71776c Bump archunit from 1.0.0 to 1.0.1 (764)
- bec24d4 Bump native-maven-plugin from 0.9.17 to 0.9.18 (761)
- d8e2e6b Bump neo4j-cypher-dsl-schema-name-support from 2022.7.3 to 2022.8.0 (760)
- 71302a7 Bump quarkus.version from 2.14.0.Final to 2.14.2.Final (759)
- ddd6ac0 Bump checkstyle from 10.4 to 10.5.0 (758)
- 9ef9d8f Bump spring-data-neo4j from 6.3.5 to 7.0.0 (754)
- 6237a64 Bump plexus-classworlds from 2.6.0 to 2.7.0 (753)
- 270e596 Bump byte-buddy.version from 1.12.18 to 1.12.19 (751)
- 8e4a4d9 Bump maven-install-plugin from 3.0.1 to 3.1.0 (750)
- 6c934b5 Bump japicmp-maven-plugin from 0.16.0 to 0.17.1 (749)
- 14dafc4 Bump commonmark from 0.20.0 to 0.21.0 (747)
- bd72f7d Bump mockito.version from 4.8.1 to 4.9.0 (746)
- 332f1a3 Bump neo4j-harness from 4.4.12 to 5.1.0 (690)
- 1a4f6d4 Bump os-maven-plugin from 1.7.0 to 1.7.1 (734)
- 0ae21b9 Bump maven-plugin-plugin from 3.6.4 to 3.7.0 (735)
- 3393102 Bump maven-plugin-annotations from 3.6.4 to 3.7.0 (733)
- 9f360ad Bump checker-qual from 3.26.0 to 3.27.0 (736)
- f2e1ca8 Bump quarkus-neo4j.version from 1.6.1 to 1.7.0 (721)
- 77fc359 Bump quarkus.version from 2.13.3.Final to 2.14.0.Final (711)
- 5d3814b Bump graal-sdk from 21.3.2 to 22.3.0

πŸ›  Build
- cc349ec Set previous version to latest 1.x version.
- 33af669 Polish native config.
- a741a81 Remove multi-release leftovers.
- 8cb7229 Don’t skip tests based on checking string arguments blindly.
- 9b4368f Improve Antora includes and build
- b6af149 Notify neo4j.com playbooks repository. (737)
- 13d7d45 Improve Antora version approach and module name. (738)
- c8e4580 Add full testing support for Neo4j 5. (741)

Contributors
We'd like to thank the following people for their contributions:
- adam-cowley
- meistermeier
- Mogztter

1.16.2

This is mainly a bug fix release: The CLI binaries for Windows have been non-functional. Although we have tests for the binary images and we ensure they work as expected, we did so only on Linux. The compression of the produced binaries broke them (the same way that happened on osx-aarch64; in short: Don't use `upx` with GraalVM binaries).

πŸ› Bug Fixes
- b1bc2d6 fix: Avoid potential catastrophic backtracking in regex for precondition parsing. (892)

πŸ”„οΈ Refactorings
- 9c5da78 refactor: Make version pattern more resilient.

🧹 Housekeeping
- 4b5de9c build(deps-dev): Bump spring-data-neo4j from 6.3.7 to 6.3.10
- 968b38c Bump spring-boot.version from 2.7.8 to 2.7.10
- 575049f Bump maven-deploy-plugin from 3.0.0 to 3.1.0 (863)
- 11f055b Bump docker-maven-plugin from 0.40.3 to 0.41.0 (862)
- 56f24d2 Bump byte-buddy.version from 1.12.23 to 1.13.0 (857)
- a7ca649 Bump mockito.version from 5.1.0 to 5.1.1 (856)

πŸ›  Build
- 09ac246 build: Disable UPX by default.

1.16.1

🧹 Housekeeping
- c727dfd Bump checkstyle from 10.6.0 to 10.7.0 (853)
- 051027e Bump asciidoctorj-diagram from 2.2.3 to 2.2.4 (848)
- 8cd37a9 Bump byte-buddy.version from 1.12.22 to 1.12.23 (852)
- 8d7e2db build(deps-dev): Bump checker-qual from 3.29.0 to 3.30.0 (851)
- 2bdb8f4 Bump picocli from 4.7.0 to 4.7.1 (847)
- 955e05b Bump mockito.version from 5.0.0 to 5.1.0 (846)
- fc497dc Bump sortpom-maven-plugin from 3.2.0 to 3.2.1 (843)

1.16.0

Thanks to sibethencourt for your input on 829.

πŸš€ Features
- e2f9978 feat: Provide a factory method for `MigrationContext`. (830)

🧹 Housekeeping
- 6a82165 Bump quarkus.version from 2.13.5.Final to 2.13.7.Final
- cf1fde8 build(deps-dev): Bump spring-data-neo4j from 6.3.5 to 6.3.7
- 23fcbb9 Bump spring-boot.version from 2.7.5 to 2.7.8
- 59ce4d1 Bump byte-buddy.version from 1.12.21 to 1.12.22 (826)
- abd5de2 Bump maven-project-info-reports-plugin from 3.4.1 to 3.4.2 (824)
- 4de87cc Bump jna from 5.12.1 to 5.13.0 (823)
- db472f8 Bump maven-checkstyle-plugin from 3.2.0 to 3.2.1 (822)
- fe00ee9 build(deps-dev): Bump error_prone_annotations from 2.17.0 to 2.18.0 (821)
- c6b2059 Bump mockito.version from 4.11.0 to 5.0.0 (817)

1.15.3

🧰 Tasks
- f25102d chore: Extend license header to 2023.

🧹 Housekeeping
- fae4037 Bump neo4j-cypher-dsl-schema-name-support from 2022.8.2 to 2022.8.3
- 9c9d277 Bump byte-buddy.version from 1.12.20 to 1.12.21 (814)
- 9664a76 Bump classgraph from 4.8.153 to 4.8.154 (815)
- 5982fdb build(deps-dev): Bump checker-qual from 3.28.0 to 3.29.0 (813)
- 86461be Bump assertj-core from 3.23.1 to 3.24.1 (812)
- 927bab9 Bump neo4j-ogm.version from 3.2.38 to 3.2.39
- a93e50b Bump neo4j-java-driver from 4.4.9 to 4.4.11
- bb2b8b5 Bump checkstyle from 10.5.0 to 10.6.0 (804)
- 0e50ee0 Bump maven.version from 3.8.6 to 3.8.7 (806)
- 3ee9c60 build(deps-dev): Bump error_prone_annotations from 2.16 to 2.17.0 (808)
- 3bf73da Bump mockito.version from 4.10.0 to 4.11.0 (807)
- 785559f Bump jreleaser-maven-plugin from 1.3.1 to 1.4.0 (805)
- 2e498f5 Bump classgraph from 4.8.152 to 4.8.153 (802)
- 8185369 Bump neo4j-cypher-dsl-schema-name-support from 2022.8.1 to 2022.8.2 (800)

πŸ›  Build
- fdda6e6 build: Remove usage of deprecated JReleaser features.

1.15.2

πŸš€ Features
- 7ddb8d1 Add refactoring `AddSurrogateKey`.

πŸ› Bug Fixes
- eca5f3d Ensure Maven-Plugin can deal with windows paths. (784)
- 3259e4c Filter abstract migration classes from scan result.

πŸ“ Documentation
- 92aec8b Update local changelog.

🧹 Housekeeping
- 7f2ca00 Bump docker-maven-plugin from 0.40.2 to 0.40.3 (791)
- ccd031a Bump maven-invoker-plugin from 3.3.0 to 3.4.0 (793)
- dcc7bb9 Bump compile-testing from 0.20 to 0.21.0 (792)
- 8c4029b Bump mockito.version from 4.9.0 to 4.10.0 (790)
- 1ac8fed Bump byte-buddy.version from 1.12.19 to 1.12.20 (789)
- 49171ff Bump classgraph from 4.8.151 to 4.8.152 (783)
- 5fa19ce Bump neo4j-cypher-dsl-schema-name-support from 2022.8.0 to 2022.8.1 (782)

πŸ›  Build
- e363de7 Allow native build on GraalVM 22.2.0.
- 4167c81 Upgrade deprecated actions (checkout, cache, setup-java). (778)

Page 6 of 16

Β© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.