Skip to content

Commit

Permalink
chore(main): release 3.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored May 23, 2024
1 parent 4f72723 commit 5ba318c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@
[1]: https://pypi.org/project/google-cloud-bigquery/#history


## [3.24.0](/~https://github.com/googleapis/python-bigquery/compare/v3.23.1...v3.24.0) (2024-05-23)


### Features

* Add support for map target type in Parquet options ([#1919](/~https://github.com/googleapis/python-bigquery/issues/1919)) ([c3f7b23](/~https://github.com/googleapis/python-bigquery/commit/c3f7b237383d4705ed6e720544728c4db61f6c83))


### Bug Fixes

* Retry `is_job_done` on `ConnectionError` ([#1930](/~https://github.com/googleapis/python-bigquery/issues/1930)) ([4f72723](/~https://github.com/googleapis/python-bigquery/commit/4f72723f539d35977bc52c5950f6e00889b5c7be))

## [3.23.1](/~https://github.com/googleapis/python-bigquery/compare/v3.23.0...v3.23.1) (2024-05-21)


Expand Down
2 changes: 1 addition & 1 deletion google/cloud/bigquery/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "3.23.1"
__version__ = "3.24.0"

0 comments on commit 5ba318c

Please sign in to comment.