File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed
tests/snowflake-telemetry-test-utils Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11# Release History
22
3+ ## 0.7.1 (2025-07-16)
4+
5+ * Adds missing ` scope ` field to the ` SnowflakeLogFormatter ` .
6+ * Set ` severity_text ` to ` UNSPECIFIED ` when it is unavailable in ` SnowflakeLogFormatter ` .
7+ * Move log record attributes to nested ` attributes ` section in ` SnowflakeLogFormatter ` .
8+
39## 0.7.0 (2025-06-18)
410
511* Adds a ` SnowflakeLogFormatter ` implementation which can used to emit JSON logs in a format that can be parsed by Snowflake.
Original file line number Diff line number Diff line change 11package :
22 name : snowflake-telemetry-python
3- version : " 0.7.1.dev "
3+ version : " 0.7.1"
44
55source :
66 path : {{ environ.get('SNOWFLAKE_TELEMETRY_DIR') }}
Original file line number Diff line number Diff line change 44#
55
66"""Update this for the versions."""
7- VERSION = "0.7.1.dev "
7+ VERSION = "0.7.1"
Original file line number Diff line number Diff line change 1717 install_requires = [
1818 "opentelemetry-exporter-otlp-proto-common == 1.26.0" ,
1919 "pytest >= 7.0.0" ,
20- "snowflake-telemetry-python == 0.7.1.dev " ,
20+ "snowflake-telemetry-python == 0.7.1" ,
2121 "Jinja2 == 3.1.4" ,
2222 "grpcio-tools >= 1.62.3" ,
2323 "black >= 24.1.0" ,
You can’t perform that action at this time.
0 commit comments