17
0

10 Commits

Author SHA256 Message Date
4d7dd1bcb1 fix version in changelog
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-opentelemetry-util-http?expand=0&rev=16
2026-01-06 10:44:35 +00:00
557e78ea11 - update to 1.39.1:
* Silence events API warnings for internal users
- update to 1.39.0:
  * `opentelemetry-api`: Convert objects of any type other than
    AnyValue in attributes to string to be exportable
  * docs: Added sqlcommenter example
  * build: bump ruff to 0.14.1
  * Add `opentelemetry-exporter-credential-provider-gcp` as an
    optional dependency to `opentelemetry-exporter-otlp-proto-
    grpc`  and `opentelemetry-exporter-otlp-proto-http`
  * semantic-conventions: Bump to 1.38.0
  * [BREAKING] Remove LogData and extend SDK LogRecord to have
    instrumentation scope
  * [BREAKING] Rename several classes from Log to LogRecord

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-opentelemetry-util-http?expand=0&rev=15
2025-12-28 15:21:59 +00:00
7c168d40b3 - update to 0.59b0:
* `opentelemetry-instrumentation-flask`: Do not record
    `http.server.duration` metrics for excluded URLs.
  * `opentelemetry-instrumentation-botocore`: migrate off the
    deprecated events API to use the logs API
  * `opentelemetry-instrumentation-dbapi`: fix crash retrieving
    libpq version when enabling commenter with psycopg
  * `opentelemetry-instrumentation-fastapi`: Fix handling of
    APIRoute subclasses
  * `opentelemetry-instrumentation-botocore`: Add support for AWS
    Secrets Manager semantic convention attribute
  * `opentelemetry-instrumentation-dbapi`: Add support for
    `commenter_options` in `trace_integration` function to
    control SQLCommenter behavior
  * Add `rstcheck` to pre-commit to stop introducing invalid RST
  * `opentelemetry-exporter-credential-provider-gcp`: create this
    package which provides support for supplying your machine's
    Application Default  Credentials
    (https://cloud.google.com/docs/authentication/application-
    default-credentials) to the OTLP Exporters created
    automatically by OpenTelemetry Python's auto instrumentation.
    These credentials authorize OTLP traces to be sent to
    `telemetry.googleapis.com`. #3766.
  * `opentelemetry-instrumentation-psycopg`: Add missing
    parameter `capture_parameters` to instrumentor.
  * `opentelemetry-instrumentation-dbapi`: Adds sqlcommenter

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-opentelemetry-util-http?expand=0&rev=13
2025-11-17 21:46:09 +00:00
7f1b0d5a8a - update to 0.58b0:
* `opentelemetry-instrumentation-fastapi`: Fix middleware
    ordering to cover all exception handling use cases.
  * `opentelemetry-instrumentation-asgi`: Make all user hooks
    failsafe and record exceptions in hooks.
  * `opentelemetry-instrumentation-fastapi`: Fix memory leak in
    `uninstrument_app()` by properly removing apps from the
    tracking set
  * `opentelemetry-instrumentation-tornado` Fix server (request)
    duration metric calculation
  * `opentelemetry-instrumentation-tornado`: Fix to properly skip
    all server telemetry when URL excluded.
  * `opentelemetry-instrumentation`: Avoid calls to
    `context.detach` with `None` token.
  * `opentelemetry-instrumentation-starlette`/`opentelemetry-
    instrumentation-fastapi`: Fixes a crash when host-based
    routing is used
  * Fix documentation order of sections and headers for Django,
    Flask, MySQL, mysqlclient, psycopg, psycopg2, pymysql,
    sqlalchemy instrumentations.
  * `opentelemetry-instrumentation-asgi` Fixed an issue where
    FastAPI reports IP instead of URL.
  * `opentelemetry-instrumentation-httpx`: fix missing metric
    response attributes when tracing is disabled
  * `opentelemetry-instrumentation-fastapi`:  Don't pass bounded
    server_request_hook when using
    `FastAPIInstrumentor.instrument()`
