-
Notifications
You must be signed in to change notification settings - Fork 147
4.3 changelog
Antonio Barcélos edited this page Nov 5, 2021
·
15 revisions
- Avoid send RESET messages if the connection is not open (#807)
- Fix AuthorisationExpired failure handling during rediscovery (#804)
- Fix failure handling. Throwing connection errors with the root cause. (#802)
- Fix type casting in the internal of Result (#769)
- Add optional generic parameter to Node and Relationship for easier access to the properties. Thanks, 1pxone. (#780)
- Add type assertion to is functions.Thanks, hebestnom. (#781)
- Fix Path unpacking when BigInt usage is enabled (#766)
- Improvement in the Keep-Alive strategy (#761)
- Fix connection acquisition timeout error message (#760)
- Fix Bolt messages logs (#756)
- Fix Driver.supportsMultiDb return type in Typescript (#740)
- Fix docs for Session.run (#735)
- Check connections for closure on LDAP Auth Credential expiration (#730, #731)
- ResultSummary.server: deprecate property version and introduce property agent as replacement (#728)
- Fix address resolution issue in methods
supportsMultiDb
andsupportsTransactionConfig
(#725) - Improve typescript support by fixing RxResult type mapping (#729)
- Improvements in the TestSuite and Stability (#723, #724, #726, 727)
- Fix npm package installation in [email protected]
- Add support for native Javascript BigInt object (#696)
- Improve typescript support and fix mismatched type mappings(#678)
- Add protocol version in the Result object returned by a Transaction.run call (#658)
- Add support Bolt Protocol Message 4.3
- Remove uri-js dependency (#694)
- Internal Code Improvements and Modularization (#645, #659, #662, #678, #692, #705, #706, #707, #708, #709, #711, #712)
- Improvement in the Test Suite and stability (#641, #650, #654, #656, #663, #669, #667, #680, #690, #695, #697, #698, 699, #700, #701, #710)