|
802 | 802 | - add related work (#2333)
|
803 | 803 | - change Flight SQL driver usage to executable example (#2395)
|
804 | 804 | - remove crosslinking to Arrow Javadocs (#2455)
|
| 805 | + |
| 806 | +## ADBC Libraries 17 (2025-03-03) |
| 807 | + |
| 808 | +### Versions |
| 809 | + |
| 810 | +- C/C++/GLib/Go/Python/Ruby: 1.5.0 |
| 811 | +- C#: 0.17.0 |
| 812 | +- Java: 0.17.0 |
| 813 | +- R: 0.17.0 |
| 814 | +- Rust: 0.17.0 |
| 815 | + |
| 816 | +### New Features |
| 817 | + |
| 818 | +- **c/driver**: add support for CMake packages of Go based drivers (#2561) |
| 819 | +- **ci/linux-packages/apt**: add support for Ubuntu 24.04 packages (#2482) |
| 820 | +- **csharp/src/Apache.Arrow.Adbc**: improved performance of ValueAt helper and AdbcDataReader (#2534) |
| 821 | +- **csharp/src/Drivers/Apache**: Add support for Impala ADBC Driver with Refactoring and Unit Tests (#2365) |
| 822 | +- **csharp/src/Drivers/BigQuery**: add support for net472 (#2527) |
| 823 | +- **csharp/src/Drivers/BigQuery**: use a default project ID if one is not specified (#2471) |
| 824 | +- **go/adbc/driver/flightsql**: allow passing arbitrary grpc dial options in NewDatabase (#2563) |
| 825 | +- **go/adbc/driver/snowflake**: add query tag option (#2484) |
| 826 | +- **go/adbc/driver/snowflake**: implement WithTransporter driver option (#2558) |
| 827 | + |
| 828 | +### Bugfixes |
| 829 | + |
| 830 | +- **c/driver/sqlite**: don't rely on double-quoted strings feature (#2555) |
| 831 | +- **go/adbc/driver/flightsql**: Parsing column metadata in FlightSQL driver (#2481) |
| 832 | +- **go/adbc/driver/snowflake**: fix GetObjects for VECTOR cols (#2564) |
| 833 | +- **go/adbc/driver/snowflake**: use one session for connection (#2494) |
| 834 | + |
| 835 | +### Documentation Improvements |
| 836 | + |
| 837 | +- add SQLite cookbook example for batch size/inference (#2523) |
| 838 | +- add stdout/stderr and index support to recipe directive (#2495) |
| 839 | +- crosslink to Arrow Javadocs again (#2483) |
| 840 | +- fix references to root CONTRIBUTING.md file (#2521) |
| 841 | +- update java quickstart to use the PARAM_URI instead of the legacy PARAM_URL (#2530) |
0 commit comments