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