Skip to content

v0.22.0

Latest
Compare
Choose a tag to compare
@pmenglund pmenglund released this 05 Oct 15:30
· 57 commits to master since this release
16af846

This release is backwards incompatible, as it extracts functionality from the RockClient into separate packages, e.g. waiting is now

err := rs.Wait.UntilCollectionReady(ctx, ws, collection)

This is done to get a cleaner separation of duties between the core rockset package and auxiliary packages like, error, ha, wait, optionandretry`.

Some of the openapi enums, e.g. collection & virtual instance status, have been moved to the option package to avoid cyclic dependencies when e.g. the wait package is imported in the rockset package.

What's Changed

Full Changelog: v0.21.2...v0.22.0