Add release note for incompatible client count regression.

This commit is contained in:
A.J. Beamon 2019-09-06 14:48:12 -07:00
parent f39363b55b
commit 4294a07138
1 changed files with 1 additions and 0 deletions

View File

@ -94,6 +94,7 @@ Other Changes
* Added a ``no_wait`` option to the ``fdbcli`` exclude command to avoid blocking. `(PR #1852) <https://github.com/apple/foundationdb/pull/1852>`_.
* Idle clusters will fsync much less frequently. `(PR #1697) <https://github.com/apple/foundationdb/pull/1697>`_.
* CMake is now the official build system. The Makefile based build system is deprecated.
* The incompatible client list in status (``cluster.incompatible_connections``) may now spuriously include clients that use the multi-version API to try connecting to the cluster at multiple versions.
Fixes only impacting 6.2.0+
---------------------------