Skip to content

4.4.0

Compare
Choose a tag to compare
@AndyHeap-NeoTech AndyHeap-NeoTech released this 16 Dec 16:42
· 17 commits to 4.4 since this release
ea19f49

4.4.0

This release introduces support for Neo4j 4.4 alongside new features and improvements.

⭐ New Features


  • Introduce impersonation support
  • Add bearer authentication support for single sign on
  • Add Bolt 4.4 support

👏 Improvements


  • Added InvalidBookmarkException to the driver Invalid bookmark exception
  • Inheritance in protocol objects improved to reduce code duplication and bloat.
  • Introduction examples have been improved Examples
  • Added ConnectionReadTimeoutException to the driver Timeout exception
  • Implemented an extension method to the .Net Stream class, ReadWithTimeoutAsync. This is used by the ChunkReader at the lowest level so that it can timeout if the nothing is read from the stream for a specified time.

✅ Testkit


  • Add kerberos auth to TestKit backend
  • Add Feature:Auth:Custom Testkit feature support
  • Add supported protocol versions to testkit backend
  • Testkit output now goes to stdout/etderr. From there TestKit can pick it up and write it into logfiles if desired #562