Skip to content

Commit cbc25d0

Browse files
committed
add changelog
1 parent 6a622e0 commit cbc25d0

File tree

1 file changed

+43
-1
lines changed

1 file changed

+43
-1
lines changed

src/content/docs/snowflake/changelog.md

Lines changed: 43 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,48 @@ description: Changelog for the latest releases of the LocalStack for Snowflake.
44
template: doc
55
---
66

7+
### 1.0.0
8+
- Add support for `SHOW/ALTER FUNCTION`
9+
- Fix incompatibilities with GO driver and SnowSQL client
10+
- Add support for `SHOW INDEXES`
11+
- Improve timestamp string support in `TO_TIMESTAMP`
12+
- Fix casting values to array
13+
- Cast `MERGE INTO/UPDATE` commands arguments to target type
14+
- Make `TO_BOOLEAN` work with all boolean strings
15+
- Enhance parity for parsing URLs with whitespaces in `PUT` commands
16+
- Enhance and add support for metadata columns in parquet format
17+
- Enhance CRUD support for external volumes
18+
- Add support for `EXECUTE TASK`
19+
- Fix identifier parsing in stages and file formats
20+
- Enhance `SHOW TABLES` feature parity
21+
- Handle `DATE` and `TIME` functions
22+
- Add initial Iceberg support
23+
- Enhance parity for GRANT statements and DB permissions
24+
- Add initial support for password-less auth using RSA key
25+
- Enhance parity for queries over staged JSON files
26+
- Add initial support for Catalog Integrations
27+
- Support prepared statements in ODBC driver
28+
- Enhance decimals parity
29+
- Add initial support for granting `APPLICATION ROLE`
30+
- Enhance parity for SQL procedures with SF-native statements
31+
- Add support for lateral column references on `SELECT`
32+
- Fix `SHOW TABLE` with schema scope for Flyway
33+
- Decode field delimiters passed as hex or octal values
34+
- Remove modifiers from binary columns
35+
- Fix permissions to clone default database
36+
- Add support for numeric paramstyle
37+
- Enhance support for `CASE` expressions in `BEGIN..END` blocks
38+
- Refreshed UI
39+
- Enhance parity for `DESCRIBE DATABASE` queries
40+
- Enable local deployment of Streamlit Native Apps
41+
- Enhance parity for materialized view queries
42+
- Enhance parity for `SHOW DYNAMIC TABLES`
43+
- Fix handling of `IF EXISTS` statements within transactions
44+
- Enhance support for `BEGIN` code blocks with multiple command statements
45+
- Enhance logic for native apps and permission grants
46+
- Enhance parity for Native Apps that contain streamlit apps
47+
- Add auto-conversion of strings to `ARRAY/OBJECT` types
48+
- Add support for Polaris catalog
749

850

951
### 0.3.0
@@ -295,4 +337,4 @@ template: doc
295337
- Add `snowpipe`/streaming APIs
296338

297339
### 0.1.0
298-
- Initial release of the extension
340+
- Initial release of the extension

0 commit comments

Comments
 (0)