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

Conversation

sfc-gh-aling
Copy link
Collaborator

Please answer these questions before submitting your pull requests. Thanks!

  1. What GitHub issue is this PR addressing? Make sure that there is an accompanying issue to your PR.

    Fixes SNOW-764946

  2. Fill out the following pre-review checklist:

    • I am adding a new automated test(s) to verify correctness of my new code
    • I am adding new logging messages
    • I am adding a new telemetry message
    • I am modifying authorization mechanisms
    • I am adding new credentials
    • I am modifying OCSP code
    • I am adding a new dependency
  3. Please describe how your code solves the related issue.

    Please write a short description of how your code change solves the related issue.

@sfc-gh-mkeller
Copy link
Collaborator

Copy link
Collaborator

@sfc-gh-mkeller sfc-gh-mkeller left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We're missing changelogs for #1474 and #1465 and #1457

@sfc-gh-aling
Copy link
Collaborator Author

@sfc-gh-mkeller

added the corresponding three:

  - Fixed a bug of incorrect type hints of `SnowflakeCursor.fetch_arrow_all` and `SnowflakeCursor.fetchall`.
  - Improved logging to mask tokens in case of errors.
  - Fixed a bug where `snowflake.connector.util_text.split_statements` swallows the final line break in the case when there are no space between lines.

@codecov
Copy link

codecov bot commented Mar 21, 2023

Codecov Report

Merging #1483 (eed66b6) into main (1cdbd3b) will decrease coverage by 0.11%.
The diff coverage is n/a.

❗ Current head eed66b6 differs from pull request most recent head 128a9b8. Consider uploading reports for the commit 128a9b8 to get more accurate results

@@            Coverage Diff             @@
##             main    #1483      +/-   ##
==========================================
- Coverage   81.98%   81.88%   -0.11%     
==========================================
  Files          61       61              
  Lines        8616     8616              
  Branches     1273     1273              
==========================================
- Hits         7064     7055       -9     
- Misses       1219     1226       +7     
- Partials      333      335       +2     

see 4 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Copy link
Collaborator

@sfc-gh-mkeller sfc-gh-mkeller left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚢 🚢

@sfc-gh-mheavin
Copy link
Contributor

sfc-gh-mheavin commented Mar 21, 2023

Release Notes:

Version 3.0.2 (March 23, 2023)
New Features
None.
Bug Fixes
Fixed a bug of incorrect type hints of SnowflakeCursor.fetch_arrow_all and SnowflakeCursor.fetchall.
Improved logging to mask tokens in case of errors.
Fixed a bug where snowflake.connector.util_text.split_statements swallowed the final line break in the case when there are no space between lines.
Fixed a memory leak in the logging module of the Cython extension.
Fixed a bug where the put command on AWS raised an AttributeError when uploading a file composed of multiple parts.
Fixed a bug where the put command on AWS raised an AttributeError for file sizes larger than 200MB.
 

@sfc-gh-aling sfc-gh-aling enabled auto-merge (squash) March 23, 2023 16:54
@sfc-gh-aling sfc-gh-aling disabled auto-merge March 23, 2023 16:54
@sfc-gh-aling sfc-gh-aling merged commit eda6206 into main Mar 23, 2023
@sfc-gh-aling sfc-gh-aling deleted the SNOW-764946-connector-3-0-2-release-prepraration branch March 23, 2023 18:06
@github-actions github-actions bot locked and limited conversation to collaborators Mar 23, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants