Skip to content

v1.22.0

Compare
Choose a tag to compare
@release-please release-please released this 09 Oct 22:52
8821dd4

1.22.0 (2024-10-09)

Features

  • Support regional endpoints for more bigquery locations (#1061) (45b672a)
  • Update LLM generators to warn user about model name instead of raising error. (#1048) (650d80d)

Bug Fixes

  • Access MATERIALIZED_VIEW with read_gbq (#1070) (601e984)
  • Correct zero row count in DataFrame from table view (#1062) (b536070)
  • Fix generic error message when entering an incorrect column name (#1031) (5ac217d)
  • Make explode respect the index labels (#1064) (99ca0df)
  • Make invalid location warning case-insensitive (#1044) (b6cd55a)
  • Remove palm2 test case from llm load test (#1063) (575a10a)
  • Show warning for unknown location set through .ctor (#1052) (02c2da7)

Performance Improvements

Documentation

  • Add docstring return type section to BigQueryOptions class (#964) (307385f)