Skip to content

v0.50.0

Choose a tag to compare

@cofin cofin released this 13 Jun 17:45
· 165 commits to main since this release
a876f40

What's Changed

  • fix(psqlpy): align adapter config flags by @cofin in #493
  • fix(arrow-odbc): type adapter config keys by @cofin in #494
  • fix(aiosqlite): modernize adapter config by @cofin in #495
  • fix(sqlite): modernize adapter config by @cofin in #496
  • fix(asyncmy): modernize adapter config by @cofin in #501
  • fix(duckdb): modernize adapter config by @cofin in #504
  • fix(pymysql): modernize adapter config by @cofin in #499
  • fix(adbc): preserve driver manager config by @cofin in #498
  • fix(aiomysql): modernize adapter config by @cofin in #502
  • fix(mysqlconnector): modernize adapter config by @cofin in #503
  • feat: SQL-file parameter metadata annotations (-- param:) by @cofin in #497
  • fix(oracledb): modernize adapter config by @cofin in #513
  • fix(psycopg): modernize adapter config by @cofin in #510
  • fix(cockroach): modernize psycopg config by @cofin in #508
  • fix(bigquery): modernize adapter config routing by @cofin in #507
  • fix(asyncpg): modernize adapter config by @cofin in #506
  • fix(cockroach-asyncpg): align adapter config typing by @cofin in #505
  • fix(mssql): modernize adapter config by @cofin in #512
  • fix(spanner): modernize adapter config by @cofin in #511
  • feat(driver): native row streaming (select_stream) across all adapters + arrow-streaming foundation by @cofin in #515
  • feat(driver): add arrow-native streaming paths by @cofin in #516
  • fix(builder): honor optimizer flags by @cofin in #520
  • feat(oracledb): support sparse vector passthrough by @cofin in #519
  • feat(driver): add cache and fetch tuning by @cofin in #517
  • feat(sqlite): add runtime connection setup by @cofin in #518

Full Changelog: v0.49.1...v0.50.0