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.16.0] ( https://github.com/googleapis/java-bigquery/compare/v2.15.0...v2.16.0 ) (2022-09-12)
4+
5+
6+ ### Features
7+
8+ * Add preserveAsciiControlCharacters to CsvOptions ([ #2143 ] ( https://github.com/googleapis/java-bigquery/issues/2143 ) ) ([ 856893f] ( https://github.com/googleapis/java-bigquery/commit/856893f4d8f1b419365d8f179ce9f9e571dec718 ) )
9+ * Add reference file schema option for federated formats ([ #2269 ] ( https://github.com/googleapis/java-bigquery/issues/2269 ) ) ([ 8c488e6] ( https://github.com/googleapis/java-bigquery/commit/8c488e64259bd67716342f48f96d2932c5e57c3e ) )
10+
11+
12+ ### Bug Fixes
13+
14+ * Socket-timeout at bigquery.it.ITNightlyBigQueryTest: testForTableNotFound ([ #2260 ] ( https://github.com/googleapis/java-bigquery/issues/2260 ) ) ([ a9b5fb2] ( https://github.com/googleapis/java-bigquery/commit/a9b5fb2c1078788ddb1ac3169c9ce597af228ac0 ) )
15+
16+
17+ ### Dependencies
18+
19+ * Update dependency com.google.apis: google-api-services-bigquery to v2-rev20220827-2.0.0 ([ #2261 ] ( https://github.com/googleapis/java-bigquery/issues/2261 ) ) ([ 3c67d21] ( https://github.com/googleapis/java-bigquery/commit/3c67d21c10f66b3c5313a1733f4e81db42c1b7c3 ) )
20+ * Update dependency com.google.cloud: google-cloud-datacatalog-bom to v1.9.3 ([ #2259 ] ( https://github.com/googleapis/java-bigquery/issues/2259 ) ) ([ 5e30a04] ( https://github.com/googleapis/java-bigquery/commit/5e30a04e5b14b03e60e587787180b27f605d6abd ) )
21+ * Update dependency com.google.cloud: google-cloud-shared-dependencies to v3.0.2 ([ #2267 ] ( https://github.com/googleapis/java-bigquery/issues/2267 ) ) ([ 8472fe5] ( https://github.com/googleapis/java-bigquery/commit/8472fe580a8197aaa3957dd3231fed0a9511fbb5 ) )
22+
323## [ 2.15.0] ( https://github.com/googleapis/java-bigquery/compare/v2.14.7...v2.15.0 ) (2022-08-25)
424
525
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.15.1-SNAPSHOT </version ><!-- {x-version-update:google-cloud-bigquery:current} -->
9+ <version >2.16.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.15.1-SNAPSHOT </version ><!-- {x-version-update:google-cloud-bigquery:current} -->
6+ <version >2.16.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.15.1-SNAPSHOT </version ><!-- {x-version-update:google-cloud-bigquery:current} -->
14+ <version >2.16.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.15.1-SNAPSHOT </version ><!-- {x-version-update:google-cloud-bigquery:current} -->
7+ <version >2.16.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 >
118118 <dependency >
119119 <groupId >com.google.cloud</groupId >
120120 <artifactId >google-cloud-bigquery</artifactId >
121- <version >2.15.1-SNAPSHOT </version ><!-- {x-version-update:google-cloud-bigquery:current} -->
121+ <version >2.16.0 </version ><!-- {x-version-update:google-cloud-bigquery:current} -->
122122 </dependency >
123123
124124 <dependency >
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.15.1-SNAPSHOT </version >
47+ <version >2.16.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.15 .0:2.15.1-SNAPSHOT
4+ google-cloud-bigquery:2.16 .0:2.16.0
You can’t perform that action at this time.
0 commit comments