Releases: lquerel/gcp-bigquery-client
Releases · lquerel/gcp-bigquery-client
v0.23.0
What's Changed
- Add support for bigquery AppendRows storage write API by @imor in #95
- Add GZIP support by @Deniskore in #90
- Fix error about invalid certificate when calling
append_rows
api by @imor in #107 - Re-export hyper_rustls from yup by @DoumanAsh in #85
- pub use yup_oauth2; by @serprex in #86
- yup-oauth2 10 by @serprex in #89
- yup-oauth2 11 by @serprex in #92
- Fix clippy warnings produced with Rust 1.78.0 by @imor in #94
- tonic 0.12, prost 0.13 by @serprex in #104
New Contributors
- @DoumanAsh made their first contribution in #85
- @serprex made their first contribution in #86
- @imor made their first contribution in #94
- @Deniskore made their first contribution in #90
Full Changelog: 0.18.1...0.23.0
0.18.1
What's Changed
- Apply the same fix as #54 to
query_all
by @LawnGnome in #64 - Feature/paginate through all jobs list by @Shirlo in #63
- Fix tabledata.list return type by @enricozb in #67
- add
table_data_list_response
module by @enricozb in #69 - add
#[serde(default)]
toNestedResponseError:status
by @henriiik in #79 - Allow building
Client
fromAuthenticator
by @henriiik in #77
New Contributors
- @LawnGnome made their first contribution in #64
- @Shirlo made their first contribution in #63
- @enricozb made their first contribution in #67
- @henriiik made their first contribution in #79
Full Changelog: 0.17.0...0.18.1