Note: This changelog only contains breaking and critical changes for self-hosted deployments. For a complete changelog, please see our official changelog.
- Updated port mapping when using
opik.sh- This may affect existing deployments - Fixed persistence when using Docker compose deployments - Requires reconfiguration for existing deployments
- Updated Dockerfiles to ensure all containers run as non root users - This is a security-critical change that requires container recreation
Release 1.7.0, 2025-04-09 #
In this release, we migrated the Clickhouse table engines to their replicated version. The migration was automated, and we don't expect any errors. However, if you have any issues, please check this link or feel free to open an issue in this repository.
Release 1.0.3, 2024-10-29 #
The structure of dataset items has changed to include new dynamic fields. Dataset items logged before version 1.0.3 will still show but would not be searchable. If you would like to migrate previous dataset items to the new format, please see the instructions below: dataset item migration for more information*.
- Updated datasets to support more flexible data schema - This change affects how dataset items are structured and may require updates to existing dataset insertion code. See Dataset Documentation for details.
- The
contextfield is now optional in the Hallucination metric - This may affect existing evaluation configurations
- Changed dataset item insertion behavior - Duplicate items are now silently ignored instead of being ingested, which may affect data collection workflows. See Dataset Documentation for details.
- Updated OpenAI integration to track structured output calls using
beta.chat.completions.parse- This may affect existing OpenAI integration code. See OpenAI Integration Documentation for details. - Fixed issue with
update_current_spanandupdate_current_tracethat did not support updating theoutputfield - This may affect existing trace update code. See Tracing Documentation for details.
- Added support for images in google.genai calls - This may affect existing Gemini integration code. See Gemini Integration Documentation for details.
- LangFlow integration has been merged - This may affect existing LangFlow deployments