updated release notes for 5.2.8
This commit is contained in:
parent
922374b756
commit
3b514aaead
|
@ -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
|
||||
=====
|
||||
|
||||
|
|
Loading…
Reference in New Issue