v0.4.0
What's Changed
- Strengthen fuzz oracles, add options target and seed corpus by @fornwall in #1
- Add property-based round-trip tests against the emulator by @fornwall in #2
- ci(libraries): publish a SHA256SUMS asset with each release by @fornwall in #3
- Buffer parameterized DML and bulk ingest in manual transactions by @fornwall in #4
- Support binding DATE / TIMESTAMP / NUMERIC parameters by @fornwall in #5
- Implement get_info and add a driver-manager conformance test by @fornwall in #6
- Round-trip statement options and implement get_parameter_schema by @fornwall in #7
- Add the canonical ADBC C++ validation suite as a CI job by @fornwall in #8
- Gate passing StatementTest cases; fix prepare() and ingest identifier quoting by @fornwall in #9
- Pin adbc_core/adbc_ffi to a fork with two fixes; bump arrow to 59 by @fornwall in #11
- Enable the named-schema validation test (Spanner CREATE SCHEMA) by @fornwall in #12
- Emit foreign-key constraint_column_usage in get_objects by @fornwall in #13
- Implement best-effort statement/connection cancellation by @fornwall in #14
- Compute real statistics in get_statistics by @fornwall in #15
- Stream query results instead of materialising them eagerly by @fornwall in #16
New Contributors
Full Changelog: v0.3.9...v0.4.0