Skip to content

Latest commit

 

History

History
420 lines (266 loc) · 51.3 KB

CHANGELOG.md

File metadata and controls

420 lines (266 loc) · 51.3 KB

Changelog

0.41.0 (2022-08-10)

Features

BugFixes

  • adding in issue link to slackbot (#1158) (6f8510b)
  • Deleting a snowflake_user and their associated snowlfake_role_grant causes an error (#1142) (5f6725a)
  • doc pipe (#1171) (c94c2f9)
  • expand allowed special characters in role names (#1162) (30a59e0)
  • Remove validate_utf8 parameter from file_format (#1166) (6595eeb)

0.40.0 (2022-07-14)

Features

BugFixes

0.39.0 (2022-07-13)

Features

BugFixes

0.37.1 (2022-07-01)

BugFixes

  • Allow creation of stage with storage integration including special characters (#1081) (7b5bf00), closes #1080
  • warehouse import when auto_suspend is set to null (#1092) (9dc748f)

0.37.0 (2022-06-28)

Features

BugFixes

  • Handling 2022_03 breaking changes (#1072) (88f4d44)
  • Temporarily disabling acceptance tests for release (#1083) (8eeb4b7)

0.36.0 (2022-06-16)

Features

BugFixes

  • allow custom characters to be ignored from validation (#1059) (b65d692)
  • Correctly read INSERT_ONLY mode for streams (#1047) (9c034fe)
  • handling not exist gracefully (#1031) (101267d)

0.35.0 (2022-06-07)

Features

BugFixes

Misc

  • deps: bump github.com/hashicorp/terraform-plugin-sdk/v2 (#1035) (f885f1c)

0.34.0 (2022-05-25)

Features

BugFixes

  • Add AWS_SNS notification_provider support for error notifications for Snowpipe. (#777) (02a97e0)
  • Add AWS_SQS_IAM_USER_ARN to notification integration (#610) (82a340a)
  • Add gpg signing to goreleaser (#911) (8ae3312)
  • Add importer to account grant (#576) (a6d7f6f)
  • Add manifest json (#914) (c61fcdd)
  • Add release step in goreleaser (#919) (63f221e)
  • Add valid property AWS_SNS_TOPIC_ARN to AWS_SNS notification provider (#783) (8224954)
  • add warehouses attribute to resource monitor (#831) (b041e46)
  • Added Missing Account Privileges (#635) (c9cc806)
  • Allow empty result when looking for storage integration on refresh (#692) (16363cf)
  • Allow legacy version of GrantIDs to be used with new grant functionality (#923) (b640a60)
  • Allow multiple resources of the same object grant (#824) (7ac4d54)
  • build: Add trimpath Go flag to build (#316) (420a84b)
  • change the function_grant documentation example privilege to usage (#901) (70d9550)
  • Dependabot configuration to make it easier to work with (a7c60f7)
  • escape string escape_unenclosed_field (#877) (6f5578f)
  • Escape String for AS in external table (#580) (3954741)
  • external_function: Allow Read external_function where return_type is VARIANT (#720) (1873108)
  • external_table headers order doesn't matter (#731) (e0d74be)
  • Handling of task error_integration nulls (#834) (3b27905)
  • issue with ie-proxy (#903) (e028bc8)
  • Legacy role grantID to work with new grant functionality (#941) (5182361)
  • make platform info compatible with quoted identifiers (#729) (30bb7d0)
  • Make ReadWarehouse compatible with quoted resource identifiers (#907) (72cedc4)
  • make saml2_enable_sp_initiated bool throughout (#828) (b79988e)
  • materialized view grant incorrectly requires schema_name (#654) (faf0767)
  • Network Attachment (Set For Account) (#990) (1dde150)
  • OSCP -> OCSP misspelling (#664) (cc8eb58)
  • Ran make deps to fix dependencies (#899) (a65fcd6)
  • read Database and Schema name during Stream import (#732) (9f747b5)
  • read Name, Database and Schema during Procedure import (#819) (d17656f)
  • Recreate notification integration when type changes (#792) (e9768bf)
  • refactor ReadWarehouse function to correctly read object parameters (#745) (d83c499)
  • Release by updating go dependencies (#894) (79ec370)
  • Release tag (#848) (610a85a)
  • Remove force_new from masking_expression (#588) (fc3e78a)
  • Remove keybase since moving to github actions (#852) (6e14906)
  • remove share feature from stage because it isn't supported (#918) (7229387)
  • remove table where is_external is Y (#667) (14b17b0)
  • SCIM access token compatible identifiers (#750) (afc92a3)
  • sequence import (#775) (e728d2e)
  • Share example (#673) (e9126a9)
  • Share resource to use REFERENCE_USAGE instead of USAGE (#762) (6906760)
  • Shares can't be updated on table_grant resource (#789) (6884748)
  • snowflake_share: Can't be renamed, ForceNew on name changes (#659) (754a9df)
  • Stream append only (#653) (807c6ce)
  • table: Properly read and import table state (#314) (df1f6bc)
  • tagging for db, external_table, schema (#795) (7aff6a1)
  • Update go and docs package (#1009) (72c3180)
  • Update goreleaser env Dirty to false (#850) (402f7e0)
  • update ReadTask to correctly set USER_TASK_TIMEOUT_MS (#761) (7b388ca)
  • Upgrade go (#715) (f0e59c0)
  • Upgrade tf for testing (#625) (c03656f)
  • use "DESCRIBE USER" in ReadUser, UserExists (#769) (36a4f2e)
  • Warehouse create and alter properties (#598) (632fd42)

Misc

0.33.1 (2022-05-03)

BugFixes

  • Network Attachment (Set For Account) (#990) (1dde150)

0.33.0 (2022-04-28)

Features

0.32.0 (2022-04-14)

Features

  • allow in-place renaming of Snowflake schemas (#972) (2a18b96)

0.31.0 (2022-04-11)

Features

  • Add manage support cases account grants (#961) (1d1084d)
  • snowflake_user_ownership_grant resource (#969) (6f3f09d)

0.30.0 (2022-03-29)

Features

  • support host option to pass down to driver (#939) (f75f102)

0.29.0 (2022-03-23)

Features

  • Allow in-place renaming of Snowflake tables (#904) (6ac5188)
  • create snowflake_role_ownership_grant resource (#917) (17de20f)

BugFixes

  • Legacy role grantID to work with new grant functionality (#941) (5182361)

0.28.8 (2022-03-18)

BugFixes

  • change the function_grant documentation example privilege to usage (#901) (70d9550)
  • remove share feature from stage because it isn't supported (#918) (7229387)

0.28.7 (2022-03-15)

BugFixes

  • Allow legacy version of GrantIDs to be used with new grant functionality (#923) (b640a60)
  • Make ReadWarehouse compatible with quoted resource identifiers (#907) (72cedc4)
  • sequence import (#775) (e728d2e)

0.28.6 (2022-03-14)

BugFixes

0.28.5 (2022-03-12)

BugFixes

0.28.4 (2022-03-11)

BugFixes

0.28.3 (2022-03-10)

BugFixes

0.28.2 (2022-03-09)

BugFixes

0.28.1 (2022-03-09)

BugFixes

0.28.0 (2022-03-05)

Features

  • Implemented External OAuth Security Integration Resource (#879) (83997a7)

BugFixes

  • escape string escape_unenclosed_field (#877) (6f5578f)

0.27.0 (2022-03-02)

Features

  • Data source for list databases (#861) (537428d)
  • Expose GCP_PUBSUB_SERVICE_ACCOUNT attribute in notification integration (#871) (9cb863c)
  • Support DIRECTORY option on stage create (#872) (0ea9a1e)

Misc

0.26.3 (2022-02-08)

BugFixes

  • Remove keybase since moving to github actions (#852) (6e14906)

0.26.2 (2022-02-07)

BugFixes

  • Update goreleaser env Dirty to false (#850) (402f7e0)

0.26.1 (2022-02-07)

BugFixes

0.26.0 (2022-02-03)

Features

Misc

BugFixes

  • Allow multiple resources of the same object grant (#824) (7ac4d54)