Skip to content

Commit ea1412c

Browse files
chore(main): release google-cloud-bigquery 3.42.4
1 parent 52e82b7 commit ea1412c

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages/bigframes": "2.47.0",
3-
"packages/google-cloud-bigquery": "3.42.3",
3+
"packages/google-cloud-bigquery": "3.42.4",
44
"packages/google-crc32c": "1.8.0",
55
"packages/pandas-gbq": "0.35.0"
66
}

librarian.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ libraries:
559559
python:
560560
default_version: v1beta
561561
- name: google-cloud-bigquery
562-
version: 3.42.3
562+
version: 3.42.4
563563
python:
564564
library_type: GAPIC_COMBO
565565
metadata_name_override: bigquery

packages/google-cloud-bigquery/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

55
[1]: https://pypi.org/project/google-cloud-bigquery/#history
66

7+
## [3.42.4](https://github.com/googleapis/google-cloud-python/compare/google-cloud-bigquery-v3.42.3...google-cloud-bigquery-v3.42.4) (2026-08-04)
8+
9+
10+
### Bug Fixes
11+
12+
* **bigquery:** Fix bigquery socket leak ([#17953](https://github.com/googleapis/google-cloud-python/issues/17953)) ([8c26b38](https://github.com/googleapis/google-cloud-python/commit/8c26b38a7ab4b5c543f479705c4a231fffffcfcc))
13+
714
## [3.42.3](https://github.com/googleapis/google-cloud-python/compare/google-cloud-bigquery-v3.42.2...google-cloud-bigquery-v3.42.3) (2026-07-30)
815

916

packages/google-cloud-bigquery/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.42.3"
15+
__version__ = "3.42.4"

0 commit comments

Comments
 (0)