Skip to content

Releases: rockset/terraform-provider-rockset

v0.9.8

28 May 16:02
f3536e9
Compare
Choose a tag to compare

Changelog

v0.9.7

05 Apr 22:38
v0.9.7
d2ed882
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.5...v0.9.7

v0.9.5

02 Apr 03:28
v0.9.5
80e50a7
Compare
Choose a tag to compare

Changelog

v0.9.4

01 Apr 04:38
v0.9.4
1758643
Compare
Choose a tag to compare

Changelog

  • 12b3635 Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 (#96)
  • acfc941 add storage compression type to collection (#95)
  • 1758643 handle s3 collection with no s3 parameters (#103)

v0.9.3

09 Feb 02:53
v0.9.3
3a19605
Compare
Choose a tag to compare

Changelog

  • 3a19605 add a guardrail for connecting to the correct org (#93)
  • 8e64714 add support for setting the auto-scaling policy (#92)

v0.9.2

07 Feb 22:18
v0.9.2
4b1b86c
Compare
Choose a tag to compare

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

11 Oct 22:01
v0.9.1
25af580
Compare
Choose a tag to compare

Changelog

  • 25af580 add support for QUERY_VI and retrieve_full_document (#76)
  • 86ab4c6 handle bad get collection mount response (#77)

v0.8.1

17 Aug 22:22
9159b33
Compare
Choose a tag to compare

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

Full Changelog: v0.8.0...v0.8.1

v0.7.2

04 Apr 21:58
d2a5487
Compare
Choose a tag to compare

This release removes two deprecated attributes (clustering_key and field_mapping) on the collection resources, as they are replaced by the ingest_transformation attribute.

Changelog

  • 62c4a88 Fixed bug in circle ci config, added documentation for release (#63)
  • 90025d6 add timeouts to all collections (#65)
  • 7f84be2 remove deprecated collection attributes (#64)
  • d2a5487 upgrade rockset go client version (#66)

v0.7.1

21 Mar 20:22
b250f8a
Compare
Choose a tag to compare

Changelog

  • b250f8a increasee circleci no output allowance (#62)