- update to 0.57b0:
  * `opentelemetry-instrumentation`: Fix dependency conflict
    detection when instrumented packages are not installed by

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-opentelemetry-util-http?expand=0&rev=11
2025-09-21 15:09:28 +00:00
ae4633216d - Update to 0.54b1:
* Bump for opentelemetry 1.33.1 release.
- Update URL.
- Adjust {Build,}Requires to reflect reality.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-opentelemetry-util-http?expand=0&rev=9
2025-06-02 06:20:52 +00:00
e5bc81495a * bump for opentelemetry 1.30.0 release
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-opentelemetry-util-http?expand=0&rev=7
2025-02-25 22:27:33 +00:00
fe9750385b - update to 0.51b0:
* bump for oepntelemetry 1.30.0 release

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-opentelemetry-util-http?expand=0&rev=6
2025-02-25 22:27:25 +00:00
57257a3edd Accepting request 1235911 from home:glaubitz:branches:devel:languages:python
- Update to version 0.50b0
  * `opentelemetry-instrumentation-starlette` Add type hints to the instrumentation
  * `opentelemetry-distro` default to OTLP log exporter.
  * `opentelemetry-instrumentation-sqlalchemy` Update unit tests to run with SQLALchemy 2
  * Add `opentelemetry-instrumentation-openai-v2` to `opentelemetry-bootstrap`
  * `opentelemetry-instrumentation-sqlalchemy` Add sqlcomment to `db.statement` attribute
  * `opentelemetry-instrumentation-dbapi` Add sqlcomment to `db.statement` attribute
  * `opentelemetry-instrumentation-dbapi` instrument_connection accepts optional connect_module
  * `opentelemetry-instrumentation-mysqlclient` Add sqlcommenter support
  * `opentelemetry-instrumentation-pymysql` Add sqlcommenter support
  * `opentelemetry-instrumentation-click`: new instrumentation to trace click commands
  * `opentelemetry-instrumentation-starlette`: Retrieve `meter_provider` key instead of
    `_meter_provider` on `_instrument`
  * `opentelemetry-instrumentation-httpx`: instrument_client is a static method again
  * `opentelemetry-instrumentation-system_metrics`: fix callbacks reading wrong config
  * `opentelemetry-instrumentation-httpx`: Check if mount transport is none before wrap it
  * Replace all instrumentor unit test `assertEqualSpanInstrumentationInfo` calls with
    `assertEqualSpanInstrumentationScope` calls
  * `opentelemetry-instrumentation-sqlalchemy` Fixes engines from `sqlalchemy.engine_from_config`
    not being fully instrumented
  * `opentelemetry-instrumentation-sqlalchemy`: Fix a remaining memory leak in EngineTracer
  * `opentelemetry-instrumentation-sqlite3`: Update documentation on explicit cursor support of tracing
  * `opentelemetry-instrumentation-sqlalchemy` teach instruments version
  * Drop `opentelemetry-instrumentation-test` package from default instrumentation list
  * `opentelemetry-instrumentation-httpx`: remove private unused `_InstrumentedClient`
    and `_InstrumentedAsyncClient` classes
- from version 0.49b0
  * `opentelemetry-instrumentation-openai-v2` Instrumentation for OpenAI >= 0.27.0
  * `opentelemetry-instrumentation-fastapi` Add autoinstrumentation mechanism tests.
  * `opentelemetry-instrumentation-aiokafka` Add instrumentor and auto instrumentation

OBS-URL: https://build.opensuse.org/request/show/1235911
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-opentelemetry-util-http?expand=0&rev=4
2025-01-08 12:26:07 +00:00
3089a71291 - specfile fixes
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-opentelemetry-util-http?expand=0&rev=2
2024-09-02 12:37:56 +00:00
53b686b90c Accepting request 1198254 from home:glaubitz:branches:devel:languages:python
- Initial build
  * Version 0.48b0

OBS-URL: https://build.opensuse.org/request/show/1198254
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-opentelemetry-util-http?expand=0&rev=1
2024-09-02 12:32:07 +00:00