Releases: duckdb/duckdb-rs
Releases · duckdb/duckdb-rs
v0.7.0
What's Changed
- Update arrow requirement from 28 to 29 by @dependabot in #108
- Support of unsigned types by @rongcuid in #110
- Update arrow requirement from 29 to 30 by @dependabot in #113
- Update arrow requirement from 30 to 31 by @dependabot in #114
- Update arrow requirement from 31 to 32 by @dependabot in #116
- Update bindgen requirement from 0.63 to 0.64 by @dependabot in #118
- Remove
buildtime_bindgenfrombundledfeature by @rkusa in #119 - Config supports "allow_unsigned_extensions" flag. by @eddyxu in #120
- upgrade to 0.7.0 by @wangfenjin in #122
New Contributors
- @rongcuid made their first contribution in #110
- @rkusa made their first contribution in #119
- @eddyxu made their first contribution in #120
Full Changelog: v0.6.1...v0.7.0
v0.6.1
What's Changed
- Update arrow requirement from 26 to 27 by @dependabot in #98
- Update bindgen requirement from 0.61 to 0.62 by @dependabot in #100
- Update bindgen requirement from 0.62 to 0.63 by @dependabot in #101
- Update arrow requirement from 27 to 28 by @dependabot in #103
- Add timestamp wrapper type by @0b01 in #105
- update to 0.6.1 by @wangfenjin in #104
New Contributors
Full Changelog: v0.6.0...v0.6.1
v0.6.0
- no changes
v0.5.1
What's Changed
- add parquet example by @wangfenjin in #80
- Update arrow requirement from 21 to 23 by @dependabot in #82
- upgrade to 0.5.1 by @wangfenjin in #83
Full Changelog: v0.5.0...v0.5.1
v0.5.0
NOTE: please be noted that there is an issue in duckdb 0.5.0 duckdb/duckdb#4612 . If you use this feature, you may need to build the binary from source by yourself.
What's Changed
- Update arrow requirement from 16 to 17 by @dependabot in #61
- Update arrow requirement from 17 to 18 by @dependabot in #64
- Compile from source on Windows by @wangfenjin in #65
- impl cache for prepared_stmt by @wangfenjin in #67
- Update arrow requirement from 18 to 19 by @dependabot in #71
- Update arrow requirement from 19 to 20 by @dependabot in #72
- fix security warning by @wangfenjin in #73
- Update arrow requirement from 20 to 21 by @dependabot in #74
- add test append string as ts by @wangfenjin in #75
- Bump 0.4.0 -> 0.5.0 by @chhetripradeep in #77
- clear bindings by @wangfenjin in #78
New Contributors
- @chhetripradeep made their first contribution in #77
Full Changelog: v0.4.0...v0.5.0
v0.4.0
No breaking change.
v0.3.4
- no changes