Skip to content

Releases: neo4j/neo4j-dotnet-driver

5.25.0

27 Sep 11:32
f7318f3
Compare
Choose a tag to compare

No changes.

5.24.0

02 Sep 08:40
f7318f3
Compare
Choose a tag to compare

⭐ New Features

  • Delegate and blueprint mapping added to object mapping functionality (#810)
  • Add SCHEMA notification type (#813)

5.23.0

06 Aug 09:31
Compare
Choose a tag to compare

⭐ New Features

  • Bolt 5.6 & 5.5 introduced (#809)

🔮 Preview Features:

5.22

27 Jun 10:34
9a6210b
Compare
Choose a tag to compare

No new changes

5.21.0

30 May 14:08
aad88f8
Compare
Choose a tag to compare

No changes.

5.20.0

03 May 08:26
858e73d
Compare
Choose a tag to compare

⭐ New Features

  • Object mapping moved out of preview (#784)
  • Default object mapper made stricter in order to avoid unpredictable or unexpected results (#792, #796)

5.18.1

18 Mar 18:12
Compare
Choose a tag to compare

🐛 Bug Fix:

  • Reclassification of transient error when opening SSL Connection (#788)

5.18.0

06 Mar 13:59
a1670b7
Compare
Choose a tag to compare

What's Changed

Full Changelog: 5.17.0...5.18.0

5.17.0

29 Jan 16:00
eb868dc
Compare
Choose a tag to compare

⭐ New Features

  • support .NET 8 (#770)

🐛 Bug fix

  • fix cancellation token being ignored for ExecuteQuery (#771)

5.16

09 Jan 09:37
ca3700e
Compare
Choose a tag to compare

⭐ New features

  • Introduce TransactionConfig parameter to query config (#754)
  • Liveness check (#756)

🚀 Optimizations

  • Protect default memory pool for bolt (#758)
  • Update array pool config, allow driver to request a max sized array (#764)
  • Reduce memory allocations when creating a record object (#767)

Other

  • Refactoring of internal code to remove warnings and tidy the code base