Skip to content

Releases: googleapis/python-bigquery

v1.27.2

18 Aug 20:46
1c601aa
Compare
Choose a tag to compare

Bug Fixes

  • rationalize platform constraints for 'pyarrow' extra (#235) (c9a0567)

v1.27.1

18 Aug 11:31
06a5815
Compare
Choose a tag to compare

Bug Fixes

v1.27.0

17 Aug 19:46
f947bed
Compare
Choose a tag to compare

Features

  • add support and tests for struct fields (#146) (fee2ba8)
  • add support for getting and setting table IAM policy (#144) (f59fc9a)
  • bigquery: add client_options to base class (#216) (478597a)

Bug Fixes

  • converting to dataframe with out of bounds timestamps (#209) (8209203), closes #168
  • raise error if inserting rows with unknown fields (#163) (8fe7254)

v1.26.1

27 Jul 19:46
bdc62a4
Compare
Choose a tag to compare

Documentation

Bug Fixes

  • RowIterator.to_arrow() error when BQ Storage client cannot be created (#181) (7afa3d7)

Dependencies

  • Updated version constraints on grmp dependency in anticipation of 1.0.0 release
    (#189)

v1.26.0

21 Jul 22:00
b035f01
Compare
Choose a tag to compare

Features

  • use BigQuery Storage client by default (#55) (e75ff82), closes #91
  • bigquery: add eq method for class PartitionRange and RangePartitioning (#162) (0d2a88d)
  • bigquery: expose date_as_object parameter to users (#150) (a2d5ce9)
  • bigquery: expose date_as_object parameter to users (#150) (cbd831e)

Bug Fixes

  • dry run queries with DB API cursor (#128) (bc33a67)
  • omit NaN values when uploading from insert_rows_from_dataframe (#170) (f9f2f45)

Documentation

  • bigquery: add client thread-safety documentation (#132) (fce76b3)
  • bigquery: add docstring for conflict exception (#171) (9c3409b)
  • bigquery: consistent use of optional keyword (#153) (79d8c61)
  • bigquery: fix the broken docs (#139) (3235255)

v1.25.0

09 Jun 15:46
3869e34
Compare
Choose a tag to compare
chore: release 1.25.0 (#44)

* updated CHANGELOG.md [ci skip]

* updated setup.cfg [ci skip]

* updated setup.py

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>