Skip to content

UbiOps version 2.4.0

Client library version

Python client library version for this release: 2.1.0
CLI version for this release: 1.1.0

On the 8th of October 2020 we have released new functionality and improvements to our UbiOps SaaS service.

Here is an overview of what is new in UbiOps:

Scheduler for deployment & pipeline execution

We added the possibility to create a request schedule for deployments or pipelines in UbiOps. This way you can make periodic requests if you have a deployment or pipeline that needs to run at a scheduled interval.

This can be especially useful if your deployment or pipeline does not depend on direct input data, but instead makes a connection to an external data source. No external cronjob is required anymore to make an API call to trigger execution.

The request schedules can be configured through the WebApp, API, Client Libraries and Command Line Interface.

For more information on how to use this functionality, see Request Schedules.

Other changes & improvements:

  • We made numerous performance and reliability improvements related to infrastructure and data routing. This results in quicker deployments, a lower request latency and higher throughput rates for deployments and pipelines.

  • We improved the status of batch requests. It is now more clear when a batch request resulted in a failed deployment or pipeline call. In addition, batch requests will now make better use of all available deployment instances to improve concurrency.

  • As an organization admin, it is now possible to assign roles to users that have a pending invitation for your organization. This way the user can immediately start using the platform after he or she completes the registration process.

  • Automatic detection of the structure of your uploaded deployment ZIP file has been improved. The directory containing your deployment does not need to be named ‘deployment_package’ anymore.

  • Miscellaneous other improvements and bug fixes.