Skip to content

Releases: snowflakedb/snowflake-telemetry-python

0.8.0 (2026-03-31)

Choose a tag to compare

@sfc-gh-vguttha sfc-gh-vguttha released this 08 Apr 22:23
8b2709d
  • upgrading otel to 1.38.0

  • support python 3.14.

v0.7.1

Choose a tag to compare

@sfc-gh-bnandibhatla sfc-gh-bnandibhatla released this 16 Jul 21:43
b8d1822

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

Choose a tag to compare

@sfc-gh-bnandibhatla sfc-gh-bnandibhatla released this 18 Jun 22:38
30dc196

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

Choose a tag to compare

@sfc-gh-sying sfc-gh-sying released this 22 May 20:16
5d42ffa

0.6.1 (2025-05-22)

  • Fix typo in CHANGELOG

v0.6.0

Choose a tag to compare

@sfc-gh-sili sfc-gh-sili released this 25 Feb 22:30
0c5b4fa

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

Choose a tag to compare

@sfc-gh-bdrutu sfc-gh-bdrutu released this 23 Jul 23:29
1b8afda

0.5.0 (2024-07-23)

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

v0.4.0

Choose a tag to compare

@sfc-gh-tmonk sfc-gh-tmonk released this 22 Apr 22:18
ee6c338

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

Choose a tag to compare

@sfc-gh-tmonk sfc-gh-tmonk released this 11 Mar 22:23
b568bd9

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

Choose a tag to compare

@sfc-gh-sili sfc-gh-sili released this 01 May 23:03
3d1dacb
Support Python3.10 and bump up version to 0.2.0 (#5)

v0.1.0

Choose a tag to compare

@sfc-gh-sili sfc-gh-sili released this 29 Sep 19:14
e5eed13

Initial release