Back to Starrocks

CHANGES

contrib/starrocks-python-client/CHANGES.md

4.1.0729 B
Original Source

Version history

1.3.3

  • Add back support for SQLAlchemy 1.4 (#65976 by @rad-pat)
  • Enable select from a FilesSource and support for Python 3.14 (#66797 by @rad-pat)
  • Add support for async SQLAlchemy connection via asyncmy driver and ignore errors from querying tables_config on non-default catalog (#67479 by @rad-pat)

1.3.2

  • Fix DEFAULT compilation, type comparison, and column ordering (#66125 by @jaogoy)

1.3.1

  • Enable SQLAlchemy Test Suite (#65025 by @rad-pat)
  • Supports Views and Materialized Views and enhance documentation (#65808 by @jaogoy)

1.3.0

  • Support more attributes for comparing StarRocks tables by using Alembic (#64161 by jaogoy)

1.2.3 Older