updated release notes for 5.2.8

This commit is contained in:
Evan Tschannen 2018-07-31 17:11:30 -07:00
parent 922374b756
commit 3b514aaead
1 changed files with 5 additions and 0 deletions

View File

@ -10,6 +10,11 @@ Bindings
* Java: ``FDBDatabase::run`` and ``FDBDatabase::read`` now use the ``Executor`` provided for executing asynchronous callbacks instead of the default one for the database. `(Issue #640) <https://github.com/apple/foundationdb/issues/640>`_
Fixes
-----
* A large number of concurrent read attempts could bring the database down after a cluster reboot. `(PR #650) <https://github.com/apple/foundationdb/pull/650>`_
5.2.7
=====