Skip to content

Release v0.31.0

Latest
Compare
Choose a tag to compare
@anoopcs9 anoopcs9 released this 17 Dec 16:25

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

rados

  • rados: implement rados_getaddrs by @gman0 in #1037
    • Adds Conn.GetAddrs implementing rados_getaddrs

API Stability Updates

The following APIs are now stable:

rados

  • ReadOpExecStep.Bytes
  • ReadOp.Exec
  • rados: WriteOp.Exec

rados/striper

  • Striper.Read
  • Striper.Stat
  • New
  • NewWithLayout
  • Striper.Destroy
  • Striper.SetObjectLayoutStripeUnit
  • Striper.SetObjectLayoutStripeCount
  • Striper.SetObjectLayoutObjectSize
  • Striper.Write
  • Striper.WriteFull
  • Striper.Append
  • Striper.Remove
  • Striper.Truncate
  • Striper.GetXattr
  • Striper.SetXattr
  • Striper.RmXattr
  • Striper.ListXattrs

rbd

  • CloneImageByID

Other Changes

cephfs

rbd

Internal

Full Changelog: v0.30.0...v0.31.0