Skip to content

Commit b9abd90

Browse files
chore(main): release 3.39.0
1 parent b11e09c commit b9abd90

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,25 @@
55
[1]: https://pypi.org/project/google-cloud-bigquery/#history
66

77

8+
## [3.39.0](https://github.com/googleapis/python-bigquery/compare/v3.38.0...v3.39.0) (2025-10-15)
9+
10+
11+
### Features
12+
13+
* Add ExternalRuntimeOptions to BigQuery routine ([#2311](https://github.com/googleapis/python-bigquery/issues/2311)) ([fa76e31](https://github.com/googleapis/python-bigquery/commit/fa76e310a16ea6cba0071ff1d767ca1c71514da7))
14+
15+
16+
### Bug Fixes
17+
18+
* Honor custom `retry` in `job.result()` ([#2302](https://github.com/googleapis/python-bigquery/issues/2302)) ([e118b02](https://github.com/googleapis/python-bigquery/commit/e118b029bbc89a5adbab83f39858c356c23665bf))
19+
* Include `io.Base` in the `PathType` ([#2323](https://github.com/googleapis/python-bigquery/issues/2323)) ([b11e09c](https://github.com/googleapis/python-bigquery/commit/b11e09cb6ee32e451b37eda66bece2220b9ceaba))
20+
* Remove ambiguous error codes from query retries ([#2308](https://github.com/googleapis/python-bigquery/issues/2308)) ([8bbd3d0](https://github.com/googleapis/python-bigquery/commit/8bbd3d01026c493dfa5903b397d2b01c0e9bf43b))
21+
22+
23+
### Documentation
24+
25+
* Remove experimental annotations from GA features ([#2303](https://github.com/googleapis/python-bigquery/issues/2303)) ([1f1f9d4](https://github.com/googleapis/python-bigquery/commit/1f1f9d41e8a2c9016198d848ad3f1cbb88cf77b0))
26+
827
## [3.38.0](https://github.com/googleapis/python-bigquery/compare/v3.37.0...v3.38.0) (2025-09-15)
928

1029

google/cloud/bigquery/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "3.38.0"
15+
__version__ = "3.39.0"

0 commit comments

Comments
 (0)