Add release notes for approximate transaction size

This commit is contained in:
Jingyu Zhou 2019-07-16 13:36:56 -07:00
parent 14cb21285f
commit 80b1a9c0ed
1 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,8 @@ Status
Bindings
--------
* C: Added ``fdb_transaction_get_approximate_size`` to get the approximated transaction size before commit. `(PR #1756) <https://github.com/apple/foundationdb/pull/1756>`_.
* C: ``fdb_future_get_version`` has been renamed to ``fdb_future_get_int64``. `(PR #1756) <https://github.com/apple/foundationdb/pull/1756>`_.
* Go: The Go bindings now require Go version 1.11 or later.
* Go: Fix issue with finalizers running too early that could lead to undefined behavior. `(PR #1451) <https://github.com/apple/foundationdb/pull/1451>`_.