Skip to content

Commit 023df3b

Browse files
chore(main): release 3.3.0 (#2415)
🤖 I have created a release *beep* *boop* --- ## [3.3.0](https://togithub.com/googleapis/java-bigquerystorage/compare/v3.2.0...v3.3.0) (2024-03-04) ### Features * Add RetrySettings use to Write API samples. ([#2419](https://togithub.com/googleapis/java-bigquerystorage/issues/2419)) ([5b000d0](https://togithub.com/googleapis/java-bigquerystorage/commit/5b000d0a4e953649ca4e44bffd3ba25c288e70e4)) * Add the RANGE type to the google.cloud.bigquery.storage.v1.TableFieldSchema ([#2413](https://togithub.com/googleapis/java-bigquerystorage/issues/2413)) ([6aa92b5](https://togithub.com/googleapis/java-bigquerystorage/commit/6aa92b5d03eed548de9e89b0731707f92c373ce3)) * Next release from main branch is 2.48.0 ([#2420](https://togithub.com/googleapis/java-bigquerystorage/issues/2420)) ([2dd8efc](https://togithub.com/googleapis/java-bigquerystorage/commit/2dd8efc4a21f186c20e86304092d22fd574e822e)) ### Bug Fixes * Fix issue where Universe Domain is not correctly set. ([#2423](https://togithub.com/googleapis/java-bigquerystorage/issues/2423)) ([b7ebd73](https://togithub.com/googleapis/java-bigquerystorage/commit/b7ebd73754fe51a4835f676e429b95b80f8114a5)) ### Dependencies * Update dependency com.google.cloud:google-cloud-bigquery to v2.38.0 ([#2417](https://togithub.com/googleapis/java-bigquerystorage/issues/2417)) ([8184a0f](https://togithub.com/googleapis/java-bigquerystorage/commit/8184a0f74e98340fe62621957f3ac78ad70c9edb)) * Update dependency com.google.cloud:google-cloud-bigquery to v2.38.0 ([#2418](https://togithub.com/googleapis/java-bigquerystorage/issues/2418)) ([4d5eb73](https://togithub.com/googleapis/java-bigquerystorage/commit/4d5eb7343cdf5fd617a2da120642bfd678d58f94)) * Update dependency com.google.truth:truth to v1.4.1 ([#2412](https://togithub.com/googleapis/java-bigquerystorage/issues/2412)) ([c2dcb73](https://togithub.com/googleapis/java-bigquerystorage/commit/c2dcb73c54ad5dcb68ce18741efaf479298373e1)) * Update dependency com.google.truth:truth to v1.4.2 ([#2424](https://togithub.com/googleapis/java-bigquerystorage/issues/2424)) ([7a12de0](https://togithub.com/googleapis/java-bigquerystorage/commit/7a12de0ebc6a0a0f4bb438e3dcb36ee0759c0b94)) * Update dependency org.graalvm.buildtools:native-maven-plugin to v0.10.1 ([#2414](https://togithub.com/googleapis/java-bigquerystorage/issues/2414)) ([dfa8d53](https://togithub.com/googleapis/java-bigquerystorage/commit/dfa8d532e5e1a28d644fefed6650ca1a2481a3a3)) * Update dependency org.json:json to v20240303 ([#2426](https://togithub.com/googleapis/java-bigquerystorage/issues/2426)) ([2accca7](https://togithub.com/googleapis/java-bigquerystorage/commit/2accca72f2bd26c9a1cf1bd918961889b9ee3ace)) ### Documentation * Mark BigQueryWrite v1beta2 as deprecated ([#2421](https://togithub.com/googleapis/java-bigquerystorage/issues/2421)) ([07d98ab](https://togithub.com/googleapis/java-bigquerystorage/commit/07d98ab417ae9fd2f90aca4d6a1a3ff62ef0bc1d)) --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
1 parent 2dd8efc commit 023df3b

File tree

12 files changed

+67
-38
lines changed

12 files changed

+67
-38
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# Changelog
22

3+
## [3.3.0](https://github.com/googleapis/java-bigquerystorage/compare/v3.2.0...v3.3.0) (2024-03-04)
4+
5+
6+
### Features
7+
8+
* Add RetrySettings use to Write API samples. ([#2419](https://github.com/googleapis/java-bigquerystorage/issues/2419)) ([5b000d0](https://github.com/googleapis/java-bigquerystorage/commit/5b000d0a4e953649ca4e44bffd3ba25c288e70e4))
9+
* Add the RANGE type to the google.cloud.bigquery.storage.v1.TableFieldSchema ([#2413](https://github.com/googleapis/java-bigquerystorage/issues/2413)) ([6aa92b5](https://github.com/googleapis/java-bigquerystorage/commit/6aa92b5d03eed548de9e89b0731707f92c373ce3))
10+
* Next release from main branch is 2.48.0 ([#2420](https://github.com/googleapis/java-bigquerystorage/issues/2420)) ([2dd8efc](https://github.com/googleapis/java-bigquerystorage/commit/2dd8efc4a21f186c20e86304092d22fd574e822e))
11+
12+
13+
### Bug Fixes
14+
15+
* Fix issue where Universe Domain is not correctly set. ([#2423](https://github.com/googleapis/java-bigquerystorage/issues/2423)) ([b7ebd73](https://github.com/googleapis/java-bigquerystorage/commit/b7ebd73754fe51a4835f676e429b95b80f8114a5))
16+
17+
18+
### Dependencies
19+
20+
* Update dependency com.google.cloud:google-cloud-bigquery to v2.38.0 ([#2417](https://github.com/googleapis/java-bigquerystorage/issues/2417)) ([8184a0f](https://github.com/googleapis/java-bigquerystorage/commit/8184a0f74e98340fe62621957f3ac78ad70c9edb))
21+
* Update dependency com.google.cloud:google-cloud-bigquery to v2.38.0 ([#2418](https://github.com/googleapis/java-bigquerystorage/issues/2418)) ([4d5eb73](https://github.com/googleapis/java-bigquerystorage/commit/4d5eb7343cdf5fd617a2da120642bfd678d58f94))
22+
* Update dependency com.google.truth:truth to v1.4.1 ([#2412](https://github.com/googleapis/java-bigquerystorage/issues/2412)) ([c2dcb73](https://github.com/googleapis/java-bigquerystorage/commit/c2dcb73c54ad5dcb68ce18741efaf479298373e1))
23+
* Update dependency com.google.truth:truth to v1.4.2 ([#2424](https://github.com/googleapis/java-bigquerystorage/issues/2424)) ([7a12de0](https://github.com/googleapis/java-bigquerystorage/commit/7a12de0ebc6a0a0f4bb438e3dcb36ee0759c0b94))
24+
* Update dependency org.graalvm.buildtools:native-maven-plugin to v0.10.1 ([#2414](https://github.com/googleapis/java-bigquerystorage/issues/2414)) ([dfa8d53](https://github.com/googleapis/java-bigquerystorage/commit/dfa8d532e5e1a28d644fefed6650ca1a2481a3a3))
25+
* Update dependency org.json:json to v20240303 ([#2426](https://github.com/googleapis/java-bigquerystorage/issues/2426)) ([2accca7](https://github.com/googleapis/java-bigquerystorage/commit/2accca72f2bd26c9a1cf1bd918961889b9ee3ace))
26+
27+
28+
### Documentation
29+
30+
* Mark BigQueryWrite v1beta2 as deprecated ([#2421](https://github.com/googleapis/java-bigquerystorage/issues/2421)) ([07d98ab](https://github.com/googleapis/java-bigquerystorage/commit/07d98ab417ae9fd2f90aca4d6a1a3ff62ef0bc1d))
31+
332
## [3.2.0](https://github.com/googleapis/java-bigquerystorage/compare/v3.1.0...v3.2.0) (2024-02-15)
433

534

google-cloud-bigquerystorage-bom/pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.google.cloud</groupId>
55
<artifactId>google-cloud-bigquerystorage-bom</artifactId>
6-
<version>3.2.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-bigquerystorage:current} -->
6+
<version>3.3.0</version><!-- {x-version-update:google-cloud-bigquerystorage:current} -->
77
<packaging>pom</packaging>
88
<parent>
99
<groupId>com.google.cloud</groupId>
@@ -52,37 +52,37 @@
5252
<dependency>
5353
<groupId>com.google.cloud</groupId>
5454
<artifactId>google-cloud-bigquerystorage</artifactId>
55-
<version>3.2.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-bigquerystorage:current} -->
55+
<version>3.3.0</version><!-- {x-version-update:google-cloud-bigquerystorage:current} -->
5656
</dependency>
5757
<dependency>
5858
<groupId>com.google.api.grpc</groupId>
5959
<artifactId>grpc-google-cloud-bigquerystorage-v1beta1</artifactId>
60-
<version>0.174.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-bigquerystorage-v1beta1:current} -->
60+
<version>0.175.0</version><!-- {x-version-update:grpc-google-cloud-bigquerystorage-v1beta1:current} -->
6161
</dependency>
6262
<dependency>
6363
<groupId>com.google.api.grpc</groupId>
6464
<artifactId>grpc-google-cloud-bigquerystorage-v1beta2</artifactId>
65-
<version>0.174.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-bigquerystorage-v1beta2:current} -->
65+
<version>0.175.0</version><!-- {x-version-update:grpc-google-cloud-bigquerystorage-v1beta2:current} -->
6666
</dependency>
6767
<dependency>
6868
<groupId>com.google.api.grpc</groupId>
6969
<artifactId>grpc-google-cloud-bigquerystorage-v1</artifactId>
70-
<version>3.2.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-bigquerystorage-v1:current} -->
70+
<version>3.3.0</version><!-- {x-version-update:grpc-google-cloud-bigquerystorage-v1:current} -->
7171
</dependency>
7272
<dependency>
7373
<groupId>com.google.api.grpc</groupId>
7474
<artifactId>proto-google-cloud-bigquerystorage-v1beta1</artifactId>
75-
<version>0.174.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-bigquerystorage-v1beta1:current} -->
75+
<version>0.175.0</version><!-- {x-version-update:proto-google-cloud-bigquerystorage-v1beta1:current} -->
7676
</dependency>
7777
<dependency>
7878
<groupId>com.google.api.grpc</groupId>
7979
<artifactId>proto-google-cloud-bigquerystorage-v1beta2</artifactId>
80-
<version>0.174.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-bigquerystorage-v1beta2:current} -->
80+
<version>0.175.0</version><!-- {x-version-update:proto-google-cloud-bigquerystorage-v1beta2:current} -->
8181
</dependency>
8282
<dependency>
8383
<groupId>com.google.api.grpc</groupId>
8484
<artifactId>proto-google-cloud-bigquerystorage-v1</artifactId>
85-
<version>3.2.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-bigquerystorage-v1:current} -->
85+
<version>3.3.0</version><!-- {x-version-update:proto-google-cloud-bigquerystorage-v1:current} -->
8686
</dependency>
8787
</dependencies>
8888
</dependencyManagement>

google-cloud-bigquerystorage/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.google.cloud</groupId>
55
<artifactId>google-cloud-bigquerystorage</artifactId>
6-
<version>3.2.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-bigquerystorage:current} -->
6+
<version>3.3.0</version><!-- {x-version-update:google-cloud-bigquerystorage:current} -->
77
<packaging>jar</packaging>
88
<name>BigQuery Storage</name>
99
<url>https://github.com/googleapis/java-bigquerystorage</url>
1010
<description>BigQuery Storage</description>
1111
<parent>
1212
<groupId>com.google.cloud</groupId>
1313
<artifactId>google-cloud-bigquerystorage-parent</artifactId>
14-
<version>3.2.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-bigquerystorage:current} -->
14+
<version>3.3.0</version><!-- {x-version-update:google-cloud-bigquerystorage:current} -->
1515
</parent>
1616
<properties>
1717
<site.installationModule>google-cloud-bigquerystorage</site.installationModule>

grpc-google-cloud-bigquerystorage-v1/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.google.api.grpc</groupId>
66
<artifactId>grpc-google-cloud-bigquerystorage-v1</artifactId>
7-
<version>3.2.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-bigquerystorage-v1:current} -->
7+
<version>3.3.0</version><!-- {x-version-update:grpc-google-cloud-bigquerystorage-v1:current} -->
88
<name>grpc-google-cloud-bigquerystorage-v1</name>
99
<description>GRPC library for grpc-google-cloud-bigquerystorage-v1</description>
1010
<parent>
1111
<groupId>com.google.cloud</groupId>
1212
<artifactId>google-cloud-bigquerystorage-parent</artifactId>
13-
<version>3.2.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-bigquerystorage:current} -->
13+
<version>3.3.0</version><!-- {x-version-update:google-cloud-bigquerystorage:current} -->
1414
</parent>
1515
<dependencies>
1616
<dependency>

grpc-google-cloud-bigquerystorage-v1beta1/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.google.api.grpc</groupId>
66
<artifactId>grpc-google-cloud-bigquerystorage-v1beta1</artifactId>
7-
<version>0.174.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-bigquerystorage-v1beta1:current} -->
7+
<version>0.175.0</version><!-- {x-version-update:grpc-google-cloud-bigquerystorage-v1beta1:current} -->
88
<name>grpc-google-cloud-bigquerystorage-v1beta1</name>
99
<description>GRPC library for grpc-google-cloud-bigquerystorage-v1beta1</description>
1010
<parent>
1111
<groupId>com.google.cloud</groupId>
1212
<artifactId>google-cloud-bigquerystorage-parent</artifactId>
13-
<version>3.2.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-bigquerystorage:current} -->
13+
<version>3.3.0</version><!-- {x-version-update:google-cloud-bigquerystorage:current} -->
1414
</parent>
1515
<dependencies>
1616
<dependency>

grpc-google-cloud-bigquerystorage-v1beta2/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.google.api.grpc</groupId>
66
<artifactId>grpc-google-cloud-bigquerystorage-v1beta2</artifactId>
7-
<version>0.174.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-bigquerystorage-v1beta2:current} -->
7+
<version>0.175.0</version><!-- {x-version-update:grpc-google-cloud-bigquerystorage-v1beta2:current} -->
88
<name>grpc-google-cloud-bigquerystorage-v1beta2</name>
99
<description>GRPC library for grpc-google-cloud-bigquerystorage-v1beta2</description>
1010
<parent>
1111
<groupId>com.google.cloud</groupId>
1212
<artifactId>google-cloud-bigquerystorage-parent</artifactId>
13-
<version>3.2.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-bigquerystorage:current} -->
13+
<version>3.3.0</version><!-- {x-version-update:google-cloud-bigquerystorage:current} -->
1414
</parent>
1515
<dependencies>
1616
<dependency>

pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.google.cloud</groupId>
55
<artifactId>google-cloud-bigquerystorage-parent</artifactId>
66
<packaging>pom</packaging>
7-
<version>3.2.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-bigquerystorage:current} -->
7+
<version>3.3.0</version><!-- {x-version-update:google-cloud-bigquerystorage:current} -->
88
<name>BigQuery Storage Parent</name>
99
<url>https://github.com/googleapis/java-bigquerystorage</url>
1010
<description>
@@ -83,37 +83,37 @@
8383
<dependency>
8484
<groupId>com.google.api.grpc</groupId>
8585
<artifactId>proto-google-cloud-bigquerystorage-v1beta1</artifactId>
86-
<version>0.174.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-bigquerystorage-v1beta1:current} -->
86+
<version>0.175.0</version><!-- {x-version-update:proto-google-cloud-bigquerystorage-v1beta1:current} -->
8787
</dependency>
8888
<dependency>
8989
<groupId>com.google.api.grpc</groupId>
9090
<artifactId>proto-google-cloud-bigquerystorage-v1beta2</artifactId>
91-
<version>0.174.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-bigquerystorage-v1beta2:current} -->
91+
<version>0.175.0</version><!-- {x-version-update:proto-google-cloud-bigquerystorage-v1beta2:current} -->
9292
</dependency>
9393
<dependency>
9494
<groupId>com.google.api.grpc</groupId>
9595
<artifactId>proto-google-cloud-bigquerystorage-v1</artifactId>
96-
<version>3.2.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-bigquerystorage-v1:current} -->
96+
<version>3.3.0</version><!-- {x-version-update:proto-google-cloud-bigquerystorage-v1:current} -->
9797
</dependency>
9898
<dependency>
9999
<groupId>com.google.api.grpc</groupId>
100100
<artifactId>grpc-google-cloud-bigquerystorage-v1beta1</artifactId>
101-
<version>0.174.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-bigquerystorage-v1beta1:current} -->
101+
<version>0.175.0</version><!-- {x-version-update:grpc-google-cloud-bigquerystorage-v1beta1:current} -->
102102
</dependency>
103103
<dependency>
104104
<groupId>com.google.api.grpc</groupId>
105105
<artifactId>grpc-google-cloud-bigquerystorage-v1beta2</artifactId>
106-
<version>0.174.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-bigquerystorage-v1beta2:current} -->
106+
<version>0.175.0</version><!-- {x-version-update:grpc-google-cloud-bigquerystorage-v1beta2:current} -->
107107
</dependency>
108108
<dependency>
109109
<groupId>com.google.api.grpc</groupId>
110110
<artifactId>grpc-google-cloud-bigquerystorage-v1</artifactId>
111-
<version>3.2.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-bigquerystorage-v1:current} -->
111+
<version>3.3.0</version><!-- {x-version-update:grpc-google-cloud-bigquerystorage-v1:current} -->
112112
</dependency>
113113
<dependency>
114114
<groupId>com.google.cloud</groupId>
115115
<artifactId>google-cloud-bigquerystorage</artifactId>
116-
<version>3.2.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-bigquerystorage:current} -->
116+
<version>3.3.0</version><!-- {x-version-update:google-cloud-bigquerystorage:current} -->
117117
</dependency>
118118
<dependency>
119119
<groupId>org.json</groupId>

