Releases: deltastreaminc/deltastream-connector-python
Releases · deltastreaminc/deltastream-connector-python
v0.3.1
v0.3.0
deltastream-connector v0.3.0 - September 19, 2025
Features
- Introduced UUID type for organization_id in APIConnection, ResultSetContext, and related models with automatic conversion between UUID and string formats
Fixes
- Fix get_version
Docs
- Update CONTRIBUTING.md to reflect Makefile usage for dependency management and testing
Under the Hood
-
Updated handling of organization_id to accept both string and UUID formats, with validation for string UUIDs in StatementHandler and other components
-
Added tests to verify UUID handling and conversion in APIConnection and StatementRequest
-
Created a new script for generating OpenAPI v2 client code from YAML specification
-
Add Makefile for build and CI management