Skip to content

Releases: sfu-db/connector-x

0.4.2

14 Feb 19:27
Compare
Choose a tag to compare

What's Changed

  • Remove arrow2 from Connector-X by @EricFecteau in #732
  • build(rust): bump native-tls from 0.2.12 to 0.2.13 by @dependabot in #741
  • build(rust): bump pprof from 0.5.1 to 0.14.0 by @dependabot in #739
  • build(rust): bump itertools from 0.11.0 to 0.13.0 by @dependabot in #737
  • Update int/float size for PostgreSQL, add PostgreSQL tests and fix various bugs by @EricFecteau in #743
  • Add pre_execution_queries parameter to run setup queries before main query on Postgres and MySQL source by @jsjasonseba in #729
  • Add project urls to pyproject.toml by @DeflateAwning in #748

New Contributors

Full Changelog: v0.4.1...v0.4.2

0.4.1

23 Jan 21:32
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump JamesIves/github-pages-deploy-action from 4.6.8 to 4.6.9 by @dependabot in #703
  • #643 allow to skip verification of TLS certs for Trino connection by @domnikl in #716
  • build(deps): bump JamesIves/github-pages-deploy-action from 4.6.9 to 4.7.2 by @dependabot in #717
  • update connectorx-python: avoid diving into the exception for recent … by @bealdav in #719
  • Trino arrow + arrow2 support by @JakkuSakura in #722
  • Update Polars on Arrow2 and implement Polars on Arrow-rs by @EricFecteau in #726
  • Fix/mssql pre login token by @Niivii in #731
  • fix memory leak by @wangxiaoying in #733

New Contributors

Full Changelog: v0.3.4...v0.4.1

0.4.0

04 Nov 21:05
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump akhilmhdh/contributors-readme-action from 2.3.8 to 2.3.10 by @dependabot in #623
  • build(deps): bump JamesIves/github-pages-deploy-action from 4.6.0 to 4.6.1 by @dependabot in #636
  • [WIP] Adding microsecond timestamp type, fix #644 #634 by @wangxiaoying in #646
  • Change ValueError exception to ModuleNotFoundError by @aimtsou in #652
  • read mysql text column (utf8 charset) as string column by @Cabbagec in #660
  • build(deps): bump JamesIves/github-pages-deploy-action from 4.6.1 to 4.6.3 by @dependabot in #662
  • build(deps): bump JamesIves/github-pages-deploy-action from 4.6.3 to 4.6.4 by @dependabot in #683
  • build(deps): bump JamesIves/github-pages-deploy-action from 4.6.4 to 4.6.8 by @dependabot in #691
  • read mysql bit type as i64 by @Cabbagec in #661
  • feat: Added Params for CA Certs in MSSQL Config by @pangjunrong in #698
  • feat: Added Option for Oracle Connector to use Alias w/ Params by @pangjunrong in #700
  • support python 3.13 by @wangxiaoying in #702

New Contributors

Full Changelog: v0.3.3...v0.4.0

0.3.3

10 May 00:51
e443529
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.2...v0.3.3

What's Changed

New Contributors

Read more

0.3.2

28 Aug 05:38
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.1...v0.3.2

0.3.1

31 Oct 23:14
Compare
Choose a tag to compare

What's Changed

New Contributors

@wKollendorf, @houqp, @venkashank, @lBilali, @phanindra-ramesh, @Hieudepchai, @auyer made their first contribution

0.3.0

11 May 04:06
Compare
Choose a tag to compare

ConnectorX

Features

  • Add experimental support on federated query (support PostgreSQL only) #280
  • BigQuery support experimental -> stable #152
  • Upgrade rust version to nightly-2022-04-17

Bug Fix

  • Arrow2 add blob #261
  • Mssql datetime fix #263
  • Add Mssql encryption option #265
  • Fix Mssql count query construction for queries with OFFSET
  • Add binaryfloat and binarydouble to Oracle #273

0.2.5

29 Mar 05:33
Compare
Choose a tag to compare

ConnectorX

Features

  • Build wheel for m1 machine through cross compile #238
  • Support client authentication on postgres #222
  • Expose partition_sql and get_meta for Python API
  • Parse connection url's scheme as the substring before '+', to compatible with possible sqlalchemy user's input

Bug Fix

  • Sqlite windows path error #245
  • Oracle convert Number(0,0) to float for round(x, y) #227

0.2.4

03 Mar 07:08
Compare
Choose a tag to compare

ConnectorX 0.2.4

Bug Fix

  • Fixing deallocating None bug #201
  • Clickhouse support on new version #165
  • Shrink array before return for arrow2 to reduce memory usage when result is small #196
  • Fix Oracle port error #209

Others

  • Improve Oracle performance by enlarging array size using prepared statement #127
  • Upgrade arrow2 to 0.9 #221
  • Add Postgres Json, TimestampTz support to arrow2 #235 #229
  • Clean up python dependencies (remove ones for benchmarking)

0.2.3

21 Dec 20:09
Compare
Choose a tag to compare

ConnectorX 0.2.3

Features

  • Add Google BigQuery as source #152 - need benchmark and more tests
  • Add windows trust_connection for mssql #145
  • Support Postgres HStore (only for cursor protocol) #174

Others

  • Investigate SQLite in-memory database #172
  • Add redshift to connection uri automatically use cursor protocol #187
  • Test on mariadb #193
  • Test on azure sql database