Connectorx

Latest version: v0.4.2

Safety actively analyzes 715032 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.4.2

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

New Contributors
* jsjasonseba made their first contribution in https://github.com/sfu-db/connector-x/pull/729
* DeflateAwning made their first contribution in https://github.com/sfu-db/connector-x/pull/748

**Full Changelog**: https://github.com/sfu-db/connector-x/compare/v0.4.1...v0.4.2

0.4.1

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

New Contributors
* bealdav made their first contribution in https://github.com/sfu-db/connector-x/pull/719
* JakkuSakura made their first contribution in https://github.com/sfu-db/connector-x/pull/722
* EricFecteau made their first contribution in https://github.com/sfu-db/connector-x/pull/726
* Niivii made their first contribution in https://github.com/sfu-db/connector-x/pull/731

**Full Changelog**: https://github.com/sfu-db/connector-x/compare/v0.3.4...v0.4.1

0.4.0

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

New Contributors
* aimtsou made their first contribution in https://github.com/sfu-db/connector-x/pull/652
* pangjunrong made their first contribution in https://github.com/sfu-db/connector-x/pull/698

**Full Changelog**: https://github.com/sfu-db/connector-x/compare/v0.3.3...v0.4.0

0.3.3

What's Changed
* build(pypi): Constrain the python version by zen-xu in https://github.com/sfu-db/connector-x/pull/533
* Arrow stream by wangxiaoying in https://github.com/sfu-db/connector-x/pull/536
* DataFusion 31 and Arrow 46 upgrade by gruuya in https://github.com/sfu-db/connector-x/pull/540
* Update mssql.md by albcunha in https://github.com/sfu-db/connector-x/pull/544
* update to `r2d2-oracle=0.6` by rursprung in https://github.com/sfu-db/connector-x/pull/562
* Infinite Postgres Bug 573 by AndrewJackson2020 in https://github.com/sfu-db/connector-x/pull/574
* Update SQLite dependencies by aljazerzen in https://github.com/sfu-db/connector-x/pull/568
* Create dependabot.yml by tschm in https://github.com/sfu-db/connector-x/pull/576
* Bump actions/cache from 2 to 4 by dependabot in https://github.com/sfu-db/connector-x/pull/578
* Bump actions/download-artifact from 3 to 4 by dependabot in https://github.com/sfu-db/connector-x/pull/577
* Bump actions/setup-java from 3 to 4 by dependabot in https://github.com/sfu-db/connector-x/pull/579
* Bump JamesIves/github-pages-deploy-action from 4.0.0 to 4.5.0 by dependabot in https://github.com/sfu-db/connector-x/pull/580
* Bump Gr1N/setup-poetry from 8 to 9 by dependabot in https://github.com/sfu-db/connector-x/pull/581
* Bump actions/upload-artifact from 2 to 4 by dependabot in https://github.com/sfu-db/connector-x/pull/582
* Bump actions/checkout from 2 to 4 by dependabot in https://github.com/sfu-db/connector-x/pull/589
* Bump actions/setup-python from 1 to 5 by dependabot in https://github.com/sfu-db/connector-x/pull/588
* Bump extractions/setup-just from 1 to 2 by dependabot in https://github.com/sfu-db/connector-x/pull/587
* Update dependencies in cargo.toml using a bot by tschm in https://github.com/sfu-db/connector-x/pull/583
* build(rust): bump itertools from 0.10.5 to 0.11.0 by dependabot in https://github.com/sfu-db/connector-x/pull/594
* build(rust): bump openssl from 0.10.63 to 0.10.64 by dependabot in https://github.com/sfu-db/connector-x/pull/591
* Revert "build(rust): bump openssl from 0.10.63 to 0.10.64" by wangxiaoying in https://github.com/sfu-db/connector-x/pull/596
* build(rust): bump rust_decimal from 1.33.1 to 1.35.0 by dependabot in https://github.com/sfu-db/connector-x/pull/597
* Feat/pg semicolon support by Jordan-M-Young in https://github.com/sfu-db/connector-x/pull/599
* build(rust): bump chrono from 0.4.33 to 0.4.38 by dependabot in https://github.com/sfu-db/connector-x/pull/602
* add contributor list to readme by wangxiaoying in https://github.com/sfu-db/connector-x/pull/604
* typing: add stubs for connectorx.so by zen-xu in https://github.com/sfu-db/connector-x/pull/606
* No need to rely on the backport `importlib_metadata` for version retrieval anymore by zen-xu in https://github.com/sfu-db/connector-x/pull/607
* typing: support type hint with standard collections by zen-xu in https://github.com/sfu-db/connector-x/pull/605
* refactor: A more Pythonic way to set environment variables. by zen-xu in https://github.com/sfu-db/connector-x/pull/608
* Re-write `remove_ending_semicolon` by surister in https://github.com/sfu-db/connector-x/pull/601
* typing: optimize type annotations by zen-xu in https://github.com/sfu-db/connector-x/pull/609
* refactor: simplify ternary operator by zen-xu in https://github.com/sfu-db/connector-x/pull/611
* refactor: Optimize the detection of whether a package is installed. by zen-xu in https://github.com/sfu-db/connector-x/pull/610
* fix: correct read_sql return type annotation by zen-xu in https://github.com/sfu-db/connector-x/pull/612
* feat: Supports structured construction of database connection. by zen-xu in https://github.com/sfu-db/connector-x/pull/613
* build(deps): bump akhilmhdh/contributors-readme-action from 2.3.6 to 2.3.8 by dependabot in https://github.com/sfu-db/connector-x/pull/618
* build(deps): bump JamesIves/github-pages-deploy-action from 4.5.0 to 4.6.0 by dependabot in https://github.com/sfu-db/connector-x/pull/617
* implement Trino source by domnikl in https://github.com/sfu-db/connector-x/pull/585
* [WIP] support python 3.12 by wangxiaoying in https://github.com/sfu-db/connector-x/pull/615

