Release v0.33.0
The maintainers and contributors to go-ceph are pleased to announce the v0.33.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:
- @ShravaniVangur made their first contribution in #1079
New features
rbd
- rbd: add ListChildrenAttributes Api by @ShravaniVangur in #1079
- Adds ListChildrenAttributes implementing rbd_list_children3
- rbd: add support for rbd_diff_iterate3 api by @Rakshith-R in #1064
- Adds DiffIterateByID implementing rbd_diff_iterate3
rgw
cephfs
- cephfs: add compatiblity wrappers for Go's io/fs interfaces by @phlogistonjohn in #1089
- Adds Wrap method, MountWrapper type, and various private types implementing the interfaces of io/fs
Other changes
rbd
rgw
Internal
- go-ceph: bump golang.org/x/sys from 0.29.0 to 0.30.0 by @dependabot in #1084
- build: Bump go version to 1.22 by @anoopcs9 in #1085
- go-ceph: bump github.com/aws/smithy-go from 1.22.2 to 1.22.3 by @dependabot in #1083
- go-ceph: bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.72.0 to 1.78.1 by @dependabot in #1086
- go-ceph: bump github.com/aws/aws-sdk-go-v2/credentials from 1.17.57 to 1.17.61 by @dependabot in #1081
- go-ceph: bump github.com/aws/aws-sdk-go-v2/config from 1.29.4 to 1.29.8 by @dependabot in #1080
- workflows: update actions for new ceph org policy changes by @phlogistonjohn in #1090
- version bumps - container file and workflow by @phlogistonjohn in #1091
- go-ceph: bump github.com/gofrs/uuid/v5 from 5.3.0 to 5.3.2 by @dependabot in #1096
- go-ceph: bump github.com/aws/aws-sdk-go-v2/credentials from 1.17.62 to 1.17.65 by @dependabot in #1095
- go-ceph: bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.78.1 to 1.79.0 by @dependabot in #1092
- go-ceph: bump github.com/aws/aws-sdk-go-v2/config from 1.29.9 to 1.29.12 by @dependabot in #1093
- build: Bump go version to 1.23.0 by @anoopcs9 in #1099
- go-ceph: bump golang.org/x/sys from 0.30.0 to 0.31.0 by @dependabot in #1094
- containers: add more hacky shell to fix shaman api query by @phlogistonjohn in #1102
- Release preparation v0.33 by @phlogistonjohn in #1103
- doc: fix api versions for rgw api check bucket index by @phlogistonjohn in #1104
Full Changelog: v0.32.0...v0.33.0