This repository was archived by the owner on Mar 23, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 2.23.0] ( https://github.com/googleapis/java-bigquery/compare/v2.22.0...v2.23.0 ) (2023-02-22)
4+
5+
6+ ### Features
7+
8+ * Add support for session_id in load jobs ([ #2519 ] ( https://github.com/googleapis/java-bigquery/issues/2519 ) ) ([ e431c17] ( https://github.com/googleapis/java-bigquery/commit/e431c17efe0f69d084f119463ca8bdb25047a7fe ) )
9+
10+
11+ ### Dependencies
12+
13+ * Update cloud client dependencies ([ #2526 ] ( https://github.com/googleapis/java-bigquery/issues/2526 ) ) ([ 4d88ccc] ( https://github.com/googleapis/java-bigquery/commit/4d88ccc22b86ae83220324c53c2430f7878473bd ) )
14+ * Update dependency com.google.api.grpc: proto-google-cloud-bigqueryconnection-v1 to v2.13.0 ([ #2533 ] ( https://github.com/googleapis/java-bigquery/issues/2533 ) ) ([ ed2cb74] ( https://github.com/googleapis/java-bigquery/commit/ed2cb7436c2ba38bdc4975abd12ba88d231087db ) )
15+ * Update dependency com.google.apis: google-api-services-bigquery to v2-rev20230210-2.0.0 ([ #2530 ] ( https://github.com/googleapis/java-bigquery/issues/2530 ) ) ([ 62ff092] ( https://github.com/googleapis/java-bigquery/commit/62ff092908bbc2cf26e8cb9426bdc0f45d1b2b9e ) )
16+ * Update dependency com.google.cloud: google-cloud-shared-dependencies to v3.3.0 ([ #2534 ] ( https://github.com/googleapis/java-bigquery/issues/2534 ) ) ([ f1bcc33] ( https://github.com/googleapis/java-bigquery/commit/f1bcc331d61f966f9c0c29dd3dccb122cafc874d ) )
17+ * Update dependency org.graalvm.buildtools: junit-platform-native to v0.9.20 ([ #2527 ] ( https://github.com/googleapis/java-bigquery/issues/2527 ) ) ([ 5fe5e74] ( https://github.com/googleapis/java-bigquery/commit/5fe5e74afd4af873213455010b73dcf8240e008d ) )
18+ * Update dependency org.graalvm.buildtools: native-maven-plugin to v0.9.20 ([ #2528 ] ( https://github.com/googleapis/java-bigquery/issues/2528 ) ) ([ 554e75d] ( https://github.com/googleapis/java-bigquery/commit/554e75df92aa0dbd16d65d51a6c845c914062059 ) )
19+
320## [ 2.22.0] ( https://github.com/googleapis/java-bigquery/compare/v2.21.0...v2.22.0 ) (2023-02-08)
421
522
Original file line number Diff line number Diff line change 66 <parent >
77 <artifactId >google-cloud-bigquery-parent</artifactId >
88 <groupId >com.google.cloud</groupId >
9- <version >2.22.1-SNAPSHOT </version ><!-- {x-version-update:google-cloud-bigquery:current} -->
9+ <version >2.23.0 </version ><!-- {x-version-update:google-cloud-bigquery:current} -->
1010 </parent >
1111
1212 <properties >
Original file line number Diff line number Diff line change 33 <modelVersion >4.0.0</modelVersion >
44 <groupId >com.google.cloud</groupId >
55 <artifactId >google-cloud-bigquery</artifactId >
6- <version >2.22.1-SNAPSHOT </version ><!-- {x-version-update:google-cloud-bigquery:current} -->
6+ <version >2.23.0 </version ><!-- {x-version-update:google-cloud-bigquery:current} -->
77 <packaging >jar</packaging >
88 <name >BigQuery</name >
99 <url >https://github.com/googleapis/java-bigquery</url >
1010 <description >BigQuery</description >
1111 <parent >
1212 <groupId >com.google.cloud</groupId >
1313 <artifactId >google-cloud-bigquery-parent</artifactId >
14- <version >2.22.1-SNAPSHOT </version ><!-- {x-version-update:google-cloud-bigquery:current} -->
14+ <version >2.23.0 </version ><!-- {x-version-update:google-cloud-bigquery:current} -->
1515 </parent >
1616 <properties >
1717 <site .installationModule>google-cloud-bigquery</site .installationModule>
Original file line number Diff line number Diff line change 44 <groupId >com.google.cloud</groupId >
55 <artifactId >google-cloud-bigquery-parent</artifactId >
66 <packaging >pom</packaging >
7- <version >2.22.1-SNAPSHOT </version ><!-- {x-version-update:google-cloud-bigquery:current} -->
7+ <version >2.23.0 </version ><!-- {x-version-update:google-cloud-bigquery:current} -->
88 <name >BigQuery Parent</name >
99 <url >https://github.com/googleapis/java-bigquery</url >
1010 <description >
110110 <dependency >
111111 <groupId >com.google.cloud</groupId >
112112 <artifactId >google-cloud-bigquery</artifactId >
113- <version >2.22.1-SNAPSHOT </version ><!-- {x-version-update:google-cloud-bigquery:current} -->
113+ <version >2.23.0 </version ><!-- {x-version-update:google-cloud-bigquery:current} -->
114114 </dependency >
115115
116116 <dependency >
Original file line number Diff line number Diff line change 4545 <dependency >
4646 <groupId >com.google.cloud</groupId >
4747 <artifactId >google-cloud-bigquery</artifactId >
48- <version >2.22 .0</version >
48+ <version >2.21 .0</version >
4949 </dependency >
5050 <!-- [END bigquery_install_without_bom] -->
5151
Original file line number Diff line number Diff line change 4444 <dependency >
4545 <groupId >com.google.cloud</groupId >
4646 <artifactId >google-cloud-bigquery</artifactId >
47- <version >2.22.1-SNAPSHOT </version >
47+ <version >2.23.0 </version >
4848 </dependency >
4949 <!-- {x-version-update-end} -->
5050 <dependency >
Original file line number Diff line number Diff line change 11# Format:
22# module:released-version:current-version
33
4- google-cloud-bigquery:2.22 .0:2.22.1-SNAPSHOT
4+ google-cloud-bigquery:2.23 .0:2.23.0
You can’t perform that action at this time.
0 commit comments