New Contributors
* zen-xu made their first contribution in https://github.com/sfu-db/connector-x/pull/533
* albcunha made their first contribution in https://github.com/sfu-db/connector-x/pull/544
* rursprung made their first contribution in https://github.com/sfu-db/connector-x/pull/562
* AndrewJackson2020 made their first contribution in https://github.com/sfu-db/connector-x/pull/574
* aljazerzen made their first contribution in https://github.com/sfu-db/connector-x/pull/568
* tschm made their first contribution in https://github.com/sfu-db/connector-x/pull/576
* dependabot made their first contribution in https://github.com/sfu-db/connector-x/pull/578
* surister made their first contribution in https://github.com/sfu-db/connector-x/pull/601
* domnikl made their first contribution in https://github.com/sfu-db/connector-x/pull/585

**Full Changelog**: https://github.com/sfu-db/connector-x/compare/v0.3.2...v0.3.3

What's Changed
* build(pypi): Constrain the python version by zen-xu in https://github.com/sfu-db/connector-x/pull/533
* Arrow stream by wangxiaoying in https://github.com/sfu-db/connector-x/pull/536
* DataFusion 31 and Arrow 46 upgrade by gruuya in https://github.com/sfu-db/connector-x/pull/540
* Update mssql.md by albcunha in https://github.com/sfu-db/connector-x/pull/544
* update to `r2d2-oracle=0.6` by rursprung in https://github.com/sfu-db/connector-x/pull/562
* Infinite Postgres Bug 573 by AndrewJackson2020 in https://github.com/sfu-db/connector-x/pull/574
* Update SQLite dependencies by aljazerzen in https://github.com/sfu-db/connector-x/pull/568
* Create dependabot.yml by tschm in https://github.com/sfu-db/connector-x/pull/576
* Bump actions/cache from 2 to 4 by dependabot in https://github.com/sfu-db/connector-x/pull/578
* Bump actions/download-artifact from 3 to 4 by dependabot in https://github.com/sfu-db/connector-x/pull/577
* Bump actions/setup-java from 3 to 4 by dependabot in https://github.com/sfu-db/connector-x/pull/579
* Bump JamesIves/github-pages-deploy-action from 4.0.0 to 4.5.0 by dependabot in https://github.com/sfu-db/connector-x/pull/580
* Bump Gr1N/setup-poetry from 8 to 9 by dependabot in https://github.com/sfu-db/connector-x/pull/581
* Bump actions/upload-artifact from 2 to 4 by dependabot in https://github.com/sfu-db/connector-x/pull/582
* Bump actions/checkout from 2 to 4 by dependabot in https://github.com/sfu-db/connector-x/pull/589
* Bump actions/setup-python from 1 to 5 by dependabot in https://github.com/sfu-db/connector-x/pull/588
* Bump extractions/setup-just from 1 to 2 by dependabot in https://github.com/sfu-db/connector-x/pull/587
* Update dependencies in cargo.toml using a bot by tschm in https://github.com/sfu-db/connector-x/pull/583
* build(rust): bump itertools from 0.10.5 to 0.11.0 by dependabot in https://github.com/sfu-db/connector-x/pull/594
* build(rust): bump openssl from 0.10.63 to 0.10.64 by dependabot in https://github.com/sfu-db/connector-x/pull/591
* Revert "build(rust): bump openssl from 0.10.63 to 0.10.64" by wangxiaoying in https://github.com/sfu-db/connector-x/pull/596
* build(rust): bump rust_decimal from 1.33.1 to 1.35.0 by dependabot in https://github.com/sfu-db/connector-x/pull/597
* Feat/pg semicolon support by Jordan-M-Young in https://github.com/sfu-db/connector-x/pull/599
* build(rust): bump chrono from 0.4.33 to 0.4.38 by dependabot in https://github.com/sfu-db/connector-x/pull/602
* add contributor list to readme by wangxiaoying in https://github.com/sfu-db/connector-x/pull/604
* typing: add stubs for connectorx.so by zen-xu in https://github.com/sfu-db/connector-x/pull/606
* No need to rely on the backport `importlib_metadata` for version retrieval anymore by zen-xu in https://github.com/sfu-db/connector-x/pull/607
* typing: support type hint with standard collections by zen-xu in https://github.com/sfu-db/connector-x/pull/605
* refactor: A more Pythonic way to set environment variables. by zen-xu in https://github.com/sfu-db/connector-x/pull/608
* Re-write `remove_ending_semicolon` by surister in https://github.com/sfu-db/connector-x/pull/601
* typing: optimize type annotations by zen-xu in https://github.com/sfu-db/connector-x/pull/609
* refactor: simplify ternary operator by zen-xu in https://github.com/sfu-db/connector-x/pull/611
* refactor: Optimize the detection of whether a package is installed. by zen-xu in https://github.com/sfu-db/connector-x/pull/610
* fix: correct read_sql return type annotation by zen-xu in https://github.com/sfu-db/connector-x/pull/612
* feat: Supports structured construction of database connection. by zen-xu in https://github.com/sfu-db/connector-x/pull/613
* build(deps): bump akhilmhdh/contributors-readme-action from 2.3.6 to 2.3.8 by dependabot in https://github.com/sfu-db/connector-x/pull/618
* build(deps): bump JamesIves/github-pages-deploy-action from 4.5.0 to 4.6.0 by dependabot in https://github.com/sfu-db/connector-x/pull/617
* implement Trino source by domnikl in https://github.com/sfu-db/connector-x/pull/585
* support python 3.12 by wangxiaoying in https://github.com/sfu-db/connector-x/pull/615

