-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SNOW-1063077 Update release notes and prep for 0.3.0 release (#16)
- Loading branch information
1 parent
b35154a
commit 1ffc961
Showing
5 changed files
with
21 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,21 @@ | ||
Release History | ||
# Release History | ||
|
||
## 0.3.0 (2024-03-11) | ||
|
||
* The `telemetry.add_event` function now adds an event to the current span, if any. This was a no op stub function before. | ||
* The `telemetry.add_span_attribute` function now adds an attribute to the current span, if any. This was a no op stub function before. | ||
* Added support for Python 3.11 | ||
* Removed support for Python 3.7 | ||
* Added `snowflake.telemetry._internal` module that wraps opentelemetry modules for use internally by Snowflake | ||
|
||
## 0.2.0 (2023-05-01) | ||
|
||
* Added support for Python 3.10 | ||
|
||
## 0.1.0 (2022-09-29) | ||
|
||
* Update README and docstring to indicate this package is a stub | ||
|
||
## 0.0.0 (2022-09-09) | ||
|
||
Initial release. | ||
* Initial release. |
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
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 |
---|---|---|
|
@@ -4,4 +4,4 @@ | |
# | ||
|
||
"""Update this for the versions.""" | ||
VERSION = "0.2.1.dev" | ||
VERSION = "0.3.0.dev" |
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