What’s new#
Below you will find release notes for each version of the ibm-watsonx-data-integration SDK as well as highlights of major features and/or fixes included in each release.
1.3.1 (June 2026)#
Restored
Stage.stage_nameproperty with deprecation warning. Will be removed in next major release. UseStage.nameinstead.
1.3.0 (May 2026)#
Added JobRun.logs and JobRun.metrics support for streaming jobs.
See JobRun Logs.
Fixed project asset ownership validation.
See Projects
Python code generator enhancements and improvements.
See Code Generation (Batch), Code Generation (Streaming), and Code Generation for Connections.
Quality of life enhancements and bug fixes.
1.2.0 (April 2026)#
Added support for WebSocket tunneling for secure communication.
See Platform initialization for connection configuration.
Added support for job parameters to enable dynamic job configuration.
See Creating a Job and Parameter Sets.
Added support for annotations and comments in batch flows for improved documentation.
See Batch Flows.
Added support for data definitions in batch flows for better schema management.
See Data Definitions.
Added stage discovery functionality for both streaming and batch flows.
See Batch Stages and Streaming Stages.
Flow topology enhancements.
Python code generator enhancements and improvements.
See Code Generation (Batch), Code Generation (Streaming), and Code Generation for Connections.
Quality of life improvements and bug fixes.
1.1.0 (February 2026)#
Added Python 3.14 support.
Added support for proxies, custom SSL certificates, and disabling SSL verification.
Fixed UI topology not persisting when editing flows.
See Batch Flows and Streaming Flows.
Python code generator improvements.
See Code Generation (Batch) and Code Generation (Streaming).
Improved UX for working with batch stages and links.
See Batch Stages.
Added ability to edit job configuration.
See Jobs.
Bug fixes and improvements.
Minor updates for enhanced SDK functionality.
1.0.0 (December 2025)#
Added support for retrieving, creating, updating, and deleting ParameterSets.
See Parameter Sets.
Added support for creating, updating, and deleting ValueSets.
See Parameter Sets.
Added support for retrieving, creating, updating, and deleting batch flow Subflows.
See Subflows.
Added support for BatchFlow runtime settings.
See Batch Flows.
Added support for BatchFlow compilation modes (ETL/ELT/TETL).
See Compilation Modes.
Added support for generating Python code for StreamingFlows and Connections.
See Code Generation (Streaming) and Code Generation for Connections.
Added support for BearerToken, ZenApiKeyAuthenticator, and ICP4DAuthenticator authentication methods.
See Authentication.
Added support for retrieving, adding, removing, and updating ProjectCollaborators.
Added support for importing and exporting StreamingFlows.
See Streaming Flows.
Added support for IBM Cloud Pak for Data on-premises.
See Authentication and Platform initialization.
Bug fixes and improvements.
Minor updates for enhanced SDK functionality.
1.0.0b (September 2025)#
Added support for retrieving, adding, updating, and removing batch flows.
See Batch Flows.
Added support for executing batch flows within a job.
See Jobs.
Added Python generator support for batch and streaming flows.
See Code Generation (Batch) and Code Generation (Streaming).
Added support for engineless streaming flows.
See Streaming Flows.
Added support for streaming job offsets.
See Jobs.
Added support for validating streaming flows.
See Streaming Flows.
Bug fixes and improvements.
Minor updates for enhanced SDK functionality.
0.0.2b (August 2025)#
Added support for retrieving, adding, and removing members from AccessGroups.
See Access Control.
Engine and Environment API clients & model moved under streaming flows service.
See Streaming Engines and Streaming Environments.
Access pattern updates for all resource IDs.
Bug fixes across the SDK.
Minor updates for enhanced SDK functionality.
0.0.1b (June 2025)#
Added support for retrieving, creating, updating, deleting and running Jobs.
See Jobs.
Added support for retrieving, creating, updating, and deleting Projects.
See Projects.
Added support for retrieving, creating, updating, and deleting StreamingFlows.
See Streaming Flows.
Added support for retrieving, creating, updating, and deleting Connections.
See Connections.
Added support for retrieving, creating, updating, and deleting StreamingFlow Environments.
Added support for retrieving, creating, updating, and deleting AccessGroups.
See Access Control.
Added support for retrieving, creating, updating, and deleting Roles.
See Access Control.
Added support for retrieving Users & Accounts.
See Access Control.
Added the ability to retrieve the install script for StreamingFlow Engines.
See Streaming Engines.