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
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
- github: Update mergify config to replace deprecated attributes by @anoopcs9 in #1022
- go-ceph: bump golang.org/x/sys from 0.22.0 to 0.24.0 by @dependabot in #1023
- go-ceph: Versions upgrade by @pkthapa in #1024
- Do not use standard names as function arguments by @anoopcs9 in #1028
- internal/dlsym: Define _GNU_SOURCE for RTLD_DEFAULT by @anoopcs9 in #1026
- docs: fix version number for new GroupSnapGetInfo api by @phlogistonjohn in #1033
- docs: update README for release v0.30.0 by @phlogistonjohn in #1034
Full Changelog: v0.29.0...v0.30.0