proto-google-cloud-bigquerystorage-v1/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.google.api.grpc</groupId>
66
<artifactId>proto-google-cloud-bigquerystorage-v1</artifactId>
7-
<version>3.2.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-bigquerystorage-v1:current} -->
7+
<version>3.3.0</version><!-- {x-version-update:proto-google-cloud-bigquerystorage-v1:current} -->
88
<name>proto-google-cloud-bigquerystorage-v1</name>
99
<description>PROTO library for proto-google-cloud-bigquerystorage-v1</description>
1010
<parent>
1111
<groupId>com.google.cloud</groupId>
1212
<artifactId>google-cloud-bigquerystorage-parent</artifactId>
13-
<version>3.2.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-bigquerystorage:current} -->
13+
<version>3.3.0</version><!-- {x-version-update:google-cloud-bigquerystorage:current} -->
1414
</parent>
1515
<dependencies>
1616
<dependency>

proto-google-cloud-bigquerystorage-v1beta1/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.google.api.grpc</groupId>
66
<artifactId>proto-google-cloud-bigquerystorage-v1beta1</artifactId>
7-
<version>0.174.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-bigquerystorage-v1beta1:current} -->
7+
<version>0.175.0</version><!-- {x-version-update:proto-google-cloud-bigquerystorage-v1beta1:current} -->
88
<name>proto-google-cloud-bigquerystorage-v1beta1</name>
99
<description>PROTO library for proto-google-cloud-bigquerystorage-v1beta1</description>
1010
<parent>
1111
<groupId>com.google.cloud</groupId>
1212
<artifactId>google-cloud-bigquerystorage-parent</artifactId>
13-
<version>3.2.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-bigquerystorage:current} -->
13+
<version>3.3.0</version><!-- {x-version-update:google-cloud-bigquerystorage:current} -->
1414
</parent>
1515
<dependencies>
1616
<dependency>

proto-google-cloud-bigquerystorage-v1beta2/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.google.api.grpc</groupId>
66
<artifactId>proto-google-cloud-bigquerystorage-v1beta2</artifactId>
7-
<version>0.174.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-bigquerystorage-v1beta2:current} -->
7+
<version>0.175.0</version><!-- {x-version-update:proto-google-cloud-bigquerystorage-v1beta2:current} -->
88
<name>proto-google-cloud-bigquerystorage-v1beta2</name>
99
<description>PROTO library for proto-google-cloud-bigquerystorage-v1beta2</description>
1010
<parent>
1111
<groupId>com.google.cloud</groupId>
1212
<artifactId>google-cloud-bigquerystorage-parent</artifactId>
13-
<version>3.2.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-bigquerystorage:current} -->
13+
<version>3.3.0</version><!-- {x-version-update:google-cloud-bigquerystorage:current} -->
1414
</parent>
1515
<dependencies>
1616
<dependency>

0 commit comments

Comments
 (0)