Skip to content

Commit aa26d50

Browse files
chore(main): release 3.38.1
1 parent 8bbd3d0 commit aa26d50

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

77

8+
## [3.38.1](https://github.com/googleapis/python-bigquery/compare/v3.38.0...v3.38.1) (2025-09-24)
9+
10+
11+
### Bug Fixes
12+
13+
* 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))
14+
15+
16+
### Documentation
17+
18+
* Remove experimental annotations from GA features ([#2303](https://github.com/googleapis/python-bigquery/issues/2303)) ([1f1f9d4](https://github.com/googleapis/python-bigquery/commit/1f1f9d41e8a2c9016198d848ad3f1cbb88cf77b0))
19+
820
## [3.38.0](https://github.com/googleapis/python-bigquery/compare/v3.37.0...v3.38.0) (2025-09-15)
921

1022

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.38.1"

0 commit comments

Comments
 (0)