Skip to content

Release v0.38.0

Choose a tag to compare

@ansiwen ansiwen released this 10 Feb 16:50
· 54 commits to master since this 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

New Features

rados

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

Full Changelog: v0.37.0...v0.38.0