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
+38Lines changed: 38 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,44 @@ 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.0.1
11
+
- Implementation and migration to the new type system
12
+
- Enhance persistence support for storing/reloading native apps
13
+
- Add support for cross-db CTAS and CVAS statements
14
+
- Enhance support for `ALTER DATABASE` statements
15
+
- Add initial support for `COLLATE` table columns
16
+
- Add support for `DESCRIBE SCHEMA`
17
+
- Enhance support for `ALTER SCHEMA` queries
18
+
- Add support for suspending tasks
19
+
- Add initial support for table change tracking
20
+
- Implement `CONCAT` function
21
+
- Miscellaneous fixes for Streamlit apps
22
+
- Add support for secure functions
23
+
- Add exception handler for REST API
24
+
- Fix `TO_DATE` for JSON object attributes
25
+
- Enhance parity for managing Users and Roles
26
+
- Implement `LOWER` and `UPPER` functions
27
+
- Fix `DROP TABLE` query
28
+
- Add initial support for `GRANT OWNERSHIP` statements
29
+
- Enhance CRUD support for `ROW ACCESS POLICIES`
30
+
- Support temporary views and dropping temp objects at session end
31
+
- Enahance parity for `CREATE` and `DROP ROLE`
32
+
- Fix for multi-account DB initialization
33
+
- Fix for `TO_DATE` conversion with date format string
34
+
- Fix insertion of numeric values from staged CSV files
35
+
- Fix return value of `TO_DECIMAL` for int values
36
+
- Fix parity with SnowSQL for `SHOW ROLES`
37
+
- Fix create user or role response
38
+
- Add support for `ALTER SESSION UNSET`
39
+
- Native app deployment fixes
40
+
- Add support for `SHOW TELEMETRY EVENT DEFINITIONS IN APPLICATION`
41
+
- Support `ALTER` and `DESCRIBE APPLICATION`
42
+
- Support `DESCRIBE PROCEDURE`
43
+
- Add support for function `SYSTEM$VALIDATE_NATIVE_APP_SETUP`
44
+
- Add dispatcher request deserialization for REST API
45
+
- Enhance parity on metadata results for copy into command
46
+
- Fix for numeric bool values
47
+
10
48
### 1.0.0
11
49
- Add support for `SHOW/ALTER FUNCTION`
12
50
- Fix incompatibilities with GO driver and SnowSQL client
0 commit comments