Skip to content

Commit bcc596e

Browse files
authored
Update opentelemetry-instrumentation-openai-v2 version to v2.4b0 (#4053)
Co-authored-by: otelbot <197425009+otelbot@users.noreply.github.com>
1 parent 4531513 commit bcc596e

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

  • instrumentation-genai/opentelemetry-instrumentation-openai-v2

instrumentation-genai/opentelemetry-instrumentation-openai-v2/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
## Version 2.3b0 (2025-12-24)
11+
1012
- Fix `AttributeError` when handling `LegacyAPIResponse` (from `with_raw_response`)
1113
([#4017](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/4017))
1214
- Add support for chat completions choice count and stop sequences span attributes

instrumentation-genai/opentelemetry-instrumentation-openai-v2/src/opentelemetry/instrumentation/openai_v2/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "2.3b0.dev"
15+
__version__ = "2.4b0.dev"

0 commit comments

Comments
 (0)