Skip to content

SNOW-764946: 3.0.2 release #1483

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Mar 23, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions DESCRIPTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne

# Release Notes

- v3.0.2(Unreleased)
- v3.0.2(March 22, 2023)

- Fixed a memory leak in the logging module of the Cython extension.
- Fixed a bug where the `put` command on AWS raised `AttributeError` when the file size was larger than 200M.
- Fixed a bug where the `put` command on AWS raised `AttributeError` when uploading file composed of multiple parts.
- Fixed a bug of incorrect type hints of `SnowflakeCursor.fetch_arrow_all` and `SnowflakeCursor.fetchall`.
- Improved logging to mask tokens in case of errors.

- v3.0.1(February 28, 2023)

Expand Down