Skip to content

Commit 5f587a2

Browse files
chore(main): release 2.8.0 (#4066)
🤖 I have created a release *beep* *boop* --- ## [2.8.0](v2.7.0...v2.8.0) (2025-10-06) ### 🎉 **What's new:** * add integration tests for semantic views ([#3978](#3978)) ([79482ea](79482ea)) * add semantic view resource - 1 ([#4029](#4029)) ([f0df2ab](f0df2ab)) * Add use_private_link_endpoint option to storage integrations ([#3913](#3913)) ([8853d9a](8853d9a)) ### 🔧 **Misc** * Add [@sfc-gh-mkowalski](https://github.com/sfc-gh-mkowalski) to the protected users list ([#4057](#4057)) ([d316ea2](d316ea2)) * Add common filtering flags to each generator ([#4050](#4050)) ([84568f0](84568f0)) * Adjust integration tests ([#4052](#4052)) ([d6e9e2c](d6e9e2c)) * Adjust tables documentation ([#4037](#4037)) ([f8416ee](f8416ee)) * Adjust warehouses after the changes in Snowflake ([#4038](#4038)) ([89d9da1](89d9da1)) * Bump driver to v1.17.0 ([#4053](#4053)) ([14f723f](14f723f)) * Generate DTO builders in SDK generator ([#4049](#4049)) ([1f2d9d8](1f2d9d8)) * Handle BCR 2025-06 ([#4036](#4036)) ([a009b16](a009b16)) * Improve bcr handling in tests ([#4042](#4042)) ([d21c1b3](d21c1b3)) * Improve imports handling in generators ([#4043](#4043)) ([cf7dcd3](cf7dcd3)) * Set dependabot target branch to dev ([#4056](#4056)) ([4b83f08](4b83f08)) * Stabilize acceptance tests ([#4044](#4044)) ([d15cbab](d15cbab)) * Use common generator setup in SDK generator ([#4048](#4048)) ([e0bc273](e0bc273)) ### 🐛 **Bug fixes:** * Bug fixes and documentation improvements ([#4045](#4045)) ([3c3819b](3c3819b)) * Handle REPLICABLE_WITH_FAILOVER_GROUPS in snowflake_object_parameter ([#4062](#4062)) ([9b28486](9b28486)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: terraform-provider-release[bot] <205196624+terraform-provider-release[bot]@users.noreply.github.com>
1 parent e98045d commit 5f587a2

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,37 @@
11
# Changelog
22

3+
## [2.8.0](https://github.com/snowflakedb/terraform-provider-snowflake/compare/v2.7.0...v2.8.0) (2025-10-06)
4+
5+
6+
### 🎉 **What's new:**
7+
8+
* add integration tests for semantic views ([#3978](https://github.com/snowflakedb/terraform-provider-snowflake/issues/3978)) ([79482ea](https://github.com/snowflakedb/terraform-provider-snowflake/commit/79482ea7c2ad833c9edf46bbf567052f96dfd020))
9+
* add semantic view resource - 1 ([#4029](https://github.com/snowflakedb/terraform-provider-snowflake/issues/4029)) ([f0df2ab](https://github.com/snowflakedb/terraform-provider-snowflake/commit/f0df2ab6e6b2485949bf36641a2dd416fc7a5304))
10+
* Add use_private_link_endpoint option to storage integrations ([#3913](https://github.com/snowflakedb/terraform-provider-snowflake/issues/3913)) ([8853d9a](https://github.com/snowflakedb/terraform-provider-snowflake/commit/8853d9a38f229332e9bfa3d7f396eb6d76f20df0))
11+
12+
13+
### 🔧 **Misc**
14+
15+
* Add [@sfc-gh-mkowalski](https://github.com/sfc-gh-mkowalski) to the protected users list ([#4057](https://github.com/snowflakedb/terraform-provider-snowflake/issues/4057)) ([d316ea2](https://github.com/snowflakedb/terraform-provider-snowflake/commit/d316ea2b0c6beb90def7c8577f4ba2c013bf88c3))
16+
* Add common filtering flags to each generator ([#4050](https://github.com/snowflakedb/terraform-provider-snowflake/issues/4050)) ([84568f0](https://github.com/snowflakedb/terraform-provider-snowflake/commit/84568f04b33817430fdcc28ddeef6f3a4ecc0ef8))
17+
* Adjust integration tests ([#4052](https://github.com/snowflakedb/terraform-provider-snowflake/issues/4052)) ([d6e9e2c](https://github.com/snowflakedb/terraform-provider-snowflake/commit/d6e9e2c68505603f330c9d38bc3ead81cd0a8c8f))
18+
* Adjust tables documentation ([#4037](https://github.com/snowflakedb/terraform-provider-snowflake/issues/4037)) ([f8416ee](https://github.com/snowflakedb/terraform-provider-snowflake/commit/f8416ee75e4d7ec76d3c1ef36a314265890cd70e))
19+
* Adjust warehouses after the changes in Snowflake ([#4038](https://github.com/snowflakedb/terraform-provider-snowflake/issues/4038)) ([89d9da1](https://github.com/snowflakedb/terraform-provider-snowflake/commit/89d9da18063f22a515a82506d1263fc99408d06c))
20+
* Bump driver to v1.17.0 ([#4053](https://github.com/snowflakedb/terraform-provider-snowflake/issues/4053)) ([14f723f](https://github.com/snowflakedb/terraform-provider-snowflake/commit/14f723f6a250482c7cd950342ba9e04a2c65577a))
21+
* Generate DTO builders in SDK generator ([#4049](https://github.com/snowflakedb/terraform-provider-snowflake/issues/4049)) ([1f2d9d8](https://github.com/snowflakedb/terraform-provider-snowflake/commit/1f2d9d8277888997e4988349acb5df22319a9131))
22+
* Handle BCR 2025-06 ([#4036](https://github.com/snowflakedb/terraform-provider-snowflake/issues/4036)) ([a009b16](https://github.com/snowflakedb/terraform-provider-snowflake/commit/a009b165e831c91eaa3d20a860d82b9d27de15dc))
23+
* Improve bcr handling in tests ([#4042](https://github.com/snowflakedb/terraform-provider-snowflake/issues/4042)) ([d21c1b3](https://github.com/snowflakedb/terraform-provider-snowflake/commit/d21c1b341c94a4ba7cf5b8d4cd7298b69a6a01b1))
24+
* Improve imports handling in generators ([#4043](https://github.com/snowflakedb/terraform-provider-snowflake/issues/4043)) ([cf7dcd3](https://github.com/snowflakedb/terraform-provider-snowflake/commit/cf7dcd397486e015718bbd72111f86cb6ee3a647))
25+
* Set dependabot target branch to dev ([#4056](https://github.com/snowflakedb/terraform-provider-snowflake/issues/4056)) ([4b83f08](https://github.com/snowflakedb/terraform-provider-snowflake/commit/4b83f087794b26c89ccfb6a9e240c1115dbb79dd))
26+
* Stabilize acceptance tests ([#4044](https://github.com/snowflakedb/terraform-provider-snowflake/issues/4044)) ([d15cbab](https://github.com/snowflakedb/terraform-provider-snowflake/commit/d15cbabd27ccc3554caf87370231ca8a9a801f82))
27+
* Use common generator setup in SDK generator ([#4048](https://github.com/snowflakedb/terraform-provider-snowflake/issues/4048)) ([e0bc273](https://github.com/snowflakedb/terraform-provider-snowflake/commit/e0bc27386b205dd3b61597f2c853b01bb7c22297))
28+
29+
30+
### 🐛 **Bug fixes:**
31+
32+
* Bug fixes and documentation improvements ([#4045](https://github.com/snowflakedb/terraform-provider-snowflake/issues/4045)) ([3c3819b](https://github.com/snowflakedb/terraform-provider-snowflake/commit/3c3819bdbd7bde8c3d77db061e8245846e843a07))
33+
* Handle REPLICABLE_WITH_FAILOVER_GROUPS in snowflake_object_parameter ([#4062](https://github.com/snowflakedb/terraform-provider-snowflake/issues/4062)) ([9b28486](https://github.com/snowflakedb/terraform-provider-snowflake/commit/9b2848659c3c524a4c0f4ea0603540052a5dcb75))
34+
335
## [2.7.0](https://github.com/snowflakedb/terraform-provider-snowflake/compare/v2.6.0...v2.7.0) (2025-09-11)
436

537

0 commit comments

Comments
 (0)