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 4 of 16

2.2.3

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).

๐Ÿ“ Documentation
- 954d491 docs: add amit-kumaryadav as a contributor for userTesting (936)

๐Ÿงน Housekeeping
- 40500b0 Bump testcontainers.version from 1.17.6 to 1.18.0 (929)
- 55f5d21 Bump quarkus.version from 2.16.5.Final to 2.16.6.Final (928)
- 0c16938 build(deps-dev): Bump checker-qual from 3.32.0 to 3.33.0 (925)
- 893649b Bump asciidoctorj-diagram from 2.2.4 to 2.2.7 (926)
- e18cff2 Bump jacoco-maven-plugin.version from 0.8.8 to 0.8.9 (927)
- 46c6f5a Bump neo4j-ogm.version from 4.0.4 to 4.0.5 (930)
- c228608 Bump quarkus-neo4j.version from 2.2.5 to 2.2.6 (931)
- 8e7f0b4 Bump picocli.version from 4.7.1 to 4.7.2 (932)
- d381cc5 Bump docker-maven-plugin from 0.42.0 to 0.42.1 (933)
- 5d27201 Bump byte-buddy.version from 1.14.3 to 1.14.4 (924)
- 0450638 Bump neo4j-java-driver from 5.6.0 to 5.7.0 (923)
- 459a973 Bump neo4j-cypher-dsl-schema-name-support from 2023.2.0 to 2023.2.1 (922)
- d5cab03 Bump maven-invoker-plugin from 3.5.0 to 3.5.1 (921)
- 606f123 Bump byte-buddy.version from 1.14.2 to 1.14.3 (920)
- 9aa5fe8 Bump maven-release-plugin from 2.5.3 to 3.0.0 (918)
- 88d72ad Bump maven-install-plugin from 3.1.0 to 3.1.1 (916)
- e283cb6 Bump spring-boot.version from 3.0.4 to 3.0.5 (911)
- a7dbd37 build(deps-dev): Bump spring-data-neo4j from 7.0.3 to 7.0.4 (914)
- 83ace15 Bump checkstyle from 10.9.2 to 10.9.3 (919)
- 31af371 Bump neo4j-cypher-dsl-schema-name-support from 2023.0.3 to 2023.2.0 (917)
- 3520b37 Bump maven-deploy-plugin from 3.1.0 to 3.1.1 (915)
- 9c28e96 Bump asciidoctor-maven-plugin from 2.2.2 to 2.2.3 (913)
- 063d19c Bump neo4j-harness from 5.5.0 to 5.6.0 (912)
- c1eec64 Bump maven-resources-plugin from 3.3.0 to 3.3.1 (910)

๐Ÿ›  Build
- 888c87f build: Disable UPX by default. (935)

2.2.2

๐Ÿงน Housekeeping
- 8cdac19 Bump quarkus to 2.16.5 and quarkus-neo4j to 2.2.5.

2.2.1

๐Ÿงน Housekeeping
- e2b24ff Bump moditect-maven-plugin from 1.0.0.RC2 to 1.0.0.RC3 (903)
- dabe133 Bump byte-buddy.version from 1.14.1 to 1.14.2 (904)
- c9505ef Bump maven-surefire-plugin from 3.0.0-M9 to 3.0.0 (907)
- d732935 Bump maven-failsafe-plugin from 3.0.0-M9 to 3.0.0 (902)
- a26b257 Bump neo4j-ogm.version from 4.0.3 to 4.0.4 (908)
- e2d764b Bump plexus-utils from 3.5.0 to 3.5.1 (906)
- 82c2e18 Bump maven-compiler-plugin from 3.10.1 to 3.11.0 (905)
- 5735ff1 Bump checkstyle from 10.8.0 to 10.9.2 (909)
- 89cab38 Bump classgraph from 4.8.156 to 4.8.157 (898)
- 9e79f2d Bump jreleaser-maven-plugin from 1.4.0 to 1.5.1 (901)
- 2c50e39 Bump maven-plugin-annotations from 3.7.1 to 3.8.1 (900)
- 6afa1a5 Bump maven-plugin-plugin from 3.7.1 to 3.8.1 (899)
- 4202568 Bump docker-maven-plugin from 0.41.0 to 0.42.0 (897)
- f391d22 Bump neo4j-java-driver from 5.5.0 to 5.6.0 (896)
- 8d2aab0 Bump byte-buddy.version from 1.14.0 to 1.14.1 (894)
- 0363ffe Bump mockito.version from 5.1.1 to 5.2.0 (893)

2.2.0

๐Ÿš€ Features
- 993a8ee feat: Add `repair` operation.
- 6f5ea92 feat: Add `delete` operation. (879)

๐Ÿ› Bug Fixes
- 6f56a1a fix: Avoid potential catastrophic backtracking in regex for precondition parsing. (892)
- b8e0fae fix: Apidocs generation was not running since 2.0.0.

๐Ÿ”„๏ธ Refactorings
- 070b596 refactor: suppress warnings wrt `Collectors.toList` vs `toList`.
- 584920d refactor: Make version pattern more resilient.
- 689b3f8 refactor: Add a bunch of additional tests.
- 6b5d29a refactor: Order sub-commands alphabetically. (891)

