15
0

- Ignore some tests because there's no opentelemetry-test-util module

gh#open-telemetry/opentelemetry-python#2263
- Update to 1.17.0:
  * Implement LowMemory temporality (#3223)
  * PeriodicExportingMetricReader will continue if collection times out (#3100)
  * Fix formatting of ConsoleMetricExporter. (#3197)
  * Fix use of built-in samplers in SDK configuration (#3176)
  * Implement shutdown procedure forOTLP grpc exporters (#3138)
  * Add exponential histogram (#2964)
  * Add OpenCensus trace bridge/shim (#3210)
  * A lot more changes in previous releases can be found at
  https://github.com/open-telemetry/opentelemetry-python/blob/main/CHANGELOG.md#version-1170038b0-2023-03-22

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-opentelemetry-api?expand=0&rev=17
This commit is contained in:
2023-05-11 16:56:36 +00:00
committed by Git OBS Bridge
parent a5490381a0
commit a18f496be9
4 changed files with 35 additions and 11 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Thu May 11 16:49:48 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
- Ignore some tests because there's no opentelemetry-test-util module
gh#open-telemetry/opentelemetry-python#2263
- Update to 1.17.0:
* Implement LowMemory temporality (#3223)
* PeriodicExportingMetricReader will continue if collection times out (#3100)
* Fix formatting of ConsoleMetricExporter. (#3197)
* Fix use of built-in samplers in SDK configuration (#3176)
* Implement shutdown procedure forOTLP grpc exporters (#3138)
* Add exponential histogram (#2964)
* Add OpenCensus trace bridge/shim (#3210)
* A lot more changes in previous releases can be found at
https://github.com/open-telemetry/opentelemetry-python/blob/main/CHANGELOG.md#version-1170038b0-2023-03-22
-------------------------------------------------------------------
Fri Apr 21 12:28:45 UTC 2023 - Dirk Müller <dmueller@suse.com>