2.21.0 (2021-07-13)
Features
- Add max_results parameter to some of the
QueryJob
methods. (#698) (2a9618f) - Add support for decimal target types. (#735) (7d2d3e9)
- Add support for table snapshots. (#740) (ba86b2a)
- Enable unsetting policy tags on schema fields. (#703) (18bb443)
- Make it easier to disable best-effort deduplication with streaming inserts. (#734) (1246da8)
- Support passing struct data to the DB API. (#718) (38b3ef9)
Bug Fixes
- Inserting non-finite floats with
insert_rows()
. (#728) (d047419) - Use
pandas
function to check forNaN
. (#750) (67bc5fb)