summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorJohn Dickinson <me@not.mn>2015-10-02 17:06:49 -0700
committerJohn Dickinson <me@not.mn>2015-10-02 21:28:15 -0700
commit47eb6a37f86f29c355297b556c2ff898c98da9b2 (patch)
treeaea4acb77ca13e18badd784ac1cbe02becb5b3b2 /CHANGELOG
parentab78b2409a0c21aab783ce184fadda32bab9d8b3 (diff)
downloadswift-47eb6a37f86f29c355297b556c2ff898c98da9b2.tar.gz
authors and changelog update for 2.5.02.5.0
Change-Id: Id20b9340a017922b29d8bf9558825697a7f1f6f1
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG28
1 files changed, 28 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index f4ce9fcf3..0eb08b11a 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,31 @@
+swift (2.5.0, OpenStack Liberty)
+
+ * Added the ability to specify ranges for Static Large Object (SLO)
+ segments.
+
+ * Replicator configs now support an "rsync_module" value to allow
+ for per-device rsync modules. This setting gives operators the
+ ability to fine-tune replication traffic in a Swift cluster and
+ isolate replication disk IO to a particular device. Please see
+ the docs and sample config files for more information and
+ examples.
+
+ * Significant work has gone in to testing, fixing, and validating
+ Swift's erasure code support at different scales.
+
+ * Swift now emits StatsD metrics on a per-policy basis.
+
+ * Fixed an issue with Keystone integration where a COPY request to a
+ service account may have succeeded even if a service token was not
+ included in the request.
+
+ * Ring validation now warns if a placement partition gets assigned to the
+ same device multiple times. This happens when devices in the ring are
+ unbalanced (e.g. two servers where one server has significantly more
+ available capacity).
+
+ * Various other minor bug fixes and improvements.
+
swift (2.4.0)
* Dependency changes