Skip to content

Release v0.39.0

Latest

Choose a tag to compare

@phlogistonjohn phlogistonjohn released this 15 Apr 15:30
· 7 commits to master since this release

The maintainers and contributors to go-ceph are pleased to announce the v0.39.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 Features

admin/smb

  • add more flexible generic resource types by @phlogistonjohn in #1223
    • Add GenericResource type and related APIs
  • admin/smb: add an example of using generic resources by @phlogistonjohn in #1232
    • Documents the above APIs

common/commands/builder

  • add a command builder package by @phlogistonjohn in #1241
    • Add a new package that can help when working with arbitrary Mon/Mgr Commands based API calls.

API Stability Updates

The following APIs are now stable:

cephfs

  • OpenSnapDiff
  • SnapDiffInfo.Readdir
  • SnapDiffInfo.Close

rbd

  • Image.RemoveSnapByID

common/admin/smb

  • Various: including functions related to BindAddress, RemoteControl, TLSCredential types

common/admin/osd

  • Admin.OSDBlocklist
  • Admin.OSDBlocklistAdd
  • Admin.OSDBlocklistRemove

Other changes

rbd/admin

  • rbd/admin: Fix snapshot schedule start-time format by @anoopcs9 in #1234

Internal

Full Changelog: v0.38.0...v0.39.0