Releases: rockset/rockset-go-client
Releases · rockset/rockset-go-client
v0.22.0
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,
optionand
retry`.
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
- update modules by @pmenglund in #143
- add option to enable/disable remount on resume by @pmenglund in #144
- Bump github.com/aws/aws-sdk-go-v2/config from 1.18.42 to 1.18.43 by @dependabot in #145
- refactor error test into their own packages by @pmenglund in #146
- reafactor ha into its own package by @pmenglund in #148
- refactor retry functinoality into a separate package by @pmenglund in #147
- move writer to its own package by @pmenglund in #149
- pme/waiter by @pmenglund in #150
- version 0.22.0 by @pmenglund in #151
Full Changelog: v0.21.2...v0.22.0
v0.18.0
What's Changed
- Bump golang.org/x/oauth2 from 0.6.0 to 0.7.0 by @dependabot in #100
- Bump github.com/ory/dockertest/v3 from 3.9.1 to 3.10.0 by @dependabot in #101
- Bump github.com/docker/docker from 20.10.7+incompatible to 20.10.24+incompatible by @dependabot in #99
- Bump github.com/rs/zerolog from 1.29.0 to 1.29.1 by @dependabot in #102
- update to the latest openapi spec by @pmenglund in #103
- multi-vi support by @pmenglund in #104
- update to latest openapi spec by @pmenglund in #105
- generate files as current user by @pmenglund in #107
- add UpdateCollection convenience method by @pmenglund in #106
- release v0.18.0 by @pmenglund in #108
Full Changelog: v0.16.1...v0.18.0
v0.15.4
What's Changed
- minor fixes by @pmenglund in #78
- proper checks for rereyable errors by @pmenglund in #80
- version bump by @pmenglund in #82
Full Changelog: v0.15.3...v0.15.4
v0.15.3
What's Changed
- new wait method and moar tests by @pmenglund in #72
- add jittrer to retry by @sbruceheart in #74
- add support for a custom error check for retries by @pmenglund in #75
New Contributors
- @sbruceheart made their first contribution in #74
Full Changelog: v0.15.1...v0.15.3
v0.15.1
What's Changed
- Create codeql.yml by @pmenglund in #60
- Create dependabot.yml by @pmenglund in #59
- Bump github.com/stretchr/testify from 1.7.1 to 1.8.0 by @dependabot in #61
- �refactor test by @pmenglund in #62
- document test suite by @pmenglund in #64
- update to latest openapi spec by @pmenglund in #66
- Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 by @dependabot in #65
- clean up tests by @pmenglund in #67
- add support for sample datasets by @pmenglund in #68
- add test for the dataset package by @pmenglund in #70
- support setting a custom user agent for the client by @pmenglund in #71
- bump version by @pmenglund in #69
New Contributors
- @dependabot made their first contribution in #61
Full Changelog: v0.15.0...v0.15.1
v0.15.0
v0.13.1
Views and roles
v0.13.0 bump version
correct handling of alternate api server
v0.12.5 correct handling of alternate api server
moar ql methods
v0.12.4 more ql methods