Add release note for incompatible client count regression.
This commit is contained in:
parent
f39363b55b
commit
4294a07138
|
@ -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+
|
||||
---------------------------
|
||||
|
|
Loading…
Reference in New Issue