- Support for 0.10.X series of duckdb - 0.10.0 was a bad release however - do not use!!
- Support for list datatype
- Support for schema tables during insert-dataset!
- Errors are correctly reported for prepared statements.
- Support for packaging the binary in the jar using nix.
- Two insert issues fixed and uuid support.
- Optimization for very large (> 128 chars) strings.
- Fix for large strings
- Many serious perf improvements benchmarking loading a very large dataset. System appears to be running beautifully.
- Initial prepared statement support.
- small perf upgrades.
- parallelized string conversion on insert.
- small perf upgrades to dtype-next.
- read/write of datasets now uses the data chunk api. This is major upgrade and requires dtype 10.003 for pass/return by value support.