Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Add latest release notes #6

Merged
merged 1 commit into from
Sep 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 38 additions & 0 deletions blog/2023-08-03-release-notes-0.19.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Release Notes - v0.19.0

This release contains various fixes and improvements in the backend. Most
notably, error handling, multipart handling and internal bookkeeping of objects
has improved.

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 to the list below, one
should feel encouraged to file an issue in our
[GitHub repository](https://github.com/aquarist-labs/s3gw/issues/new/choose).

## Features

- rgw/sfs: Log SQLite error / warning messages
- rgw/sfs: Add SQLite retries and error handling
- rgw/sfs: Improve multipart handling
- ui backend: Add endpoints for user management
- ui backend: Add bucket management endpoints
- ui frontend: Allow creating admin users

## Fixes

- rgw/sfs: Fix Invalid argument exception on exit with telemetry off
- rgw/sfs: Fix delete bucket when not empty
- rgw/sfs: Abort on-going multiparts on bucket removal
- rgw/sfs: Fix bucket listing
- rgw/sfs: Various fixes to object state transitions
- ui frontend: Fix table header on zoom-in
- ui frontend: Fix bucket deletion dialogue in `Administrator` mode
- ui frontend: Fix creating keys for users

## Breaking Changes

- On-disk format for the metadata store changed

## Known Issues
32 changes: 32 additions & 0 deletions blog/2023-08-31-release-notes-0.20.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Release Notes - v0.20.0

This release contains significant improvements and new bug fixes, particularly
in the s3gw backing store. Notably, this release brings garbage collection,
improved bucket listing, including filtering, and conditional GETs.

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: Query-based version listing
- rgw/sfs: Support conditional GETs
- rgw/sfs: New garbage collection implementation
- rgw/sfs: Change on-disk file format, add suffixes
- ui backend: Parity with operations required by UI

## Fixes

- rgw/sfs: Fix warnings after enabling more compilation flags
- rgw/sfs: Several code cleanup efforts
- rgw/sfs: use global part id for multipart parts

## Breaking Changes

- On-disk format for both metadata and data store have changed.

## Known Issues
Loading