Skip to content

Commit b804584

Browse files
authored
Add release notes for Snowflake v1.5.0 (#350)
1 parent 9e2454e commit b804584

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/content/docs/snowflake/changelog.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ 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.5.0
11+
- Add support for `POSITION`, `CHARINDEX`, `LEFT`, `RIGHT`, `LENGTH/LEN` SQL function
12+
- Fix long-running queries by continuing to run them asynchronously
13+
- Enhance parity for `SELECT AVG OVER ROWS` aggregate queries
14+
- Enhance parity and metadata for large timestamps
15+
- Add logic to disable SF client telemetry for the emulator
16+
- Enhance parity for GET expressions with quoted file refs
17+
- Preserve case for quoted identifiers in SELECT results
18+
- Enhance parity to GET a single stage file directly
19+
- Support Iceberg CTAS (`CREATE ICEBERG TABLE AS SELECT`)
20+
1021
### 1.4.0
1122
- Add support for `SELECT * EXCLUDE (...)`
1223
- Add support for `PI` function

0 commit comments

Comments
 (0)