-
Notifications
You must be signed in to change notification settings - Fork 69
4.4 Change Log
AndyHeap-NeoTech edited this page Dec 16, 2021
·
1 revision
This release introduces support for Neo4j 4.4 alongside new features and improvements.
- Introduce impersonation support
- Add bearer authentication support for single sign on
- Add Bolt 4.4 support
- 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.
- 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