Skip to content

Commit 94b45ab

Browse files
authored
Add release notes for Snowflake v1.7.0 (#431)
1 parent 6b39bb2 commit 94b45ab

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

src/content/docs/snowflake/changelog.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,26 @@ editUrl: false
77

88
The LocalStack for Snowflake changelog tracks updates to LocalStack’s Snowflake support, including new features, enhancements, and compatibility fixes. Stay up to date on changes across official versioned releases of LocalStack’s Snowflake support.
99

10+
### 1.7.0
11+
- Add support for `OBJECT_AGG`, `QUERY_HISTORY_BY_USER`, `BOOLAND_AGG`, `BOOLOR_AGG`, `APPROX_PERCENTILE`, `LIKE`, `ILIKE`, and math functions
12+
- Add support for date arithmetics
13+
- Add support for `INFORMATION_SCHEMA.COLUMNS`, `INFORMATION_SCHEMA.SCHEMATA`, and `INFORMATION_SCHEMA.DATABASES` views
14+
- Add support for anonymous code blocks
15+
- Add support for if-else clauses in Snowflake scripting
16+
- Support `ALTER DYNAMIC TABLE` and dynamic tables enhancements
17+
- Support multiple variable assignment and `IDENTIFIER()` with session variables
18+
- Support distinct clause in window functions
19+
- Enhance `TERSE` support for `SHOW` commands
20+
- Enhance `IDENTIFIER()` support for `CREATE/DROP SCHEMA` with fully-qualified names
21+
- Enhance `INFORMATION_SCHEMA` handling for same-name passthrough and identifier resolution
22+
- Enhance handling of internal identifiers
23+
- Improve routing of table functions to internal `INFORMATION_SCHEMA`
24+
- Raise error for non-existent `INFORMATION_SCHEMA` views
25+
- Fix null handling in timestamp/date/time implicit casts
26+
- Fix `PIVOT` with CTEs
27+
- Fix `SYSTEM$BOOTSTRAP_DATA_REQUEST` to support varargs
28+
- Fix evaluating values for describe-only queries
29+
1030
### 1.6.0
1131
- Add support for SQL `REGEXP_LIKE`, `SPLIT_PART`, `STRIP_NULL_VALUE`, `TRY_PARSE_JSON` function
1232
- Integrate Snowflake with S3 tables

0 commit comments

Comments
 (0)