Releases: rockset/terraform-provider-rockset
Releases · rockset/terraform-provider-rockset
v0.9.8
v0.9.7
What's Changed
- add a provider mux by @pmenglund in #105
- handle write api adding a new source to existing collection by @pmenglund in #107
- support scheduled lambdas by @kristielim in #106
Full Changelog: v0.9.5...v0.9.7
v0.9.5
v0.9.4
v0.9.3
v0.9.2
Changelog
- 7288ae5 Bump golang.org/x/crypto from 0.14.0 to 0.17.0 (#89)
- c92f599 Bump golang.org/x/net from 0.16.0 to 0.17.0 (#78)
- 5a39287 Bump google.golang.org/grpc from 1.53.0 to 1.56.3 (#84)
- 4560b4b EOL mount_refresh_interval (#80)
- be01cad [AC-242] add documentation for ql and ql tag (#86)
- d98acf3 add etst to verify that the collection isn't recreated (#81)
- 64ed9fe add rockset_query_lambda data source (#88)
- dc431ce add version.go and set user agent (#85)
- 4a835c0 allow 0 as retention value (#82)
- 0513e3d make the rockset_user data source able to dump current user (#83)
- 4b1b86c provide a description when we get a rockset error (#91)
- 83674da switch mount ID to use collectionPath:vID (#87)
v0.9.1
v0.8.1
This release removes the deprecated field_mapping_query
which is superseded by ingest_transformation
, so collections which use a field mapping query needs to be updated.
What's Changed
- EOL field_mapping_query by @pmenglund in #70
Full Changelog: v0.8.0...v0.8.1
v0.7.2
This release removes two deprecated attributes (clustering_key
and field_mapping
) on the collection resources, as they are replaced by the ingest_transformation
attribute.