UbiOps version 2.36.0¶
Client library version
Python client library version for this release: 4.11.0 CLI version for this release: 2.28.0
On the 14th of August 2025 we have released new functionality and made improvements to UbiOps. An overview of the changes is given below.
Log Search¶
We have introduced the ability to query logs by text strings, enabling you to filter and search through logs using queries based on text and metadata. This makes it much easier to pinpoint specific events or issues, even in large volumes of logs. Searching the logs allows you to more effectively troubleshoot problems and monitoring deployments and pipelines. For more information, see the Logging documentation.
Exporting¶
If is now possible to export all objects (deployments, pipelines, etc) within a project at once. It is now also possible to omit deployment and environment packages when exporting. This makes it easier to create backups of your project or to migrate to another project. For more information, see the Exporting and Importing documentation.
OpenAI Compatible Endpoints For Pipelines¶
In Release 2.34.0 we introduced support for OpenAI compatible requests in UbiOps deployments. This functionality has now been extended to UbiOps pipelines. With this update, you can build pipelines with deployment versions that support the OpenAI format and call these pipelines directly with OpenAI compatible requests. For more information, see the OpenAI-compatible requests documentation
Miscellaneous and Deprecations¶
- Support for Python 3.8 has been deprecated and no base images with it will be available anymore.
- Improved error messages for timed out requests.
- Improvements to our scaling mechanism reducing the idle time of instances.
- Descriptions can be added to service users.
- Labels can be added to projects.
- You can more easily pass null values to pipeline objects as input.
- The "moderate" scaling strategy has been optimized.