Skip to content

Commit 049ffd5

Browse files
committed
Authors/ChangeLog for 2.31.1
Change-Id: I7ee960dee1329aee6ea535c6c64634cc05ca679a
1 parent 28cb0c3 commit 049ffd5

File tree

3 files changed

+71
-1
lines changed

3 files changed

+71
-1
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ Alex Holden ([email protected])
4848
Alex Pecoraro ([email protected])
4949
Alex Szarka ([email protected])
5050
Alex Yang ([email protected])
51+
Alexander Fadeev ([email protected])
5152
Alexandra Settle ([email protected])
5253
Alexandre Lécuyer ([email protected])
5354
Alfredo Moralejo ([email protected])

CHANGELOG

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
swift (2.31.1, OpenStack Antelope)
2+
3+
* Sharding fixes
4+
5+
* Shards no longer report stats to the root database when they are in
6+
the CREATED state.
7+
8+
* Sharding metadata is no longer cleared when databases are deleted.
9+
This could previously cause deleted shards that still had rows to
10+
become stuck and never move them to the correct database.
11+
12+
* Fixed a performance regression in the handling of misplaced objects.
13+
14+
* Swift path and on-disk path are now included with all sharder logging.
15+
16+
* `s3token` no longer mangles request paths that include the Access Key ID.
17+
18+
* User metadata is now exposed via CORS when encryption is enabled,
19+
matching the behavior when encryption is not enabled.
20+
21+
* Fewer backend requests are now required when account or container
22+
information is missing from memcache.
23+
24+
* Fixed logging of IP and port in the proxy-server; in particular,
25+
internal clients now correctly log about the replication IP/port.
26+
27+
* Fixed a bug in the object replicator that would cause an under-reporting
28+
of failures.
29+
30+
* Various other minor bug fixes.
31+
32+
133
swift (2.31.0)
234

335
* S3 API improvements
@@ -93,7 +125,7 @@ swift (2.31.0)
93125
* Various other minor bug fixes and improvements.
94126

95127

96-
swift (2.30.0)
128+
swift (2.30.0, OpenStack Zed)
97129

98130
* Sharding improvements
99131

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
fixes:
3+
- |
4+
Sharding fixes
5+
6+
* Shards no longer report stats to the root database when they are in
7+
the ``CREATED`` state.
8+
9+
* Sharding metadata is no longer cleared when databases are deleted.
10+
This could previously cause deleted shards that still had rows to
11+
become stuck and never move them to the correct database.
12+
13+
* Fixed a performance regression in the handling of misplaced objects.
14+
15+
* Swift path and on-disk path are now included with all sharder logging.
16+
17+
- |
18+
``s3token`` no longer mangles request paths that include the Access Key ID.
19+
20+
- |
21+
User metadata is now exposed via CORS when encryption is enabled,
22+
matching the behavior when encryption is not enabled.
23+
24+
- |
25+
Fewer backend requests are now required when account or container
26+
information is missing from memcache.
27+
28+
- |
29+
Fixed logging of IP and port in the proxy-server; in particular,
30+
internal clients now correctly log about the replication IP/port.
31+
32+
- |
33+
Fixed a bug in the object replicator that would cause an under-reporting
34+
of failures.
35+
36+
- |
37+
Various other minor bug fixes.

0 commit comments

Comments
 (0)