15
0

Accepting request 1280066 from home:nkrapp:branches:devel:languages:python

- Update to 1.33.1
  * Remove log messages from BatchLogRecordProcessor.emit, this caused the
    program to crash at shutdown with a max recursion error
- Update to 1.33.0
  * Fix intermittent Connection aborted error when using otlp/http exporters
  * opentelemetry-sdk: use stable code attributes:
    code.function -> code.function.name, code.lineno -> code.line.number,
    code.filepath -> code.file.path
  * Fix serialization of extended attributes for logs signal
  * Handle OTEL_PROPAGATORS contains None
  * docs: updated and added to the metrics and log examples
  * Bump semantic conventions to 1.33.0

OBS-URL: https://build.opensuse.org/request/show/1280066
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-opentelemetry-proto?expand=0&rev=20
This commit is contained in:
2025-05-27 13:35:30 +00:00
committed by Git OBS Bridge
parent 2b7074e31f
commit 3c1d62913c
4 changed files with 21 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bc6385ccf87768f029371535312071a2d09e6c9ebf119ac17dbc825a6a56ba53
size 34360

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9627b0a5c90753bf3920c398908307063e4458b287bb890e5c1d6fa11ad50b68
size 34363

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Mon May 26 07:32:09 UTC 2025 - Nico Krapp <nico.krapp@suse.com>
- Update to 1.33.1
* Remove log messages from BatchLogRecordProcessor.emit, this caused the
program to crash at shutdown with a max recursion error
- Update to 1.33.0
* Fix intermittent Connection aborted error when using otlp/http exporters
* opentelemetry-sdk: use stable code attributes:
code.function -> code.function.name, code.lineno -> code.line.number,
code.filepath -> code.file.path
* Fix serialization of extended attributes for logs signal
* Handle OTEL_PROPAGATORS contains None
* docs: updated and added to the metrics and log examples
* Bump semantic conventions to 1.33.0
-------------------------------------------------------------------
Mon May 5 21:04:25 UTC 2025 - Dirk Müller <dmueller@suse.com>

View File

@@ -18,7 +18,8 @@
%{?sle15_python_module_pythons}
Name: python-opentelemetry-proto
Version: 1.32.1
# Please keep in sync with python-opentelemetry-exporter-otlp-*
Version: 1.33.1
Release: 0
Summary: OpenTelemetry Python Proto
License: Apache-2.0