Skip to content

4.0.0

Compare
Choose a tag to compare
@khaf khaf released this 14 Aug 17:38
· 14 commits to master since this release
444508d
  • New Features

    • [CLIENT-2177] Add support for MapReturnType#MAP_ORDERED and MapReturnType#MAP_UNORDERED.
    • [CLIENT-2308] Add Exp#infinity_val and Exp#wildcard_val.
    • [CLIENT-1731] Support Batch Operations.
  • Updates

    • [CLIENT-3055] Remove Unsupported Server Features (Predexp and BatchDirect).
  • 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.
      Set bool return type for list read expressions with ListReturnType.EXISTS.
      Set bool return type for map read expressions with MapReturnType.EXISTS.
      Set map return type for map read expressions with MapReturnType.UNORDERED_MAP or MapReturnType.ORDERED_MAP.
    • [CLIENT-3072] Fix an issue where Statement#return_data is not respected.