Changes in version 1.2.2 (2025-01-07) - Fix logging for new version of gRPC. - Fix service authentication when using gcloud auth application-default database. - Fix FLOAT conversion. Changes in version 1.2.1 (2024-10-17) - Increment nanoarrow version requirement. Changes in version 1.2.0 (2024-10-01) - 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. Changes in version 1.1.0 (2024-04-03) - Fix n_max truncation and check for interrupt every 100 messages. Changes in version 1.0.0 (2023-12-21) - Initial CRAN submission.