-
Notifications
You must be signed in to change notification settings - Fork 189
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumping version to 1.3.1 and generate changelog
- Loading branch information
1 parent
a7c87c9
commit d80a2a9
Showing
9 changed files
with
43 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
## dbt-snowflake 1.3.1 - March 16, 2023 | ||
|
||
### Fixes | ||
|
||
- Raise warning (not error) for custom code with isolated BEGIN; or COMMIT; statements ([#388](https://github.com/dbt-labs/dbt-snowflake/issues/388)) | ||
|
||
### Dependencies | ||
|
||
- Updating the cryptography version upperbound to make sense for current scheme and avoid DDOS vulnerability. ([#377](https://github.com/dbt-labs/dbt-snowflake/pull/377)) | ||
- Removed explicit dependencies for cryptography and requests ([#476](https://github.com/dbt-labs/dbt-snowflake/pull/476)) | ||
|
||
### Security | ||
|
||
- Update `snowflake-connector-python` to 3.0 to address CVE-2022-42965 ([#476](https://github.com/dbt-labs/dbt-snowflake/pull/476)) | ||
|
||
### Contributors | ||
- [@dbeatty10](https://github.com/dbeatty10) ([#476](https://github.com/dbt-labs/dbt-snowflake/pull/476)) | ||
- [@mikealfare](https://github.com/mikealfare) ([#476](https://github.com/dbt-labs/dbt-snowflake/pull/476), [#476](https://github.com/dbt-labs/dbt-snowflake/pull/476)) |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
version = "1.3.0" | ||
version = "1.3.1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters