Skip to content

Release v0.19.0

Compare
Choose a tag to compare
@anoopcs9 anoopcs9 released this 13 Dec 15:04
· 175 commits to master since this release

The maintainers and contributors to go-ceph are pleased to announce the v0.19.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(if any) 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.

API Stability Updates

rados

  • The IOContext.SetAllocationHint is now stable
  • The WriteOp.SetAllocationHint is now stable
  • The IOContext.Alignment is now stable
  • The IOContext.RequiresAlignment is now stable

rgw/admin

  • The API.ListUserBuckets is now stable
  • The API.ListUserBucketsWithStat is now stable
  • The API.CreateKey is now stable
  • The API.RemoveKey is now stable
  • The API.SetIndividualBucketQuota is now stable

Deprecations and Removals

With go-ceph v0.19.0 support for Ceph "Octopus" is offically deprecated.

Other changes

Internal

Bug fixes

Full Changelog: v0.18.0...v0.19.0