From e82076a75cf87e8256dceb19cda20333b34369c2 Mon Sep 17 00:00:00 2001 From: Evan Tschannen Date: Tue, 22 Sep 2020 22:36:36 -0700 Subject: [PATCH] updated documentation for 6.3.6 --- documentation/sphinx/source/downloads.rst | 24 +++++++++---------- .../release-notes/release-notes-630.rst | 8 +++---- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/documentation/sphinx/source/downloads.rst b/documentation/sphinx/source/downloads.rst index 11dd535858..5130748a00 100644 --- a/documentation/sphinx/source/downloads.rst +++ b/documentation/sphinx/source/downloads.rst @@ -10,38 +10,38 @@ macOS The macOS installation package is supported on macOS 10.7+. It includes the client and (optionally) the server. -* `FoundationDB-6.3.5.pkg `_ +* `FoundationDB-6.3.6.pkg `_ Ubuntu ------ The Ubuntu packages are supported on 64-bit Ubuntu 12.04+, but beware of the Linux kernel bug in Ubuntu 12.x. -* `foundationdb-clients-6.3.5-1_amd64.deb `_ -* `foundationdb-server-6.3.5-1_amd64.deb `_ (depends on the clients package) +* `foundationdb-clients-6.3.6-1_amd64.deb `_ +* `foundationdb-server-6.3.6-1_amd64.deb `_ (depends on the clients package) RHEL/CentOS EL6 --------------- The RHEL/CentOS EL6 packages are supported on 64-bit RHEL/CentOS 6.x. -* `foundationdb-clients-6.3.5-1.el6.x86_64.rpm `_ -* `foundationdb-server-6.3.5-1.el6.x86_64.rpm `_ (depends on the clients package) +* `foundationdb-clients-6.3.6-1.el6.x86_64.rpm `_ +* `foundationdb-server-6.3.6-1.el6.x86_64.rpm `_ (depends on the clients package) RHEL/CentOS EL7 --------------- The RHEL/CentOS EL7 packages are supported on 64-bit RHEL/CentOS 7.x. -* `foundationdb-clients-6.3.5-1.el7.x86_64.rpm `_ -* `foundationdb-server-6.3.5-1.el7.x86_64.rpm `_ (depends on the clients package) +* `foundationdb-clients-6.3.6-1.el7.x86_64.rpm `_ +* `foundationdb-server-6.3.6-1.el7.x86_64.rpm `_ (depends on the clients package) Windows ------- The Windows installer is supported on 64-bit Windows XP and later. It includes the client and (optionally) the server. -* `foundationdb-6.3.5-x64.msi `_ +* `foundationdb-6.3.6-x64.msi `_ API Language Bindings ===================== @@ -58,18 +58,18 @@ On macOS and Windows, the FoundationDB Python API bindings are installed as part If you need to use the FoundationDB Python API from other Python installations or paths, use the Python package manager ``pip`` (``pip install foundationdb``) or download the Python package: -* `foundationdb-6.3.5.tar.gz `_ +* `foundationdb-6.3.6.tar.gz `_ Ruby 1.9.3/2.0.0+ ----------------- -* `fdb-6.3.5.gem `_ +* `fdb-6.3.6.gem `_ Java 8+ ------- -* `fdb-java-6.3.5.jar `_ -* `fdb-java-6.3.5-javadoc.jar `_ +* `fdb-java-6.3.6.jar `_ +* `fdb-java-6.3.6-javadoc.jar `_ Go 1.11+ -------- diff --git a/documentation/sphinx/source/release-notes/release-notes-630.rst b/documentation/sphinx/source/release-notes/release-notes-630.rst index 4ef3558806..02607efb3b 100644 --- a/documentation/sphinx/source/release-notes/release-notes-630.rst +++ b/documentation/sphinx/source/release-notes/release-notes-630.rst @@ -4,12 +4,9 @@ Release Notes ############# -6.3.5 +6.3.6 ===== -* Report missing old tlogs information when in recovery before storage servers are fully recovered. `(PR #3706) `_ -* Support query command in backup CLI that allows users to query restorable files by key ranges. `(PR #3703) `_ - Features -------- @@ -113,6 +110,8 @@ Other Changes * Updated boost to 1.72. `(PR #2684) `_ * Calling ``fdb_run_network`` multiple times in a single run of a client program now returns an error instead of causing undefined behavior. [6.3.1] `(PR #3229) `_ * Blob backup URL parameter ``request_timeout`` changed to ``request_timeout_min``, with prior name still supported. `(PR #3533) `_ +* Support query command in backup CLI that allows users to query restorable files by key ranges. [6.3.6] `(PR #3703) `_ +* Report missing old tlogs information when in recovery before storage servers are fully recovered. [6.3.6] `(PR #3706) `_ Fixes from previous versions ---------------------------- @@ -129,6 +128,7 @@ Fixes only impacting 6.3.0+ * Refreshing TLS certificates could cause crashes. [6.3.2] `(PR #3352) `_ * All storage class processes attempted to connect to the same coordinator. [6.3.2] `(PR #3361) `_ * Adjusted the proxy load balancing algorithm to be based on the CPU usage of the process instead of the number of requests processed. [6.3.5] `(PR #3653) `_ +* Only return the error code ``batch_transaction_throttled`` for API versions greater than or equal to 630. [6.3.6] `(PR #3799) `_ Earlier release notes ---------------------