Skip to content

Releases: snowflakedb/snowflake-telemetry-python

v0.7.1

16 Jul 21:43
b8d1822
Compare
Choose a tag to compare

0.7.1 (2025-07-16)

  • Adds missing scope field to the SnowflakeLogFormatter.
  • Set severity_text to UNSPECIFIED when it is unavailable in SnowflakeLogFormatter.
  • Move log record attributes to nested attributes section in SnowflakeLogFormatter.

v0.7.0

18 Jun 22:38
30dc196
Compare
Choose a tag to compare

0.7.0 (2025-06-18)

  • Adds a SnowflakeLogFormatter implementation which can used to emit JSON logs in a format that can be parsed by Snowflake.

v0.6.1

22 May 20:16
5d42ffa
Compare
Choose a tag to compare

0.6.1 (2025-05-22)

  • Fix typo in CHANGELOG

v0.6.0

25 Feb 22:30
0c5b4fa
Compare
Choose a tag to compare

0.5.0 (2024-02-25)

  • Upgrade OpenTelemetry Python dependencies to version 1.26.0
  • Vendored in adapter code from package opentelemetry-exporter-otlp-proto-common and replaced protobuf dependency with custom vanilla python serialization

v0.5.0

23 Jul 23:29
1b8afda
Compare
Choose a tag to compare

0.5.0 (2024-07-23)

  • Set empty resource for Python OpenTelemetry config.
  • Add SnowflakeTraceIdGenerator implementation.

v0.4.0

22 Apr 22:18
ee6c338
Compare
Choose a tag to compare

0.4.0 (2024-04-22)

  • Upgrade OpenTelemetry Python dependencies to version 1.23.0
  • Drop the dependency on package opentelemetry-exporter-otlp and all its transitive dependencies
  • Add a dependency on package opentelemetry-exporter-otlp-proto-common, a lighter weight package that brings in fewer transitive dependencies
  • Remove unnecessary upper bound on setuptools dependency

v0.3.0

11 Mar 22:23
b568bd9
Compare
Choose a tag to compare

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

v0.2.0

01 May 23:03
3d1dacb
Compare
Choose a tag to compare
Support Python3.10 and bump up version to 0.2.0 (#5)

v0.1.0

29 Sep 19:14
e5eed13
Compare
Choose a tag to compare

Initial release