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)