Skip to content

Latest commit

 

History

History
48 lines (41 loc) · 2.24 KB

File metadata and controls

48 lines (41 loc) · 2.24 KB

Release Notes

7.0.0

Performance

Fixes

Status

  • Replaced cluster.database_locked status field with cluster.database_lock_state, which contains two subfields: locked (boolean) and lock_uid (which contains the database lock uid if the database is locked). (PR #2058)

Bindings

  • Java: Introduced keyAfter utility function that can be used to create the immediate next key for a given byte array. (PR #2458)

Other Changes

  • Double the number of shard locations that the client will cache locally. (PR #2198)

Earlier release notes