New Contributors
* zen-xu made their first contribution in https://github.com/sfu-db/connector-x/pull/533
* albcunha made their first contribution in https://github.com/sfu-db/connector-x/pull/544
* rursprung made their first contribution in https://github.com/sfu-db/connector-x/pull/562
* AndrewJackson2020 made their first contribution in https://github.com/sfu-db/connector-x/pull/574
* aljazerzen made their first contribution in https://github.com/sfu-db/connector-x/pull/568
* tschm made their first contribution in https://github.com/sfu-db/connector-x/pull/576
* dependabot made their first contribution in https://github.com/sfu-db/connector-x/pull/578
* surister made their first contribution in https://github.com/sfu-db/connector-x/pull/601
* domnikl made their first contribution in https://github.com/sfu-db/connector-x/pull/585

**Full Changelog**: https://github.com/sfu-db/connector-x/compare/v0.3.2...v0.3.3

0.3.2

What's Changed
* Fix typo "lightening" in README.md by kevinheavey in https://github.com/sfu-db/connector-x/pull/389
* Adds Enum transport in Postgres->Arrow2 +tests by auyer in https://github.com/sfu-db/connector-x/pull/391
* Polars uses Arrow2 in their code. So should this lib by auyer in https://github.com/sfu-db/connector-x/pull/393
* Adds support for the rest of the Ltree family + docs on binary protocol by auyer in https://github.com/sfu-db/connector-x/pull/392
* use stable rust with GAT stablized in 1.65 by dovahcrow in https://github.com/sfu-db/connector-x/pull/395
* added simple query implementation by alswang18 in https://github.com/sfu-db/connector-x/pull/387
* Expose cpp lib and support iterative interface for arrow destination by wangxiaoying in https://github.com/sfu-db/connector-x/pull/398
* Datafusion 14 arrow 26 upgrade by wangxiaoying in https://github.com/sfu-db/connector-x/pull/399
* Add PG JSON to Arrow transport rules by gruuya in https://github.com/sfu-db/connector-x/pull/405
* fix build only with src_bigquery and dst_arrow2 by marianoguerra in https://github.com/sfu-db/connector-x/pull/441
* feat: add support MYSQL_TYPE_VARCHAR to read MySQL by zzzdong in https://github.com/sfu-db/connector-x/pull/463
* Fixed oracle Date type conversion to fix issue 469 by FerriLuli in https://github.com/sfu-db/connector-x/pull/473
* Libgssapi by kotval in https://github.com/sfu-db/connector-x/pull/472
* Feat/add support for _varchar by Jordan-M-Young in https://github.com/sfu-db/connector-x/pull/487
* Push empty vec on ArrowAssoc when Option is None to fix Postgres _varchar can panic on Option.unwrap by auyer in https://github.com/sfu-db/connector-x/pull/490
* Feat/add support for _text by Jordan-M-Young in https://github.com/sfu-db/connector-x/pull/497
* Feat/pg name support by Jordan-M-Young in https://github.com/sfu-db/connector-x/pull/504
* postgres: add boolean array by Amar1729 in https://github.com/sfu-db/connector-x/pull/453
* Arrow2 and Polars- versions are terribly outdated - updated by AnatolyBuga in https://github.com/sfu-db/connector-x/pull/525
* fix incorrect nullability for datetime type when writing to arrow by Cabbagec in https://github.com/sfu-db/connector-x/pull/529
* Upgrade maturin to 1.0 by messense in https://github.com/sfu-db/connector-x/pull/523

