Release v0.38.0
The maintainers and contributors to go-ceph are pleased to announce the v0.38.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.
New Contributors
- @obnoxxx made their first contribution in #1221
- @iPraveenParihar made their first contribution in #1191
- @dszoboszlay made their first contribution in #1222
New Features
rados
- Improve documentation for NewConnWith APIs by @anoopcs9 in #1218
- Implement Unwrap for OperationError by @dszoboszlay in #1222
- Adds OperationError.Unwrap
cephfs
- add support for cephfs file block diff api by @iPraveenParihar in #1191
New APIs:- FileBlockDiffInit
- FileBlockDiffInfo.Close
- FileBlockDiffInfo.More
- FileBlockDiffInfo.Read
admin/osd
rgw/admin
- add account support in go-ceph by @thotz in #1211
New APIs:- API.CreateAccount
- API.GetAccount
- API.DeleteAccount
- API.ModifyAccount
API Stability Updates
The following APIs are now stable:
rbd
- Image.GetDataPoolID
common/admin/osd
- NewFromConn
common/admin/nvmegw
- Admin.CreateGateway
- Admin.DeleteGateway
- Admin.ShowGateways
Other changes
Internal
- go-ceph: bump actions/upload-artifact from 5.0.0 to 6.0.0 by @dependabot[bot] in #1213
- go-ceph: bump actions/stale from 10.1.0 to 10.1.1 by @dependabot[bot] in #1214
- go-ceph: bump actions/checkout from 6.0.0 to 6.0.1 by @dependabot[bot] in #1215
- go-ceph: bump golang.org/x/sys from 0.38.0 to 0.39.0 by @dependabot[bot] in #1217
- go-ceph: bump the aws-sdk group with 4 updates by @dependabot[bot] in #1216
- rbd/admin: Remove unused function by @anoopcs9 in #1220
- docs: add badges to README by @obnoxxx in #1221
- go-ceph: bump actions/checkout from 6.0.1 to 6.0.2 by @dependabot[bot] in #1224
- go-ceph: bump actions/setup-go from 6.1.0 to 6.2.0 by @dependabot[bot] in #1225
- go-ceph: bump golang.org/x/sys from 0.39.0 to 0.40.0 by @dependabot[bot] in #1226
Full Changelog: v0.37.0...v0.38.0