Skip to content

Commit 9b43398

Browse files
authored
SNOW-912520: release nanoarrow based connector 3.3.0b1 (#1726)
1 parent fd76978 commit 9b43398

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

DESCRIPTION.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
88

99
# Release Notes
1010

11+
- v3.3.0b1(September 13,2023)
12+
13+
- Updated arrow-nanoarrow dependency which improved error handling.
14+
- Aligned error experience of corrupted arrow data with the GA versions.
15+
1116
- v3.2.0(September 06,2023)
1217

1318
- Made the ``parser`` -> ``manager`` renaming more consistent in ``snowflake.connector.config_manager`` module.

src/snowflake/connector/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Update this for the versions
22
# Don't change the forth version number from None
3-
VERSION = (3, 2, 0, None)
3+
VERSION = (3, 3, "0b1", None)

0 commit comments

Comments
 (0)