Skip to content

Releases: IBM/code-engine-python-sdk

v6.0.0

24 Apr 12:18

Choose a tag to compare

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

09 Apr 15:54

Choose a tag to compare

Bug Fixes

  • Bumped requests dependency minimum version.

Full Changelog: v5.0.0...v5.0.1

v5.0.0

13 Mar 14:56

Choose a tag to compare

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

21 Jan 15:53

Choose a tag to compare

Bug Fixes

  • Bumped urllib3 dependency minimum version.

Full Changelog: v4.21.2...v4.22.0

v4.21.2

10 Dec 10:42

Choose a tag to compare

Bug Fixes

  • Bumped urllib3 dependency.

Full Changelog: v4.21.1...v4.21.2

v4.21.1

04 Nov 14:20

Choose a tag to compare

Features

  • Added a new run_volume_mounts type of persistent_data_stores for apps, jobs, and jobruns.

Bug Fixes

  • Bumped various dependencies.

v4.20.1

01 Jul 17:36

Choose a tag to compare

Bug Fixes

  • Bumped various dependencies.

v4.20.0

14 Apr 21:01

Choose a tag to compare

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

v4.14.1

21 Feb 19:08

Choose a tag to compare

Features

  • Added support for the run_build_params property for builds and build runs.

Bug Fixes

  • Bumped various dependencies

v4.9.0

15 Jan 20:50

Choose a tag to compare

Features

  • Added jobrun index details property to the existing jobrun status_details property

Bug Fixes

  • Bumped various dependencies