New Contributors
* kevinheavey made their first contribution in https://github.com/sfu-db/connector-x/pull/389
* alswang18 made their first contribution in https://github.com/sfu-db/connector-x/pull/387
* gruuya made their first contribution in https://github.com/sfu-db/connector-x/pull/405
* marianoguerra made their first contribution in https://github.com/sfu-db/connector-x/pull/441
* zzzdong made their first contribution in https://github.com/sfu-db/connector-x/pull/463
* FerriLuli made their first contribution in https://github.com/sfu-db/connector-x/pull/473
* kotval made their first contribution in https://github.com/sfu-db/connector-x/pull/472
* Jordan-M-Young made their first contribution in https://github.com/sfu-db/connector-x/pull/487
* Amar1729 made their first contribution in https://github.com/sfu-db/connector-x/pull/453
* AnatolyBuga made their first contribution in https://github.com/sfu-db/connector-x/pull/525
* Cabbagec made their first contribution in https://github.com/sfu-db/connector-x/pull/529
* messense made their first contribution in https://github.com/sfu-db/connector-x/pull/523

**Full Changelog**: https://github.com/sfu-db/connector-x/compare/v0.3.1...v0.3.2

0.3.1

What's Changed
* Add CLOB and BLOB to Oracle typesystem by wKollendorf in 287
* Correcting Spelling in Docs by venkashank in https://github.com/sfu-db/connector-x/pull/297
* Update doc by lBilali in 324 327 326 325 323
* Adding bigquery job location in parameters while getting job details by phanindra-ramesh in https://github.com/sfu-db/connector-x/pull/346
* Refactor for federated query in https://github.com/sfu-db/connector-x/pull/351
* Rust version bump to nightly-2022-09-15 https://github.com/sfu-db/connector-x/pull/357
* Add array support in arrow2 339
* Upgrade gcp-bigquery-client to 0.13.0 by hieudepchai in https://github.com/sfu-db/connector-x/pull/355
* Bump arrow-rs to 22 by houqp in https://github.com/sfu-db/connector-x/pull/364
* Add ltree string type by auyer in https://github.com/sfu-db/connector-x/pull/382
* Fix docs typo by alexander-beedie in https://github.com/sfu-db/connector-x/pull/383
* Add citext in postgres 372
* Add long in oracle 375
* Support MySQL in federated query 296
* Add appname in mssql connection string 336
* Fix bug for NULL values in round func on oracle 333

New Contributors
wKollendorf, houqp, venkashank, lBilali, phanindra-ramesh, hieudepchai, auyer made their first contribution

Page 1 of 2

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.