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
+29Lines changed: 29 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,35 @@ 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.2.0
11
+
- Add support for `SQUARE`, `FACTORIAL`, `UNIFORM`, `SYSTEM$ALLOWLIST`, `ARRAYS_ZIP`, `CURRENT_ORGANIZATION_USER`, `QUERY_HISTORY` functions
12
+
- Enhance metadata for varchar type
13
+
- Add support for `PIVOT` operation
14
+
- Introduce `SF_S3_ENDPOINT_EXTERNAL` config
15
+
- Add logic to add DQM records on `TRIGGER_ON_CHANGES`
16
+
- Add implementation for `PUT /api/v2/databases/{name}`
17
+
- Enhance parity for different flavors of `REVOKE` statements
18
+
- Add support for quoted stage references
19
+
- Fix drop tables with multi-level identifiers
20
+
- Enhance parity for GRANT TO statements
21
+
- Fix FULL JOINs between columns of different types
22
+
- Properly delete stage files on table `REPLACE`
23
+
- Add initial CRUD support for network rules
24
+
- Fix column dependencies and `WHERE/ORDER BY` references in subqueries
25
+
- Add initial CRUD support for API INTEGRATIONs
26
+
- Enhance processing of UPDATE queries with table aliases
27
+
- Add initial support for Openflow via Apache NiFi
28
+
- Fix parsing timestamps with milliseconds
29
+
- Fix CREATE OR REPLACE statements when schema name is specified in resource identifier
30
+
- Enhance parity for database roles and grants
31
+
- Add initial CRUD support for SECRETs
32
+
- Support UDFs with handler code imported from stage file
33
+
- Add initial CRUD support for resource monitors
34
+
- Add initial CRUD support for masking policies
35
+
- Support `SHOW REPLICATION ACCOUNTS`
36
+
- Enhance parity for creating transient schemas
37
+
- Enhance `CREATE MASKING POLICY` handling
38
+
10
39
### 1.1.0
11
40
- Add support for functions: `ROUND`, `SYSDATE`, `STARTSWITH`, `ENDSWITH`, `MD5`, `SUBSTR`, `HAVERSINE`, `LAST_DAY`, `TRY_CAST`, `TRUNCATE`, `PERCENT_RANK`, `SYSTEM$TASK_DEPENDENTS_ENABLE`
0 commit comments