Skip to content

Release v0.30.0

Latest
Compare
Choose a tag to compare
@phlogistonjohn phlogistonjohn released this 15 Oct 17:56
· 8 commits to master since this release

The maintainers and contributors to go-ceph are pleased to announce the v0.30.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: implement librbd.rbd_group_snap_get_info by @nixpanic in #1025
    Adds:
    • GroupSnapGetInfo

Other

  • Introduce common cephError type to compare errors between packages by @nixpanic in #1032
    This change should not impact use of the API but will allow errors to be handled more easily and more consistently across the rados, rbd, and cephfs packages

API Stability Updates

n/a

Other Changes

rbd:

Internal

Full Changelog: v0.29.0...v0.30.0