Skip to content

Commit

Permalink
Add 0.22.0 release notes
Browse files Browse the repository at this point in the history
Signed-off-by: Xavi Garcia <[email protected]>
  • Loading branch information
0xavi0 committed Oct 23, 2023
1 parent 9c6f99d commit 614cd51
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions docs/release-notes/s3gw-v0.22.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Release Notes - v0.22.0

This release contains significant improvements and new bug fixes. Notably,
this release brings improved multipart and sqlite 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: Improved disk usage when copying objects
- rgw/sfs: Improved testing
- ui: Various improvements

## Fixes

- rgw/sfs: Allow multiple delete markers
- rgw/sfs: Fix various multipart transactions
- rgw/sfs: Check number of file descriptors on start
- 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

0 comments on commit 614cd51

Please sign in to comment.