Skip to content

Release v0.33.0

Choose a tag to compare

@phlogistonjohn phlogistonjohn released this 15 Apr 18:31
· 221 commits to master since this release

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:

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

  • rgw/admin: support check-bucket-index by @sj14 in #1098
    • Adds CheckBucketIndex API method

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

  • rbd: Memory allocation improvements for EncryptionLoad APIs by @anoopcs9 in #1078

rgw

  • rgw/admin: fix op-mask url parameter by @sj14 in #1101

Internal

Full Changelog: v0.32.0...v0.33.0