Skip to content

Commit

Permalink
chore(main): release arize-phoenix-otel 0.7.0 (#5929)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeldking authored Jan 22, 2025
1 parent ee3d061 commit 392ef98
Show file tree
Hide file tree
Showing 3 changed files with 20 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 @@
{".":"7.9.0","packages/phoenix-evals":"0.19.0","packages/phoenix-otel":"0.6.1","packages/phoenix-client":"0.1.0-alpha.1"}
{".":"7.9.0","packages/phoenix-evals":"0.19.0","packages/phoenix-otel":"0.7.0","packages/phoenix-client":"0.1.0-alpha.1"}
18 changes: 18 additions & 0 deletions packages/phoenix-otel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [0.7.0](https://github.com/Arize-ai/phoenix/compare/arize-phoenix-otel-v0.6.1...arize-phoenix-otel-v0.7.0) (2025-01-22)


### Features

* `phoenix.otel` infers GRPC port from env ([#6017](https://github.com/Arize-ai/phoenix/issues/6017)) ([4e036e7](https://github.com/Arize-ai/phoenix/commit/4e036e735cf6abda2352b73d28ed3b095724f04c))
* Explicit OTEL protocol override ([#6067](https://github.com/Arize-ai/phoenix/issues/6067)) ([04264a0](https://github.com/Arize-ai/phoenix/commit/04264a04b18759c71bb106fc15a8f81e78122e68))


### Bug Fixes

* Handle default protocol ([#6146](https://github.com/Arize-ai/phoenix/issues/6146)) ([ee3d061](https://github.com/Arize-ai/phoenix/commit/ee3d0615d6551f8b834af4d8efdccfd118b40da2))


### Documentation

* update sessions (GITBOOK-940) ([88dc135](https://github.com/Arize-ai/phoenix/commit/88dc135f99b03697387df0140533a0808454a88e))

## [0.6.1](https://github.com/Arize-ai/phoenix/compare/arize-phoenix-otel-v0.6.0...arize-phoenix-otel-v0.6.1) (2024-10-17)


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 @@ -22,7 +22,7 @@ classifiers = [
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
]
version = "0.6.1"
version = "0.7.0"
dependencies = [
"opentelemetry-semantic-conventions",
"opentelemetry-exporter-otlp",
Expand Down

0 comments on commit 392ef98

Please sign in to comment.