Add release note

This commit is contained in:
Andrew Noyes 2019-09-05 16:43:53 -07:00
parent 95c6c9618e
commit 0c7e9dfba3
1 changed files with 1 additions and 0 deletions

View File

@ -73,6 +73,7 @@ Bindings
* Go: The Go bindings now require Go version 1.11 or later.
* Go: Finalizers could run too early leading to undefined behavior. `(PR #1451) <https://github.com/apple/foundationdb/pull/1451>`_.
* Added a transaction option to control the field length of keys and values in debug transaction logging in order to avoid truncation. `(PR #1844) <https://github.com/apple/foundationdb/pull/1844>`_.
* Added a transaction option to control the whether get_addresses_for_key includes a port in the address. This will be deprecated in api version 700, and addresses will include ports by default. `(PR #2060) <https://github.com/apple/foundationdb/pull/2060>`_.
Other Changes
-------------