4.0.0
-
New Features
- [CLIENT-2177] Add support for
MapReturnType#MAP_ORDERED
andMapReturnType#MAP_UNORDERED
. - [CLIENT-2308] Add
Exp#infinity_val
andExp#wildcard_val
. - [CLIENT-1731] Support Batch Operations.
- [CLIENT-2177] Add support for
-
Updates
- [CLIENT-3055] Remove Unsupported Server Features (
Predexp
andBatchDirect
).
- [CLIENT-3055] Remove Unsupported Server Features (
-
Improvements
- [CLIENT-3056] Fix Github Actions Workflow. Tests still fail due to runner constraints, but we are now on the right track.
- [CLIENT-2682] Code Coverage - obtain current code coverage numbers for automated unit/integration functional tests.
-
Fixes
- [CLIENT-3080] Set correct return types in list/map read expressions.
Setbool
return type for list read expressions withListReturnType.EXISTS
.
Setbool
return type for map read expressions withMapReturnType.EXISTS
.
Setmap
return type for map read expressions withMapReturnType.UNORDERED_MAP
orMapReturnType.ORDERED_MAP
. - [CLIENT-3072] Fix an issue where
Statement#return_data
is not respected.
- [CLIENT-3080] Set correct return types in list/map read expressions.