-
Notifications
You must be signed in to change notification settings - Fork 147
1.6 changelog
Konstantin Lutovich edited this page Nov 1, 2018
·
16 revisions
- Fix TTL parsing when driver configured to use JavaScript numbers #425
- Rollback transaction after failure in transaction functions #397
- Allow creation of temporal objects from standard JS
Date
s #390 - Added type checks for parameter types in spatial and temporal types #388
- Added value range checks for temporal types #393
- Fixed 'padStart is not a function' error in NodeJS 4 and 6 #389
- Fix release of broken connections to the connection pool #368
- Handle nanosecond normalization in duration #370
- Omit zero nanoseconds in
toString()
for temporal types #361 - Fix handling of bolt URL with port 80 #364
- Add
Point.toString()
#356 - Improve exports of spatial and temporal types #355
- Make HTTP session support query cancelation via
#close()
, spatial and temporal types #353 - Improve validation of query parameters #354
- Improve support for unpkg and jsDelivr CDNs #342 and #343
- Convert iterable query parameters to arrays #346
- Flatten temporal types #345
- Support for
disableLosslessIntegers=true
with spatial and temporal types #350 - Create NodeJS buffers using static factories instead of deprecated constructor #351
- Represent Cypher DateTime with a single type #352