Skip to content

Commit 67eb224

Browse files
authored
Snowflake release notes 1.3.0 and 1.4.0 (#317)
1 parent 11aa287 commit 67eb224

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

src/content/docs/snowflake/changelog.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,45 @@ 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.4.0
11+
- Add support for `SELECT * EXCLUDE (...)`
12+
- Add support for `PI` function
13+
- Enhance parity for query binding values and numeric timestamps with TZ
14+
- Support `UPDATE ... FROM ... SET ...` syntax
15+
- Add support for query bindings from stage files
16+
- Add support for switching JSON/Arrow result encoding in session parameters
17+
- Enable returning of result batches for large query results
18+
- Fix VARCHAR type/modifier when inferred from SELECT statements
19+
- Return exact column type/modifiers for `DESCRIBE VIEW` results
20+
- Fix default type modifiers when inferred from SELECT statements
21+
- Add logic to clean up temporary stages on session termination
22+
- Raise `DuplicateMergeKey` on `MERGE` duplicates
23+
- Fix duplicate columns in `DESCRIBE TABLE` queries
24+
- Add support for inline foreign key syntax
25+
- Properly handle error responses for async queries
26+
- Fix `GROUP BY` positional references being incorrectly wrapped
27+
28+
### 1.3.0
29+
- Retry failing db commands and enhance handling of transactions
30+
- Upgrade to Python 3.13
31+
- Expand Alias References
32+
- Support python-only queries in snowflake scripting
33+
- Remove byte order mark (BOM) in query string to support SnowConvert tool
34+
- Add resultSetMetaData for v2 API responses
35+
- Fix multiline `CREATE TASK`
36+
- Patch `SHOW OBJECTS` with the new columns
37+
- Add patch to fix parsing CREATE TABLE within BEGIN blocks
38+
- Enhance `LAG`/`LEAD` functions
39+
- Fix variant usage in `FLATTEN`
40+
- Enhance support for procedures with INSERT statements
41+
- Enhance parity for `SHOW VIEWS` to show view definitions
42+
- Enhance scope and object-type support for `SHOW OBJECTS` queries
43+
- Enhance parity for `SHOW VIEWS` queries
44+
- Add `TIMELIMIT` parameter to `GENERATOR` function
45+
- Enhance support for `GRANT` with `APPLICATION ROLEs`
46+
- Handle cross db references in `INFORMATION_SCHEMA.TABLES` view
47+
- Enhance parity of column types for `DESCRIBE VIEW` queries
48+
1049
### 1.2.0
1150
- Add support for `SQUARE`, `FACTORIAL`, `UNIFORM`, `SYSTEM$ALLOWLIST`, `ARRAYS_ZIP`, `CURRENT_ORGANIZATION_USER`, `QUERY_HISTORY` functions
1251
- Enhance metadata for varchar type

0 commit comments

Comments
 (0)