Skip to content

Feature and Improvements Release

Compare
Choose a tag to compare
@khaf khaf released this 11 Jun 20:24
· 410 commits to master since this release
  • New Features

    • Adds BatchPolicy.AllowPartialResults flag to allow the batch command return partial records returned from the cluster.
    • Adds INVERTED flag to the MapReturnType. Take a look at INVERTED test in cdt_map_test.go to see how to use it.
    • Adds a lot of new Ordered Map and List operations and brings the client up to date with the latest server API.
  • Changes

    • Use the default values for BasePolicy in BatchPolicy to keep the behavior consistent with the older releases.
  • Improvements

    • Adds a recover to the tend goroutine to guarantee the client will recover from internal crashes.
    • Removes unneeded type casts.
    • Uses the new stat name for migrations check.
  • Fixes

    • Fixes TTL in GetObject and BatchGetObject reflection API.
    • Handle extension marker in List headers.