Skip to content

Commit 6eafe9e

Browse files
authored
Merge pull request #516 from etschannen/release-5.2
reordered the release notes
2 parents 1a81dff + 011f0ce commit 6eafe9e

File tree

1 file changed

+9
-53
lines changed

1 file changed

+9
-53
lines changed

documentation/sphinx/source/release-notes.rst

Lines changed: 9 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -8,65 +8,14 @@ Release Notes
88
Features
99
--------
1010

11-
* Added knobs and blob Backup URL parameters for operations/sec limits by operation type. `(PR #513) https://github.com/apple/foundationdb/pull/513`_
12-
13-
Fixes
14-
-----
15-
16-
* Don't disable certificate checks by default. `(PR #511) https://github.com/apple/foundationdb/pull/511`_
17-
18-
19-
5.2.4
20-
=====
21-
22-
Features
23-
--------
24-
25-
* tls_verify_peers splits input using the '|' character. `(PR #468) https://github.com/apple/foundationdb/pull/468`_
26-
27-
Fixes
28-
-----
29-
30-
* fdbcli kill command did not work when TLS was enabled. `(PR #471) https://github.com/apple/foundationdb/pull/471`_
31-
32-
5.2.3
33-
=====
34-
35-
Fixes
36-
-----
37-
38-
* Backup would attempt to clear too many ranges in a single transaction when erasing log ranges. `(PR #440) https://github.com/apple/foundationdb/pull/440`_
39-
* A read-only transaction using the ``READ_LOCK_AWARE`` option would fail if committed. `(PR #437) https://github.com/apple/foundationdb/pull/437`_
40-
41-
5.2.2
42-
=====
43-
44-
Fixes
45-
-----
46-
47-
* Build would fail on recent versions of Clang. `(PR #389) https://github.com/apple/foundationdb/pull/389/files`_
48-
* Clusters running with TLS plugin would reject clients using non-server certificates. `(PR #396) https://github.com/apple/foundationdb/pull/396`_
49-
50-
5.2.1
51-
=====
52-
53-
Fixes
54-
-----
55-
56-
* Client input validation would handle inputs to versionstamp mutations incorrectly if the API version was less than 520. `(Issue #387) <https://github.com/apple/foundationdb/issues/387>`_
57-
58-
5.2.0
59-
=====
60-
61-
Features
62-
--------
63-
6411
* Backup and DR share a single mutation log when both are being used on the same cluster. Ongoing backups will be aborted when upgrading to 5.2. `(PR #3) <https://github.com/apple/foundationdb/pull/3>`_
6512
* Added a TLS plugin implementation. `(PR #343) <https://github.com/apple/foundationdb/pull/343>`_
6613
* Backup supports HTTPS for blobstore connections. `(PR #343) <https://github.com/apple/foundationdb/pull/343>`_
6714
* Added the APPEND_IF_FITS atomic operation. `(PR #22) <https://github.com/apple/foundationdb/pull/22>`_
6815
* 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>`_
6916
* 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>`_
17+
* tls_verify_peers splits input using the '|' character. [5.2.4] `(PR #468) https://github.com/apple/foundationdb/pull/468`_
18+
* 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`_
7019
7120
Performance
7221
-----------
@@ -77,6 +26,13 @@ Fixes
7726
-----
7827

7928
* 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>`_
29+
* 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>`_
30+
* Build would fail on recent versions of Clang. [5.2.2] `(PR #389) https://github.com/apple/foundationdb/pull/389/files`_
31+
* Clusters running with TLS plugin would reject clients using non-server certificates. [5.2.2] `(PR #396) https://github.com/apple/foundationdb/pull/396`_
32+
* 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`_
33+
* 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`_
34+
* fdbcli kill command did not work when TLS was enabled. [5.2.4] `(PR #471) https://github.com/apple/foundationdb/pull/471`_
35+
* Don't disable certificate checks by default. [5.2.5] `(PR #511) https://github.com/apple/foundationdb/pull/511`_
8036

8137
Status
8238
------

0 commit comments

Comments
 (0)