v1.51
Release notes
v1.51.0
✨ New features
- Tracing
Introducing support for OpenTelemetry tracing. Tracing improves (LLM) observability by capturing attributes (e.g. input/output) and metadata for each step of a request or function call, making it easier to identify the source of bugs and unexpected behaviors in your applications and gain full insight into your application flow.
- Governance Manager role
With the new Governance Manager organization role you can perform any governance or compliance related task, such as modifying control frameworks or uploading organization documents. Additionally Governance Managers have view only permissions for all resources in Deeploy.
- Updated test page
Updated the test page to enable testing of multiple endpoints, such as submission of evaluation and actuals. Additionally support for completion, chat completion and embedding endpoints is added.
🛠️ Improvements
- Added the option to include a baseline for custom metrics
- Increased responsiveness of application by reducing number of data calls
🐛 Bug fixes
- Fixed validation for resource names in various places
- Fixed log-loss computation
- Fixed an issue with routing to custom docker explainer endpoints
- Fixed an issue with breadcrumb navigation redirecting to the wrong page