- Now uses nanoarrow instead of arrow. This lightens the dependency chain quite a bit (@hadleywickham).
- Deprecated
use_tibble
inbqs_table_download
, always convert to tibble from the new nanoarrow stream reader. - Convert BigQuery SQL types BYTES, GEOGRAPHY to blob, wk_wkt
- Set timezone of BigQuery SQL type DATETIME to UTC
- Fix nested list parse post processing.
- Fix returning more rows than actual rows in source table when n_max > nrows.
- Drop DBI methods.
- Fix n_max truncation and check for interrupt every 100 messages.
- Initial CRAN submission.