Skip to content

Commit a17966b

Browse files
authored
Add release notes for v1.0.0 (#72)
1 parent d627fc4 commit a17966b

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

content/en/references/changelog/index.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,50 @@ hide_readingtime: true
1111

1212
{{< preview-notice >}}
1313

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

0 commit comments

Comments
 (0)