Skip to content

Latest commit

 

History

History
153 lines (73 loc) · 8.69 KB

CHANGELOG.md

File metadata and controls

153 lines (73 loc) · 8.69 KB

Changelog

0.7.1 (2024-12-13)

📚 Documentation

0.7.0 (2024-12-11)

⚠ BREAKING CHANGES

🎁 New Features

  • Make arize-otel package a wrapper around otel primitives (#38838) (d7f36a4)
  • Ability to pass the transport method via the Transport enum (#38838) (d7f36a4)
  • Ability to configure using environment variables (#38838) (d7f36a4)

0.6.0 (2024-12-04)

🎁 New Features

  • Add support for project_name when logging to Arize (#38834) (09c9efa)

🐛 Bug Fixes

  • should_use_http correct handling of custom endpoints (09c9efa)

0.5.3 (2024-11-01)

🎨 Styles

0.5.2 (2024-09-13)

🐛 Bug Fixes

  • auth_header_key sets only one of space_id or space_key (#34266) (f58b0e1)

0.5.1 (2024-08-16)

❔ Miscellaneous Chores

0.5.0 (2024-08-15)

🎁 New Features

  • send traces to Arize using OTLP exporter with space_id (#33983) (74bf7cc)

0.4.0 (2024-08-09)

🎁 New Features

0.3.1 (2024-08-01)

🐛 Bug Fixes

  • set use_batch_processor to be True by default (#33677) (61be6bf)

0.3.0 (2024-07-30)

🎁 New Features

🐛 Bug Fixes

  • Accept string endpoints outside Endpoints Enum (#33569) (b765bc9)

📚 Documentation

0.2.0 (2024-07-24)

🎁 New Features

  • Add HOSTED_PHOENIX endpoint and export via http (#33334) (10fd2af)

0.1.1 (2024-06-10)

📚 Documentation

0.1.0 (2024-06-08)

🎁 New Features

  • Add registration for arize, local phoenix, and custom endpoints (#31619) (29594bb)

🐛 Bug Fixes

📚 Documentation

  • Add README and docstrings (89ad9d9)

🔧 Build System

  • Fix hatchling package handling (#31661) (01a0ca8)
  • Add dependencies in pyproject.toml (89ad9d9)
  • Update build backend in pyproject.toml (89ad9d9)
  • Update metadata in pyproject.toml (89ad9d9)

0.0.1 (2024-06-06)

🐛 Bug Fixes

0.0.0 (2024-06-06)

❔ Miscellaneous Chores