-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Xavi Garcia <[email protected]>
- Loading branch information
Showing
1 changed file
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# Release Notes - v0.22.0 | ||
|
||
This release contains significant improvements and new bug fixes. Notably, | ||
this release brings improved multipart and versioning stability. | ||
|
||
This release is meant for testing and feedback gathering. It is not recommended | ||
for production use. | ||
|
||
Should a bug be found and not expected to be related with known issues, one | ||
should feel encouraged to file an issue in our | ||
[Github repository](https://github.com/aquarist-labs/s3gw/issues/new/choose). | ||
|
||
## Features | ||
|
||
- rgw/sfs: Improved SQLite WAL usage | ||
- rgw/sfs: Added support for reflinks when copying objects | ||
- rgw/sfs: Improved testing | ||
- ui: Various improvements | ||
|
||
## Fixes | ||
|
||
- rgw/sfs: Allow multiple delete markers | ||
- rgw/sfs: Fix multipart multithreading issues | ||
- rgw/sfs: Fix etag and mtime not being sent with copy object response | ||
- rgw/sfs: Increase RLIMIT_NOFILE soft limit to hard limit | ||
- rgw/sfs: Updated bucket stats | ||
- ui: unable to access UI due to admin ops verifying cert | ||
- ui: The Show/Hide button must have at least one default value | ||
- ui: Dropdown buttons are not rendered correct | ||
- ui: Disable caching of index.html | ||
|
||
## Breaking Changes | ||
|
||
## Known Issues |