Releases: IBM/code-engine-python-sdk
v6.0.0
Breaking Changes in (April 2026)
As part of the introduction of persistent_data_stores as a Volume Mount type for apps and jobs, the optional name property of entries in run_volume_mounts is no longer supported.
If you used the optional name property, remove it from the prototype of the app or job.
Full Changelog: v5.0.1...v6.0.0
v5.0.1
v5.0.0
Breaking Changes (March 2026)
For consistency, the March 2026 update introduces pluralized list APIs, new outbound destination types, and updated constructor/patch models. These changes require updates to existing client code.
Full Changelog: v4.22.0...v5.0.0
v4.22.0
v4.21.2
v4.21.1
Features
- Added a new
run_volume_mountstype ofpersistent_data_storesfor apps, jobs, and jobruns.
Bug Fixes
- Bumped various dependencies.
v4.20.1
Bug Fixes
- Bumped various dependencies.
v4.20.0
Features
Added the run_compute_resource_token_enabled property for app create, app update, job create, job update, function create, and function update API requests. Use this option to enable or disable Trusted Profiles support for the selected resource. Added support for hmac_auth secret format. Replaced nodejs-18 runtime with nodejs-20.
Bug Fixes
Bumped various dependencies