๐Ÿ“ Documentation
- 911084b docs: Add GitHub Release Radar feature to README.
- 140e943 docs: Improve compatibility note on the `README.adoc`

๐Ÿงน Housekeeping
- 0769328 Bump spring-boot.version from 3.0.2 to 3.0.4 (884)
- 1614143 build(deps-dev): Bump spring-data-neo4j from 7.0.2 to 7.0.3 (889)
- a693b0e Bump classgraph from 4.8.154 to 4.8.156 (882)
- 19ad89e build(deps-dev): Bump checker-qual from 3.31.0 to 3.32.0 (883)
- 43f5405 Bump neo4j-ogm.version from 4.0.2 to 4.0.3 (888)
- 076e743 Bump maven-assembly-plugin from 3.4.2 to 3.5.0 (887)
- 12ecc42 Bump quarkus-neo4j.version from 2.2.2 to 2.2.3 (885)
- 428fd31 Bump checkstyle from 10.7.0 to 10.8.0 (881)
- eb99f61 Bump japicmp-maven-plugin from 0.17.1 to 0.17.2 (880)

๐Ÿ›  Build
- 6226e9c build: Upgrade GraalVM to 22.3.1.
- 489f5c9 build: Try to avoid download timeouts.
- 787e2d0 build: Improve github hosted docs generation.
- 1f8c342 build: Include examples in test results. (878)

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

2.1.2

๐Ÿ› Bug Fixes
- 5dd08b6 fix: Use `optionalDescription` in Quarkus Dev UI.
- 28d1ac7 fix: Images have not been included in the local docs since Antorra migraiton.

๐Ÿ”„๏ธ Refactorings
- 2a7a50c refactor: Use `java.util.HexFormat` for formatting hex. (855)

๐Ÿ“ Documentation
- 83a4d4b docs: Update local changelog.

๐Ÿงน Housekeeping
- 5b75774 build(deps-dev): Bump checker-qual from 3.30.0 to 3.31.0 (874)
- 73ac81b Bump maven-failsafe-plugin from 3.0.0-M8 to 3.0.0-M9 (875)
- 408b271 Bump maven-surefire-plugin from 3.0.0-M8 to 3.0.0-M9 (871)
- a2bab20 Bump maven-invoker-plugin from 3.4.0 to 3.5.0 (877)
- f7f35ba Bump maven-javadoc-plugin from 3.4.1 to 3.5.0 (876)
- 404997d Bump native-maven-plugin from 0.9.19 to 0.9.20 (872)
- 8f2221f Bump byte-buddy.version from 1.13.0 to 1.14.0 (869)
- 7b0cb23 Bump quarkus.version from 2.16.2.Final to 2.16.3.Final (873)
- 19ddb7c Bump neo4j-harness from 5.4.0 to 5.5.0 (870)
- 60989c4 build(deps-dev): Bump spring-data-neo4j from 7.0.1 to 7.0.2 (868)
- e34727e Bump maven.version from 3.8.7 to 3.9.0 (866)
- b2050f9 Bump quarkus-neo4j.version from 2.2.0 to 2.2.2 (865)
- edd992e Bump neo4j-cypher-dsl-schema-name-support from 2023.0.2 to 2023.0.3 (861)
- d5976b7 Bump quarkus.version from 2.16.1.Final to 2.16.2.Final (858)
- 83170b7 Bump maven-deploy-plugin from 3.0.0 to 3.1.0 (863)
- fea5d88 Bump docker-maven-plugin from 0.40.3 to 0.41.0 (862)
- 3fc4509 Bump byte-buddy.version from 1.12.23 to 1.13.0 (857)
- 976689f Bump mockito.version from 5.1.0 to 5.1.1 (856)

๐Ÿ›  Build
- 63982e2 build: Reorder Quarkus modules so that site generation works reliable.

2.1.1

๐Ÿ“ Documentation
- c9e66f2 docs: add sibethencourt as a contributor for ideas (840)

๐Ÿงน Housekeeping
- e4c321e Bump checkstyle from 10.6.0 to 10.7.0 (853)
- 7048612 Bump asciidoctorj-diagram from 2.2.3 to 2.2.4 (848)
- 877bf43 Bump byte-buddy.version from 1.12.22 to 1.12.23 (852)
- 2ce23f6 build(deps-dev): Bump checker-qual from 3.29.0 to 3.30.0 (851)
- dcffb9a Bump picocli from 4.7.0 to 4.7.1 (847)
- bc842b6 Bump mockito.version from 5.0.0 to 5.1.0 (846)
- 01c9ad7 Bump sortpom-maven-plugin from 3.2.0 to 3.2.1 (843)
- 428a91d Bump quarkus.version from 2.16.0.Final to 2.16.1.Final (850)
- bb82c8b Bump neo4j-ogm.version from 4.0.1 to 4.0.2 (849)
- c05ef3f Bump neo4j-cypher-dsl-schema-name-support from 2023.0.1 to 2023.0.2 (845)
- dbdb81f Bump neo4j-java-driver from 5.4.0 to 5.5.0 (844)
- a6d72be Bump neo4j-harness from 5.3.0 to 5.4.0 (842)

Page 4 of 16

ยฉ 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.