Skip to content

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 19 Sep 15:45
· 3 commits to main since this release
c9d0a90

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

Contributors