From 472ec6b70cddca0043823f5d3dcd135ed6082cd8 Mon Sep 17 00:00:00 2001 From: John Dickinson Date: Tue, 12 Feb 2019 15:19:42 -0800 Subject: pike stable backports Change-Id: I3cb3b21bca651ae534f187fdd1cea89284a14f53 --- CHANGELOG | 20 ++++++++++++++++++++ .../notes/2_15_2_release-6996eccabba558b4.yaml | 22 ++++++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 releasenotes/notes/2_15_2_release-6996eccabba558b4.yaml diff --git a/CHANGELOG b/CHANGELOG index a305b67b4..36a6b5d0a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,23 @@ +2.15.2 (pike stable backports) + + * Fixed a cache invalidation issue related to GET and PUT requests to + containers that would occasionally cause object PUTs to a container to + 404 after the container had been successfully created. + + * Removed a race condition where a POST to an SLO could modify the + X-Static-Large-Object metadata. + + * Fixed rare socket leak on range requests to erasure-coded objects. + + * Fix SLO delete for accounts with non-ASCII names. + + * Fixed an issue in COPY where concurrent requests may have copied the + wrong data. + + * Fixed time skew when using X-Delete-After. + + * Send ETag header in 206 Partial Content responses to SLO reads. + swift (2.15.1) * Fixed a bug introduced in 2.15.0 where the object reconstructor would exit with a traceback if no EC policy was configured. diff --git a/releasenotes/notes/2_15_2_release-6996eccabba558b4.yaml b/releasenotes/notes/2_15_2_release-6996eccabba558b4.yaml new file mode 100644 index 000000000..74bb14601 --- /dev/null +++ b/releasenotes/notes/2_15_2_release-6996eccabba558b4.yaml @@ -0,0 +1,22 @@ +--- +fixes: + - > + Fixed a cache invalidation issue related to GET and PUT requests to + containers that would occasionally cause object PUTs to a container to + 404 after the container had been successfully created. + + - > + Removed a race condition where a POST to an SLO could modify the + X-Static-Large-Object metadata. + + - Fixed rare socket leak on range requests to erasure-coded objects. + + - Fix SLO delete for accounts with non-ASCII names. + + - > + Fixed an issue in COPY where concurrent requests may have copied the + wrong data. + + - Fixed time skew when using X-Delete-After. + + - Send ETag header in 206 Partial Content responses to SLO reads. -- cgit v1.2.1