diff --git a/opentelemetry_api-1.30.0.tar.gz b/opentelemetry_api-1.30.0.tar.gz deleted file mode 100644 index b4c23eb..0000000 --- a/opentelemetry_api-1.30.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:375893400c1435bf623f7dfb3bcd44825fe6b56c34d0667c542ea8257b1a1240 -size 63703 diff --git a/opentelemetry_api-1.33.1.tar.gz b/opentelemetry_api-1.33.1.tar.gz new file mode 100644 index 0000000..4d5d0a5 --- /dev/null +++ b/opentelemetry_api-1.33.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c6055fc0a2d3f23a50c7e17e16ef75ad489345fd3df1f8b8af7c0bbf8a109e8 +size 65002 diff --git a/python-opentelemetry-api.changes b/python-opentelemetry-api.changes index 41ee78a..3e026ce 100644 --- a/python-opentelemetry-api.changes +++ b/python-opentelemetry-api.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Mon May 26 07:37:35 UTC 2025 - Nico Krapp + +- 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 + ------------------------------------------------------------------- Tue Feb 25 20:37:54 UTC 2025 - Dirk Müller diff --git a/python-opentelemetry-api.spec b/python-opentelemetry-api.spec index 3ba2891..887e7ef 100644 --- a/python-opentelemetry-api.spec +++ b/python-opentelemetry-api.spec @@ -27,7 +27,7 @@ %{?sle15_python_module_pythons} Name: python-opentelemetry-api%{?psuffix} -Version: 1.30.0 +Version: 1.33.1 Release: 0 Summary: OpenTelemetry Python API License: Apache-2.0 @@ -51,7 +51,7 @@ Requires: python-aiocontextvars %endif %if %{with test} BuildRequires: %{python_module opentelemetry-api = %{version}} -BuildRequires: %{python_module opentelemetry-test-utils == 0.51b0} +BuildRequires: %{python_module opentelemetry-test-utils == 0.54b1} BuildRequires: %{python_module pytest} %endif %python_subpackages