Releases: duckdb/duckdb-rs
Releases · duckdb/duckdb-rs
v0.8.0
What's Changed
- Rework bundled compilation to support included extensions by @ankrgyl in #127
- Add tests for extension by @wangfenjin in #130
- fix master clippy error by @wangfenjin in #131
- test choco by @wangfenjin in #132
- add version function by @wangfenjin in #133
- Update arrow requirement from 34 to 35 by @dependabot in #136
- Update submodule URL to use the "Smart HTTP" protocol instead of the "SSH" protocol by @nickpresta in #137
- Support table function by @wangfenjin in #138
- Suppress warnings in bundled compilation by @ankrgyl in #139
- impl vtab arrow by @wangfenjin in #140
- fix: funcion -> function by @tshauck in #141
- Update arrow requirement from 35 to 36 by @dependabot in #145
- feat: make record_batch_to_chunk public by @tshauck in #144
- Add more arrow examples by @wangfenjin in #142
- Update bindgen requirement from 0.64 to 0.65 by @dependabot in #147
- Update arrow requirement from 36 to 37 by @dependabot in #146
- build loadable ext by @wangfenjin in #149
- Update syn requirement from 1.0.95 to 2.0.15 by @dependabot in #153
- Update arrow requirement from 37 to 38 by @dependabot in #152
- build loadable in test by @wangfenjin in #154
- Update arrow requirement from 38 to 39 by @dependabot in #158
- upgrade to 0.8.0 by @wangfenjin in #160
New Contributors
- @ankrgyl made their first contribution in #127
- @nickpresta made their first contribution in #137
- @tshauck made their first contribution in #141
Full Changelog: v0.7.1...v0.8.0
v0.7.1
What's Changed
- Update arrow requirement from 32 to 33 by @dependabot in #123
- Update arrow requirement from 33 to 34 by @dependabot in #125
- upgrade to 0.7.1 by @wangfenjin in #126
Full Changelog: v0.7.0...v0.7.1
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_bindgen
frombundled
feature 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