Additions
- Added
instances_update
andproject_instances_update
to stop running instances - Added deployment version parameter
instance_processes
to handle multiple requests simultaneously by the same instance - Added
process_id
to log filters
Changes
- Streaming deployment and pipeline requests via
ubiops.utils
now returns aDeploymentRequestCreateResponse
orPipelineRequestCreateResponse
object for the full response instead of a dict. - Removed default values on client side. Default values will be set by the API.
- Default streaming timeout is increased to 3600 for deployments and 7200 for pipelines
Removal
- Notification groups are removed. Corresponding deployment version (and experiment) parameters
monitoring
anddefault_notification_group
are removed as well.