Skip to content

Releases: spring-projects/spring-data-neo4j

7.0.0-M2

21 Mar 15:45
0a289e9
Compare
Choose a tag to compare
7.0.0-M2 Pre-release
Pre-release

📗 Links

⭐ New Features

  • Improve memory consumption during mapping #2502
  • Performance increase for huge single node results. #2501
  • RecordMapAccessor became superfluous with 4.4.4 driver. #2496
  • Mapping of nested classes collected under common label #2462

🐞 Bug Fixes

  • Relationship statemachine uses internal ids all the time, not being able to keep track of processed values. #2500
  • Expected parameter(s) #2498
  • Relationships are not persisted when saving DTO objects as domain objects. #2475
  • Cannot sort on properties with periods (.) in custom queries. #2474
  • Persistence of projections with composite properties #2451

🔨 Dependency Upgrades

  • Upgrade Cypher-DSL to 2022.2.0 #2504
  • Upgrade to Java Driver 4.4.5 #2503
  • Upgrade to Neo4j-Java-Driver 4.4.4. #2495

6.3.0-M4

21 Mar 15:21
7dcfd5d
Compare
Choose a tag to compare
6.3.0-M4 Pre-release
Pre-release

📗 Links

⭐ New Features

  • Improve memory consumption during mapping #2502
  • Performance increase for huge single node results. #2501
  • RecordMapAccessor became superfluous with 4.4.4 driver. #2496

🐞 Bug Fixes

  • Relationship statemachine uses internal ids all the time, not being able to keep track of processed values. #2500
  • Expected parameter(s) #2498

🔨 Dependency Upgrades

  • Upgrade Cypher-DSL to 2022.2.0 #2504
  • Upgrade to Java Driver 4.4.5 #2503
  • Upgrade to Neo4j-Java-Driver 4.4.4. #2495
  • Upgrade to Maven Wrapper 3.8.4 #2485

6.2.3

21 Mar 14:07
807aaec
Compare
Choose a tag to compare

📗 Links

⭐ New Features

  • Improve memory consumption during mapping #2502
  • Performance increase for huge single node results. #2501
  • RecordMapAccessor became superfluous with 4.4.4 driver. #2496

🐞 Bug Fixes

  • Relationship statemachine uses internal ids all the time, not being able to keep track of processed values. #2500
  • Expected parameter(s) #2498

🔨 Dependency Upgrades

  • Upgrade to Java Driver 4.4.5 #2503
  • Upgrade to Neo4j-Java-Driver 4.4.4. #2495
  • Upgrade to Maven Wrapper 3.8.4 #2484

6.1.10

21 Mar 13:34
3fe845f
Compare
Choose a tag to compare

📗 Links

⭐ New Features

  • Improve memory consumption during mapping #2502
  • Performance increase for huge single node results. #2501

🐞 Bug Fixes

  • Relationship statemachine uses internal ids all the time, not being able to keep track of processed values. #2500
  • Expected parameter(s) #2498

🔨 Dependency Upgrades

  • Upgrade to Maven Wrapper 3.8.4 #2483

6.3.0-M3

18 Feb 10:16
d46db88
Compare
Choose a tag to compare
6.3.0-M3 Pre-release
Pre-release

📗 Links

🐞 Bug Fixes

  • Relationships are not persisted when saving DTO objects as domain objects. #2475
  • Cannot sort on properties with periods (.) in custom queries. #2474
  • Persistence of projections with composite properties #2451

6.2.2

18 Feb 09:49
1a50c1c
Compare
Choose a tag to compare

📗 Links

⭐ New Features

  • Mapping of nested classes collected under common label #2462

🐞 Bug Fixes

  • Relationships are not persisted when saving DTO objects as domain objects. #2475
  • Cannot sort on properties with periods (.) in custom queries. #2474
  • Persistence of projections with composite properties #2451

6.1.9

18 Feb 09:33
c4368d9
Compare
Choose a tag to compare

📗 Links

🐞 Bug Fixes

  • Relationships are not persisted when saving DTO objects as domain objects. #2475
  • Cannot sort on properties with periods (.) in custom queries. #2474
  • Persistence of projections with composite properties #2451

6.3.0-M2

18 Jan 08:22
Compare
Choose a tag to compare
6.3.0-M2 Pre-release
Pre-release

📗 Links

⭐ New Features

  • Mapping of nested classes collected under common label #2462

7.0.0-M1

14 Jan 13:43
51cd9fe
Compare
Choose a tag to compare
7.0.0-M1 Pre-release
Pre-release

📗 Links

🔨 Dependency Upgrades

  • Upgrade to Neo4j 4.3.6. #2425
  • Upgrade to Neo4j-Java-Driver 4.3.5. #2424

6.3.0-M1

14 Jan 10:10
Compare
Choose a tag to compare
6.3.0-M1 Pre-release
Pre-release

📗 Links

⭐ New Features

  • Default transaction timeout is not used as a fallback. #2463
  • @DynamicLabels doesn't specify the node's label #2455
  • Repository query method with 'contains' on list property generates incorrect cypher query #2444

🐞 Bug Fixes

  • Relation mapping using the most abstract label #2459
  • Relationships are not mappend if defined in abstract class constructor. #2452