bigrquerystorage 1.2.2
- Fix logging for new version of gRPC.
 
- Fix service authentication when using
gcloud auth application-default database. 
- Fix FLOAT conversion.
 
bigrquerystorage 1.2.1
- Increment 
nanoarrow version requirement. 
bigrquerystorage 1.2.0
- Now uses nanoarrow instead of arrow. This lightens the dependency
chain quite a bit (@hadleywickham).
 
- Deprecated 
use_tibble in
bqs_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.
 
bigrquerystorage 1.1.0
- Fix n_max truncation and check for interrupt every 100
messages.
 
bigrquerystorage 1.0.0