You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rework arguments parsing logic for SHOW FUNCTIONS and SHOW PROCEDURES; Resource constraint is now required for SNOWPARK-OPTIMIZED warehouse; Display active bundles
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,12 @@
1
1
# Changelog
2
2
3
+
## [0.52.0] - 2025-05-23
4
+
5
+
- Reworked data type parsing logic for `SHOW FUNCTIONS` and `SHOW PROCEDURES` to prepare for bundle `2025_03`[changes](https://docs.snowflake.com/en/release-notes/bcr-bundles/2025_03/bcr-1944).
6
+
- Parameter `resource_constraint` is now required for `SNOWPARK-OPTIMIZED` warehouse. It is necessary to protect from future random changes in default values.
7
+
- Added `Active bundles` to context and logging.
8
+
- Skipped some checks in tests until bundle `2025_03` is fully deployed. Proposed change is so problematic, I expect it to be partially reverted.
9
+
3
10
## [0.51.1] - 2025-05-20
4
11
5
12
- Added temporary workaround for potential new default `resource_constraint=STANDARD_GEN_1` for `STANDARD` warehouses. Previously it was `null`.
0 commit comments