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
Copy file name to clipboardExpand all lines: src/content/docs/snowflake/changelog.md
+39Lines changed: 39 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,45 @@ editUrl: false
7
7
8
8
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.
9
9
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
+
10
49
### 1.2.0
11
50
- Add support for `SQUARE`, `FACTORIAL`, `UNIFORM`, `SYSTEM$ALLOWLIST`, `ARRAYS_ZIP`, `CURRENT_ORGANIZATION_USER`, `QUERY_HISTORY` functions
0 commit comments