Skip to content

Releases: Snowflake-Labs/terraform-provider-snowflake

v1.0.4

26 Feb 16:21
bb22bb2
Compare
Choose a tag to compare

1.0.4 (2025-02-26)

❗ Migration guide: v1.0.3 -> v1.0.4

🔧 Misc

  • Add GA scope to the roadmap #3385
  • Adjust saml2_integration documentation #3415 references #3358
  • Remove hardcoded values from documentation #3381
  • Update user docs #3416, references #3404
  • Propose changes to assertions setup with varying test client #3406
  • Upgrades
    • Go version / Code dependencies #3389
    • Provider version for tracking wrapper #3419
    • Go version #3408

🐛 Bug fixes

  • Fix import for accounts with null comment #3417 fixes #3402
  • External function varchar return type validation #3400 fixes #3392
  • Fix the managed account #3395 fixes #3394

v1.0.3

05 Feb 12:22
af5d1e4
Compare
Choose a tag to compare

1.0.3 (2025-02-05)

❗ Migration guide: v1.0.2 -> v1.0.3

In this release, we've added a few documents and documentation improvements along with minor code changes and bugfixes:

🔧 Misc

🐛 Bug fixes

  • change EnforceNetworkRulesForInternalStages ddl to parameter (#3343) (beb01c7)

v1.0.2

21 Jan 08:58
b863d2e
Compare
Choose a tag to compare

1.0.2 (2025-01-20)

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

In this release, we've published an overview of the grant_ownership resource (see here). In the next release, we'll include examples of common use cases to help minimize the challenges associated with using this resource.

🔧 Misc

🐛 Bug fixes:

  • Handle optional account fields in the state upgrader correctly (#3330), references #3328
  • Fix example of configuring private_key in the provider (#3330), references #3332
  • Add missing resource monitor as valid option to snowflake_grant_ownership (#3337), references: #3318
  • Clarify docs for snowflake_views (#3337), references: #3203
  • Add timeouts to snowflake_execute (#3337), references: #3334

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