Merge branch 'release-5.2' into release-6.0
# Conflicts: # documentation/sphinx/source/release-notes.rst
This commit is contained in:
commit
c8f8db9e72
|
@ -29,8 +29,8 @@ Features
|
|||
* Added the APPEND_IF_FITS atomic operation. `(PR #22) <https://github.com/apple/foundationdb/pull/22>`_
|
||||
* Updated the SET_VERSIONSTAMPED_KEY atomic operation to take four bytes to specify the offset instead of two (if the API version is set to 520 or higher). `(Issue #148) <https://github.com/apple/foundationdb/issues/148>`_
|
||||
* Updated the SET_VERSIONSTAMPED_VALUE atomic operation to place the versionstamp at a specified offset in a value (if the API version is set to 520 or higher). `(Issue #148) <https://github.com/apple/foundationdb/issues/148>`_
|
||||
* tls_verify_peers splits input using the '|' character. [5.2.4] `(PR #468) https://github.com/apple/foundationdb/pull/468`_
|
||||
* Added knobs and blob Backup URL parameters for operations/sec limits by operation type. [5.2.5] `(PR #513) https://github.com/apple/foundationdb/pull/513`_
|
||||
* tls_verify_peers splits input using the '|' character. [5.2.4] `(PR #468) <https://github.com/apple/foundationdb/pull/468>`_
|
||||
* Added knobs and blob Backup URL parameters for operations/sec limits by operation type. [5.2.5] `(PR #513) <https://github.com/apple/foundationdb/pull/513>`_
|
||||
|
||||
Performance
|
||||
-----------
|
||||
|
@ -42,12 +42,12 @@ Fixes
|
|||
|
||||
* The client did not clear the storage server interface cache on endpoint failure for all request types. This causes up to one second of additional latency on the first get range request to a rebooted storage server. `(Issue #351) <https://github.com/apple/foundationdb/issues/351>`_
|
||||
* Client input validation would handle inputs to versionstamp mutations incorrectly if the API version was less than 520. [5.2.1] `(Issue #387) <https://github.com/apple/foundationdb/issues/387>`_
|
||||
* Build would fail on recent versions of Clang. [5.2.2] `(PR #389) https://github.com/apple/foundationdb/pull/389/files`_
|
||||
* Clusters running with TLS plugin would reject clients using non-server certificates. [5.2.2] `(PR #396) https://github.com/apple/foundationdb/pull/396`_
|
||||
* Backup would attempt to clear too many ranges in a single transaction when erasing log ranges. [5.2.3] `(PR #440) https://github.com/apple/foundationdb/pull/440`_
|
||||
* A read-only transaction using the ``READ_LOCK_AWARE`` option would fail if committed. [5.2.3] `(PR #437) https://github.com/apple/foundationdb/pull/437`_
|
||||
* fdbcli kill command did not work when TLS was enabled. [5.2.4] `(PR #471) https://github.com/apple/foundationdb/pull/471`_
|
||||
* Don't disable certificate checks by default. [5.2.5] `(PR #511) https://github.com/apple/foundationdb/pull/511`_
|
||||
* Build would fail on recent versions of Clang. [5.2.2] `(PR #389) <https://github.com/apple/foundationdb/pull/389/files>`_
|
||||
* Clusters running with TLS plugin would reject clients using non-server certificates. [5.2.2] `(PR #396) <https://github.com/apple/foundationdb/pull/396>`_
|
||||
* Backup would attempt to clear too many ranges in a single transaction when erasing log ranges. [5.2.3] `(PR #440) <https://github.com/apple/foundationdb/pull/440>`_
|
||||
* A read-only transaction using the ``READ_LOCK_AWARE`` option would fail if committed. [5.2.3] `(PR #437) <https://github.com/apple/foundationdb/pull/437>`_
|
||||
* fdbcli kill command did not work when TLS was enabled. [5.2.4] `(PR #471) <https://github.com/apple/foundationdb/pull/471>`_
|
||||
* Don't disable certificate checks by default. [5.2.5] `(PR #511) <https://github.com/apple/foundationdb/pull/511>`_
|
||||
|
||||
Status
|
||||
------
|
||||
|
|
Loading…
Reference in New Issue