Skip to content

2025 May_C (2.1.44)

Compare
Choose a tag to compare
@madeleinelane madeleinelane released this 23 May 20:24
· 110 commits to dev since this release
742b027

New Features

  • Added a '/traces/' API to support ingesting Open-Telemetry traces that meet the OpenInference (https://github.com/arize-ai/openinference/) specification. This feature is in preparation for adding agentic evaluations - more details coming soon

Enhancements:

  • Added Docker Compose health checks to improve service startup reliability.
  • Introduced a single script to install both the GenAI and ML engines.
  • Initialized the Arthur Common module with CI, linting, and unit testing.
  • Deprecated default validation endpoints to simplify integration and encourage explicit configuration.
  • Made OpenAI-related configs optional for easier local development.
  • Increased the GenAI engine startup timeout for stability.

Bug fix:

  • Patched a critical vulnerability in the h11 library.