3.30.0 (2025-02-26)
Features
- Add roundingmode enum, wiring, and tests (#2121) (3a48948)
- Adds foreign_type_info attribute to table class and adds unit tests. (#2126) (2c19681)
- Support resource_tags for table (#2093) (d4070ca)
Bug Fixes
- Avoid blocking in download thread when using BQ Storage API (#2034) (54c8d07)
- Retry 404 errors in
Client.query(...)
(#2135) (c6d5f8a)
Dependencies
- Updates required checks list in github (#2136) (fea49ff)
- Use pandas-gbq to determine schema in
load_table_from_dataframe
(#2095) (7603bd7)