5.22.0
This release introduces preview support to the GQLStatusObject #1194 along with other ergonomic preview features. This also speeds up the driver shutdown when connections are waiting to be acquired #1196, thanks, CarsonF, for the contribution.
⭐ ⚠️ Preview Features
- Introduce GqlStatusObject support as notifications to
ResultSummary
#1194 - Introduce
AbortSignal
toDriver.executeQuery
1199 - Introduce
resultTransformer.first
#1200 - Introduce
resultTransformer.summary
1201 - Introduce
resultTransformers.eager
andresultTransformers.mapped
1202
🔧 Fixes
🧹 Housekeeping
- Improvements on internal APIs #1195