Skip to content

Releases: Snowflake-Labs/terraform-provider-snowflake

v1.0.1

20 Dec 17:04
Compare
Choose a tag to compare

1.0.1 (2024-12-20)

❗Migration guide: v1.0.0 -> v1.0.1

🔧 Misc

🐛 Bug fixes:

v1.0.0

12 Dec 23:18
ab015e8
Compare
Choose a tag to compare

1.0.0 (2024-12-12)

With this release, we conclude the v1 version of the provider. In terms of the features, it is very close to v0.100.0; the changes from that version are listed below. Please read more information about the v1 release here.

This release includes preview features, read more here.

Feature scope readiness for V1: link (Roadmap reference).

❗ Migration guide: v0.100.0 -> v1.0.0

🎉 Breaking changes

  • Implement a flag for enabling preview features (#3218), (#3225)
  • Remove deprecated resources, data sources, and fields (#3215), (#3268)
  • Adjust disclaimers in resources, data sources, and general documentation (#3277)
  • Update feature lists in v1-preparations (#3268)

v0.100.0

12 Dec 19:42
5139b1a
Compare
Choose a tag to compare

0.100.0 (2024-12-12)

❗ Migration guide: v0.99.0 -> v0.100.0

🎉 What's new:

🔧 Misc

🐛 Bug fixes:

v0.99.0

26 Nov 18:14
57c0c2c
Compare
Choose a tag to compare

0.99.0 (2024-11-26)

❗ Migration guide: v0.98.0 -> v0.99.0

Feature scope readiness for V1: link (Roadmap reference).

🎉 What's new:

🔧 Misc

  • Add version usage tracking (#3224 #3223 #3205 #3214)
  • Improve tags integration tests (#3193)
  • parser and secret tests (#3192)
  • Storage integration with custom protocol (#3213) references: #3212
  • Unskip auth config tests (#3180)

🐛 Bug fixes:

  • Small fixes and adjustments (#3226)

v0.98.0

12 Nov 08:12
003999e
Compare
Choose a tag to compare

0.98.0 (2024-11-08)

Feature scope readiness for V1: link (Roadmap reference).
❗ Migration guide: v0.97.0 -> v0.98.0

🎉 What's new

  • New resources:
    • authentication_policy (#3098), references #2880
    • external_volume (#3106), partially references #2980
    • stream_on_directory_table (#3129)
    • stream_on_view (#3150)
    • primary_connection, secondary_connection (#3162)
    • secret_with_basic_authentication, secret_with_generic_string, secret_with_oauth_authorization_code_grant, secret_with_oauth_client_credentials (#3110), (#3141)
  • New data sources:
  • Reworked:
  • SDK upgrades:
    • Upgrade tag SDK (#3126)
  • Recreate streams when they are stale (#3129)

🔧 Misc

🐛 Bug fixes

  • Apply various fixes (#3176), this addresses BCR 2024_08, references #2717, #3005, #3125, #3127, #3153
  • Connection and secret data sources tests (#3177)
  • Fix grant import docs (#3183), resolves #3179
  • Fix user resource import (#3181)
  • Handle external type changes in stream resources (#3164)
  • Do not use OR REPLACE on initial creation in resources with copy_grants (#3129)
  • Address issue #2201 by introducing new stream resources

v0.97.0

11 Oct 11:32
561f78e
Compare
Choose a tag to compare

0.97.0 (2024-10-10)

Essential GA object readiness for V1: link (Roadmap reference).

❗ Migration guide: v0.96.0 -> v0.97.0

🎉 What's new

  • Add secret to SDK #3091
  • Add service user and legacy service user resources #3119, resolves #2951
  • Handle all Task parameters in SDK #3103
  • Stream on external table resource #3122, resolves #3073
  • Stream on table resource #3109
  • Tasks v1 readiness - SDK part #3086
  • Upgrade stream SDK #3105

🔧 Misc

  • Add pre check to each datasource #3065
  • Bump golang-ci lint to 1.61 #3112
  • Secret Validation change #3111

🐛 Bug fixes

  • Fix parsing text in view, check parenthesis in ParseSchemaObjectIdentifierWithArguments #3102, fixes #3073
  • Try to reproduce #2679 and #3117 - #3124

v0.96.0

19 Sep 11:13
18f2ce4
Compare
Choose a tag to compare

0.96.0 (2024-09-18)

Essential GA object readiness for V1: link (Roadmap reference).

❗ Migration guide: v0.95.0 -> v0.96.0

🎉 What's new:

🔧 Misc

  • Clean up old test object helpers (#3049)
  • Add example of granting role to multiple objects (#3047)
  • Update readme and objects rework state (#3046)
  • Improve documentation of referencing procedures in other resources (#3079), fixes #2994

🐛 Bug fixes:

  • Fix model grants (#3070)
  • Fix database show by and resource logic (#3055)
  • Fix default secondary roles option import (#3041)
  • Fix sweepers for warehouse and database (#3057)
  • Fix views permadiff (#3079), fixes #3073
  • Update v0.95.0 migration guide (#3062)
  • Fix row access policy bugs (#3066), fixes #2053, #1151
  • Fix masking policy bugs (#3078), fixes #1422, #1444, #1656

v0.95.0

04 Sep 16:48
cd1636c
Compare
Choose a tag to compare

0.95.0 (2024-09-04)

With this release, we concluded the identifiers rework. We prepared a more detailed public document (here) that contains the main issues we addressed, our recommendations on identifiers, and what improvements may come next regarding identifiers.

❗ Migration guide: v0.94.1 -> v0.95.0 (This release has many entries worth looking at before upgrading)

Essential GA object readiness for V1: link (Roadmap reference).

🎉 What's new:

🔧 Misc

  • Add annotation about fully_qualified_name and fix handling granteeName #3009
  • Apply identifier conventions #2996
  • Apply identifier conventions to grants #3008
  • Clean collection utils #3028
  • Clean old assertions #3029
  • Conclude identifiers rework #3011
  • Improve user test and add manual test for user default database and role #3035
  • Use new identifier with arguments in function, external function, and procedure grants #3002
  • User improvements #3034

🐛 Bug fixes:

v0.94.1

02 Aug 14:25
13f4613
Compare
Choose a tag to compare

0.94.1 (2024-08-02)

🐛 Bug fixes:

  • Use ALTER for managing PUBLIC schemas that exist (#2973) (567e9be)

v0.94.0

26 Jul 16:33
f6064af
Compare
Choose a tag to compare

0.94.0 (2024-07-26)

❗ Migration guide: v0.93.0 -> v0.94.0 (This release has many entries worth looking at before upgrading)

Essential GA object readiness for V1: link (Roadmap reference).

🎉 What's new:

🔧 Misc

🐛 Bug fixes:

  • ATTRIBUTE set(string) parsing for cortex search service (#2953) (70a1c9a)
  • external function header parsing and add missing privileges (#2961) (9d882fe)
  • Fix sync_password field for Azure scim clients (#2950) (6781133)
  • Fix tests and relax warehouse validations (#2959) (dd01ce9), closes #2948