Skip to content

Releases: rockset/rockset-go-client

v0.22.0

05 Oct 15:30
16af846
Compare
Choose a tag to compare

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

v0.18.0

01 May 17:31
4b9a1a6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.16.1...v0.18.0

v0.15.4

12 Dec 23:12
5274568
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.15.3...v0.15.4

v0.15.3

02 Nov 20:46
7925156
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.15.1...v0.15.3

v0.15.1

27 Oct 20:57
6f46575
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.15.0...v0.15.1

v0.15.0

12 Oct 22:28
176bf23
Compare
Choose a tag to compare

This release adds support for creating Kafka integrations and collections, plus adds support for new RBAC actions for virtual instances.

v0.13.1

30 Dec 18:57
fcbb1e0
Compare
Choose a tag to compare

reintroduce organization fields

Views and roles

08 Dec 00:54
Compare
Choose a tag to compare
v0.13.0

bump version

correct handling of alternate api server

12 Aug 22:49
Compare
Choose a tag to compare
v0.12.5

correct handling of alternate api server

moar ql methods

09 Jul 18:46
9af1f52
Compare
Choose a tag to compare
v0.12.4

more ql methods