v0.26.0
The maintainers and contributors to go-ceph are pleased to announce the v0.26.0 release. This is another great step towards making it possible to use the power of the Ceph APIs in the Go language.
As this is a v0.x release we do not guarantee backwards compatibility with previous versions of the code. However, we aim not to disrupt existing consumers of the library and thus make an effort not to immediately implement breaking changes without very good justification. Please see the "Deprecations & Removals" section (if present) to get a sense of what you can expect to change in the future and prepare your code ahead of time. You may also want to view "Deprecations & Removals" of previous releases as they are not repeated here. All newly introduced APIs in the following section are labeled as "preview" APIs first, and are only available if the ceph_preview
build tag is set. There is explicitly no backwards compatibility guaranteed for these until they are labeled as "stable" in a later release.
Special thanks to our new contributors:
Changes
rgw/admin
- rgw/admin: Add support for user bucket quota by @anoopcs9 in #954
- Adds
GetBucketQuota
(https://docs.ceph.com/en/latest/radosgw/adminops/#get-bucket-quota) - Adds
SetBucketQuota
(https://docs.ceph.com/en/latest/radosgw/adminops/#set-bucket-quota)
- Adds
Internal
- go-ceph: bump github.com/aws/aws-sdk-go from 1.48.11 to 1.49.13 by @dependabot in #950
- go-ceph: bump actions/setup-go from 4 to 5 by @dependabot in #951
- go-ceph: bump actions/upload-artifact from 3 to 4 by @dependabot in #952
- go-ceph: bump actions/stale from 8 to 9 by @dependabot in #953
- go-ceph: bump golang.org/x/sys from 0.15.0 to 0.16.0 by @dependabot in #956
- go-ceph: bump github.com/aws/aws-sdk-go from 1.49.13 to 1.50.9 by @dependabot in #957
- Code Lint: Fix lint errors caused by revive check for unused parameters by @manishym in #959
- rgw/admin: Fixup for 6f90ce1 by @ansiwen in #960
Full Changelog: v0.25.0...v0.26.0