Skip to content

Releases: deltastreaminc/deltastream-connector-python

v0.3.1

30 Oct 18:06
9347851

Choose a tag to compare

deltastream-connector v0.3.1 - October 30, 2025

Fixes

  • Fix reading rows when using interactive (streaming) queries

Contributors

v0.3.0

19 Sep 15:45
c9d0a90

Choose a tag to compare

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

v0.2.0

14 May 19:29
14705d7

Choose a tag to compare

deltastream-connector v0.2.0 - May 14, 2025

Features

  • Add support for compute pools

Under the Hood

  • Add new error codes support

Contributors

v0.1.3

08 Mar 00:51
32fc5e0

Choose a tag to compare

deltastream-connector v0.1.3 - March 08, 2025

Under the Hood

  • Add missing sql state errors

Contributors

v0.1.2

07 Mar 22:44
03e2d76

Choose a tag to compare

deltastream-connector v0.1.2 - February 16, 2025

Fixes

  • Fix ResultSet import on APIClient

Contributors