-
Notifications
You must be signed in to change notification settings - Fork 153
4.4 changelog
Antonio BarcΓ©los edited this page Nov 23, 2021
·
22 revisions
Improve data serialisation performance in browser and improve test suite.
- Improve data serialisation performance in browser. #809
- Improve error logging during fatal errors. #812
- Add examples for using bearer token for auth. #814
- Add Bolt versions to feature list. #810
- Enable tests for Result.then. #813
- Add support for running testkit tests in browser #798
- Set npm version to 7 and remove unnecessary global gulp installation #815
- Add support for TestKit's new SSL tests #778
- Remove
text-encoding-utf-8
library from the dependency list. #809 - Add
buffer
andstring_decoder
as dependencies. #809
This is the first G.A. of the 4.4 driver series.
- Update api docs generation scripts #806
- Avoid send RESET messages if the connection is not open #808
- Fix minimum supported TLS features available name #805
This is the second beta release that provides a preview of the new features and general improvements.
- Fix AuthorisationExpired failure handling during rediscovery #803
This is the first beta release that provides a preview of the new features and general improvements.
- Fix implementation of GetRoutingTable message #794
- Fix Readme file missing from the alpha release #793
- Update NPM packages versions #795
This is the first alpha release that provides a preview of the new features and general improvements.
- Deprecate Integer #785