Merge pull request #2073 from ajbeamon/incompatible-client-release-note
Add release note for incompatible client count regression.
This commit is contained in:
commit
d2a66c32f3
|
@ -95,6 +95,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+
|
||||
---------------------------
|
||||
|
|
Loading…
Reference in New Issue