Skip to content

Releases: sfu-db/connector-x

0.4.5

18 Jan 00:38

Choose a tag to compare

What's Changed

  • Add EncryptionLevel::Off for MSSQL by @tvandelooij in #839
  • build(deps): bump actions/setup-java from 4 to 5 by @dependabot[bot] in #841
  • build(deps): bump actions/download-artifact from 4 to 5 by @dependabot[bot] in #838
  • build(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #836
  • build(deps): bump akhilmhdh/contributors-readme-action from 2.3.10 to 2.3.11 by @dependabot[bot] in #832
  • feat(oracle): support schema query parameter in connection URL by @kongscn in #857
  • build aarch64 with manylinux2_28 by @davidhewitt in #856
  • docs: update with OID and BOOL[] types by @Amar1729 in #863
  • Add python 3.14 spport by @Vincenthays in #853
  • Feat: parity in postgres arrowstream destination types by @z3z1ma in #868
  • Support Oracle Decimal in arrowstream by @dbascoules in #869
  • build(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in #867
  • feat: enhance oracle python tests using Testcontainers library by @dbascoules in #871
  • build(deps): bump actions/upload-artifact from 4 to 6 by @dependabot[bot] in #876
  • build(deps): bump JamesIves/github-pages-deploy-action from 4.7.3 to 4.7.6 by @dependabot[bot] in #875
  • build(deps): bump actions/download-artifact from 5 to 7 by @dependabot[bot] in #874
  • build(deps): bump actions/cache from 4 to 5 by @dependabot[bot] in #873

New Contributors

Full Changelog: v0.4.4...v0.4.5

0.4.4

26 Aug 19:03

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.3...v0.4.4

0.4.3

10 Apr 23:23
dfcb311

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.2...v0.4.3

0.4.2

14 Feb 19:27

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

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

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

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

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

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

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