mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-08-06 14:59:11 +08:00
1.3 KiB
1.3 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased
Version 0.3b0 (2025-07-08)
- Add automatic instrumentation to tool call functions (#3446)
Version 0.2b0 (2025-04-28)
-
Add more request configuration options to the span attributes (#3374)
-
Restructure tests to keep in line with repository conventions (#3344)
-
Fix bug where span attribute
gen_ai.response.finish_reasons
is empty (#3417)
Version 0.1b0 (2025-03-05)
- Add support for async and streaming. (#3298)
Create an initial version of Open Telemetry instrumentation for github.com/googleapis/python-genai. (#3256)