Skip to content

Commit

Permalink
chore(main): release arize-phoenix-otel 0.5.0 (#4575)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeldking committed Sep 12, 2024
1 parent 7648b2a commit c9a9dc8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"4.33.2","packages/phoenix-evals":"0.15.1","packages/phoenix-otel":"0.4.1"}
{".":"4.33.2","packages/phoenix-evals":"0.15.1","packages/phoenix-otel":"0.5.0"}
12 changes: 12 additions & 0 deletions packages/phoenix-otel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.5.0](https://github.com/Arize-ai/phoenix/compare/arize-phoenix-otel-v0.4.1...arize-phoenix-otel-v0.5.0) (2024-09-12)


### Features

* Pick up authorization headers from environment variable ([#4590](https://github.com/Arize-ai/phoenix/issues/4590)) ([7648b2a](https://github.com/Arize-ai/phoenix/commit/7648b2a2c363d82f53fbc98852720bb52a0fa3d4))


### Bug Fixes

* Ensure correct dataloader results ordering ([#4524](https://github.com/Arize-ai/phoenix/issues/4524)) ([f9239d6](https://github.com/Arize-ai/phoenix/commit/f9239d63af9d06c04430f9dca808caf08d152d3d))

## [0.4.1](https://github.com/Arize-ai/phoenix/compare/arize-phoenix-otel-v0.4.0...arize-phoenix-otel-v0.4.1) (2024-08-25)


Expand Down
2 changes: 1 addition & 1 deletion packages/phoenix-otel/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ classifiers = [
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]
version = "0.4.1"
version = "0.5.0"
dependencies = [
"opentelemetry-semantic-conventions",
"opentelemetry-exporter-otlp",
Expand Down

0 comments on commit c9a9dc8

Please sign in to comment.