Skip to content

Releases: spring-projects/spring-data-neo4j

6.2.6

15 Jul 08:50
c76744b
Compare
Choose a tag to compare

📗 Links

🐞 Bug Fixes

  • Default values in entities are not used, potentially causes NullPointerExceptions #2565
  • Target of relationship property entities is serialised into properties and not as a separate property. #2537

📔 Documentation

  • The difference between older versions of SDN and SDN6 are not made clear enough in the documentation #2562
  • Documentation about @Transactional(readOnly=true) is unclear. #2557

6.3.1

20 Jun 09:40
0031df3
Compare
Choose a tag to compare

📗 Links

🔨 Dependency Upgrades

  • Upgrade to Maven Wrapper 3.8.5 #2548

6.2.5

20 Jun 09:13
776b953
Compare
Choose a tag to compare

📗 Links

🐞 Bug Fixes

  • Target of relationship property entities is serialised into properties and not as a separate property. #2537
  • BeanInstantiationException with @DynamicLabels and multiple levels of inheritance #2529

🔨 Dependency Upgrades

  • Upgrade to Maven Wrapper 3.8.5 #2549

7.0.0-M4

13 May 08:53
da8f0b1
Compare
Choose a tag to compare
7.0.0-M4 Pre-release
Pre-release

📗 Links

⭐ New Features

  • Use :param k => v format for tracing named parameters. #2519

🐞 Bug Fixes

  • Target of relationship property entities is serialised into properties and not as a separate property. #2537
  • BeanInstantiationException with @DynamicLabels and multiple levels of inheritance #2529
  • Cannot resolve targetEntity in EntityFromDtoInstantiatingConverter. #2505
  • Neo4jRepository.SaveAll() Does not work for entities with @CompositeProperty #2493
  • Reactive client is initialised with an invalid (null) database selection. #2488

6.3.0

13 May 08:15
7ddc205
Compare
Choose a tag to compare

📗 Links

🐞 Bug Fixes

  • Target of relationship property entities is serialised into properties and not as a separate property. #2537
  • BeanInstantiationException with @DynamicLabels and multiple levels of inheritance #2529

6.3.0-RC1

19 Apr 09:21
7a5d35a
Compare
Choose a tag to compare
6.3.0-RC1 Pre-release
Pre-release

📗 Links

⭐ New Features

  • Use :param k => v format for tracing named parameters. #2519
  • Add user agent to transaction meta data. #2102

🐞 Bug Fixes

  • Cannot resolve targetEntity in EntityFromDtoInstantiatingConverter. #2505
  • Neo4jRepository.SaveAll() Does not work for entities with @CompositeProperty #2493
  • Reactive client is initialised with an invalid (null) database selection. #2488

6.2.4

19 Apr 10:13
2ca11cd
Compare
Choose a tag to compare

📗 Links

⭐ New Features

  • Add user agent to transaction meta data. #2102

🐞 Bug Fixes

  • Cannot resolve targetEntity in EntityFromDtoInstantiatingConverter. #2505
  • Neo4jRepository.SaveAll() Does not work for entities with @CompositeProperty #2493
  • Reactive client is initialised with an invalid (null) database selection. #2488

6.1.11

19 Apr 11:59
ce72814
Compare
Choose a tag to compare

📗 Links

⭐ New Features

  • Add user agent to transaction meta data. #2102

🐞 Bug Fixes

  • Neo4jRepository.SaveAll() Does not work for entities with @CompositeProperty #2493
  • Reactive client is initialised with an invalid (null) database selection. #2488

7.0.0-M3

22 Mar 13:07
299da91
Compare
Choose a tag to compare
7.0.0-M3 Pre-release
Pre-release

📗 Links

⭐ New Features

  • Add user agent to transaction meta data. #2102

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