Added release note for blobstore client compatibility fix.

This commit is contained in:
Stephen Atherton 2018-11-13 17:20:00 -08:00
parent 1c052b6090
commit 3711229970
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,7 @@
Release Notes
#############
6.0.15
6.0.16
======
Features
@ -68,6 +68,7 @@ Fixes
* HTTP client used by backup-to-blobstore now correctly treats response header field names as case insensitive. [6.0.15] `(PR #904) <https://github.com/apple/foundationdb/pull/904>`_
* Blobstore REST client was not following the S3 API in several ways (bucket name, date, and response formats). [6.0.15] `(PR #914) <https://github.com/apple/foundationdb/pull/914>`_
* Data distribution could queue shard movements for restoring replication at a low priority. [6.0.15] `(PR #907) <https://github.com/apple/foundationdb/pull/907>`_
* Blobstore REST client will no longer attempt to create a bucket that already exists. [6.0.16] `(PR #923) <https://github.com/apple/foundationdb/pull/923>`_
Fixes only impacting 6.0.0+
---------------------------