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
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
- cephfs: add clone progress report in clone status by @Nikhil-Ladha in #1036
- cephfs: Adjust with the fallocate API changes by @anoopcs9 in #1045
rbd
Internal
- containers: work around protobuf package issues by @phlogistonjohn in #1038
- github: Require squid job to pass in mergify config by @anoopcs9 in #1040
- go-ceph: bump golang.org/x/sys from 0.25.0 to 0.26.0 by @dependabot in #1042
- go-ceph: bump golang.org/x/sys from 0.26.0 to 0.27.0 by @dependabot in #1047
- go-ceph: bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by @dependabot in #1048
- containers: Remove the need for
yum update
in Dockerfile by @anoopcs9 in #1043 - [ci] workaround recent changes in ceph's CI built container images by @phlogistonjohn in #1051
- Release preparation v0.31.0 by @ansiwen in #1050
Full Changelog: v0.30.0...v0.31.0