Skip to content

Commit 95ffb96

Browse files
chore(main): release 2.10.0 (#457)
🤖 I have created a release *beep* *boop* --- ## [2.10.0](https://togithub.com/googleapis/java-common-protos/compare/v2.9.6...v2.10.0) (2022-11-04) ### Features * Add FirstPartyAppMetadata to the BigQueryAuditMetadata proto, it contains metadata about requests originating from Google apps, such as Google Sheets ([db1184d](https://togithub.com/googleapis/java-common-protos/commit/db1184dea0e8d97fff18ad5170a26bd947c07c2a)) * Add PolicyViolation to the AuditLog proto, this will only be present when access is denied due to Organization Policy. It describes why access is denied ([#456](https://togithub.com/googleapis/java-common-protos/issues/456)) ([db1184d](https://togithub.com/googleapis/java-common-protos/commit/db1184dea0e8d97fff18ad5170a26bd947c07c2a)) * Added new events to BigQueryAuditMetadata such as UnlinkDataset and RowAccessPolicyCreation ([db1184d](https://togithub.com/googleapis/java-common-protos/commit/db1184dea0e8d97fff18ad5170a26bd947c07c2a)) ### Documentation * Updated multiple comments ([db1184d](https://togithub.com/googleapis/java-common-protos/commit/db1184dea0e8d97fff18ad5170a26bd947c07c2a)) ### Dependencies * Update dependency com.google.protobuf:protobuf-bom to v3.21.8 ([#461](https://togithub.com/googleapis/java-common-protos/issues/461)) ([d24d436](https://togithub.com/googleapis/java-common-protos/commit/d24d436950cab888319a41e5d262f87e4b0ef816)) * Update dependency com.google.protobuf:protobuf-bom to v3.21.9 ([#469](https://togithub.com/googleapis/java-common-protos/issues/469)) ([ece29bf](https://togithub.com/googleapis/java-common-protos/commit/ece29bfd7e853b0ea224807042ae532857283ed8)) * Update dependency com.google.protobuf:protobuf-java to v3.21.8 ([#462](https://togithub.com/googleapis/java-common-protos/issues/462)) ([fda194a](https://togithub.com/googleapis/java-common-protos/commit/fda194af95a03a34a678dbd4a290339c77fed1bb)) * Update dependency com.google.protobuf:protobuf-java to v3.21.9 ([#470](https://togithub.com/googleapis/java-common-protos/issues/470)) ([78e8d6b](https://togithub.com/googleapis/java-common-protos/commit/78e8d6bb31b07d1996bf1ed3c54dbe6e716d7173)) * Update dependency io.grpc:grpc-bom to v1.50.0 ([#458](https://togithub.com/googleapis/java-common-protos/issues/458)) ([79528b0](https://togithub.com/googleapis/java-common-protos/commit/79528b0b577b69a9c1d7cf545ed7e02d6ecde7ee)) * Update dependency io.grpc:grpc-bom to v1.50.2 ([#463](https://togithub.com/googleapis/java-common-protos/issues/463)) ([e0eed02](https://togithub.com/googleapis/java-common-protos/commit/e0eed0244e2a22c82dc6d3d5570726957984440f)) * Update dependency io.grpc:grpc-protobuf to v1.50.0 ([#459](https://togithub.com/googleapis/java-common-protos/issues/459)) ([18f8cb7](https://togithub.com/googleapis/java-common-protos/commit/18f8cb76070cd0f8b9002f64c4ba573fba9ea6f9)) * Update dependency io.grpc:grpc-protobuf to v1.50.2 ([#464](https://togithub.com/googleapis/java-common-protos/issues/464)) ([f267fa3](https://togithub.com/googleapis/java-common-protos/commit/f267fa376dff6f644935f0e2acb666ed4ffea78e)) * Update dependency io.grpc:grpc-stub to v1.50.0 ([#460](https://togithub.com/googleapis/java-common-protos/issues/460)) ([4ead415](https://togithub.com/googleapis/java-common-protos/commit/4ead4156da7657a451ac02e19d241b1ae603354a)) * Update dependency io.grpc:grpc-stub to v1.50.2 ([#465](https://togithub.com/googleapis/java-common-protos/issues/465)) ([9021089](https://togithub.com/googleapis/java-common-protos/commit/9021089f96d8d657efc99739ac9af1748133fbe6)) --- 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 daa0c83 commit 95ffb96

File tree

5 files changed

+37
-9
lines changed

5 files changed

+37
-9
lines changed

java-common-protos/CHANGELOG.md

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

3+
## [2.10.0](https://github.com/googleapis/java-common-protos/compare/v2.9.6...v2.10.0) (2022-11-04)
4+
5+
6+
### Features
7+
8+
* Add FirstPartyAppMetadata to the BigQueryAuditMetadata proto, it contains metadata about requests originating from Google apps, such as Google Sheets ([86a868f](https://github.com/googleapis/java-common-protos/commit/86a868fd3925ec91e6acb7282195df8b5ad0f372))
9+
* Add PolicyViolation to the AuditLog proto, this will only be present when access is denied due to Organization Policy. It describes why access is denied ([#456](https://github.com/googleapis/java-common-protos/issues/456)) ([86a868f](https://github.com/googleapis/java-common-protos/commit/86a868fd3925ec91e6acb7282195df8b5ad0f372))
10+
* Added new events to BigQueryAuditMetadata such as UnlinkDataset and RowAccessPolicyCreation ([86a868f](https://github.com/googleapis/java-common-protos/commit/86a868fd3925ec91e6acb7282195df8b5ad0f372))
11+
12+
13+
### Documentation
14+
15+
* Updated multiple comments ([86a868f](https://github.com/googleapis/java-common-protos/commit/86a868fd3925ec91e6acb7282195df8b5ad0f372))
16+
17+
18+
### Dependencies
19+
20+
* Update dependency com.google.protobuf:protobuf-bom to v3.21.8 ([#461](https://github.com/googleapis/java-common-protos/issues/461)) ([7f94cb8](https://github.com/googleapis/java-common-protos/commit/7f94cb874aa0dd618eb47ab85a85dfe7cdcfbf81))
21+
* Update dependency com.google.protobuf:protobuf-bom to v3.21.9 ([#469](https://github.com/googleapis/java-common-protos/issues/469)) ([965c1a1](https://github.com/googleapis/java-common-protos/commit/965c1a1fad3a37124ce7692bd4ae247771234bea))
22+
* Update dependency com.google.protobuf:protobuf-java to v3.21.8 ([#462](https://github.com/googleapis/java-common-protos/issues/462)) ([185feb3](https://github.com/googleapis/java-common-protos/commit/185feb3813e54beaeb536d568644b26391470219))
23+
* Update dependency com.google.protobuf:protobuf-java to v3.21.9 ([#470](https://github.com/googleapis/java-common-protos/issues/470)) ([499bcac](https://github.com/googleapis/java-common-protos/commit/499bcacc83141fb2fcb1b84c5942dfb53d316c22))
24+
* Update dependency io.grpc:grpc-bom to v1.50.0 ([#458](https://github.com/googleapis/java-common-protos/issues/458)) ([37fae19](https://github.com/googleapis/java-common-protos/commit/37fae1934006613914e8123cde69c8f82158fd12))
25+
* Update dependency io.grpc:grpc-bom to v1.50.2 ([#463](https://github.com/googleapis/java-common-protos/issues/463)) ([9f5407d](https://github.com/googleapis/java-common-protos/commit/9f5407db1a44d331a881739d410fa67df39e3e71))
26+
* Update dependency io.grpc:grpc-protobuf to v1.50.0 ([#459](https://github.com/googleapis/java-common-protos/issues/459)) ([3f7c015](https://github.com/googleapis/java-common-protos/commit/3f7c0152e774bba00371f11e51efce9ca0cfa466))
27+
* Update dependency io.grpc:grpc-protobuf to v1.50.2 ([#464](https://github.com/googleapis/java-common-protos/issues/464)) ([2910c5e](https://github.com/googleapis/java-common-protos/commit/2910c5e862440d37e672646e2c7845eb39a3002c))
28+
* Update dependency io.grpc:grpc-stub to v1.50.0 ([#460](https://github.com/googleapis/java-common-protos/issues/460)) ([a056a8a](https://github.com/googleapis/java-common-protos/commit/a056a8a111974fe0c8312effcfe33da5b50c2100))
29+
* Update dependency io.grpc:grpc-stub to v1.50.2 ([#465](https://github.com/googleapis/java-common-protos/issues/465)) ([5d6780c](https://github.com/googleapis/java-common-protos/commit/5d6780cfcfdd7e65beb89a7e7c7dd455204901fa))
30+
331
## [2.9.6](https://github.com/googleapis/java-common-protos/compare/v2.9.5...v2.9.6) (2022-10-02)
432

533

java-common-protos/grpc-google-common-protos/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-common-protos</artifactId>
7-
<version>2.9.7-SNAPSHOT</version><!-- {x-version-update:proto-google-common-protos:current} -->
7+
<version>2.10.0</version><!-- {x-version-update:proto-google-common-protos:current} -->
88
<name>grpc-google-common-protos</name>
99
<description>GRPC library for grpc-google-common-protos</description>
1010
<parent>
1111
<groupId>com.google.api.grpc</groupId>
1212
<artifactId>google-common-protos-parent</artifactId>
13-
<version>2.9.7-SNAPSHOT</version><!-- {x-version-update:proto-google-common-protos:current} -->
13+
<version>2.10.0</version><!-- {x-version-update:proto-google-common-protos:current} -->
1414
</parent>
1515
<dependencies>
1616
<dependency>

java-common-protos/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.google.api.grpc</groupId>
55
<artifactId>google-common-protos-parent</artifactId>
66
<packaging>pom</packaging>
7-
<version>2.9.7-SNAPSHOT</version><!-- {x-version-update:proto-google-common-protos:current} -->
7+
<version>2.10.0</version><!-- {x-version-update:proto-google-common-protos:current} -->
88
<name>Google Common Protos Parent</name>
99
<url>https://github.com/googleapis/java-iam</url>
1010
<description>
@@ -81,7 +81,7 @@
8181
<dependency>
8282
<groupId>com.google.api.grpc</groupId>
8383
<artifactId>grpc-google-common-protos</artifactId>
84-
<version>2.9.7-SNAPSHOT</version><!-- {x-version-update:grpc-google-common-protos:current} -->
84+
<version>2.10.0</version><!-- {x-version-update:grpc-google-common-protos:current} -->
8585
</dependency>
8686
<dependency>
8787
<groupId>io.grpc</groupId>
@@ -93,7 +93,7 @@
9393
<dependency>
9494
<groupId>com.google.api.grpc</groupId>
9595
<artifactId>proto-google-common-protos</artifactId>
96-
<version>2.9.7-SNAPSHOT</version><!-- {x-version-update:proto-google-common-protos:current} -->
96+
<version>2.10.0</version><!-- {x-version-update:proto-google-common-protos:current} -->
9797
</dependency>
9898
<dependency>
9999
<groupId>com.google.guava</groupId>

java-common-protos/proto-google-common-protos/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.google.api.grpc</groupId>
55
<artifactId>proto-google-common-protos</artifactId>
6-
<version>2.9.7-SNAPSHOT</version><!-- {x-version-update:proto-google-common-protos:current} -->
6+
<version>2.10.0</version><!-- {x-version-update:proto-google-common-protos:current} -->
77
<name>proto-google-common-protos</name>
88
<description>PROTO library for proto-google-common-protos</description>
99
<parent>
1010
<groupId>com.google.api.grpc</groupId>
1111
<artifactId>google-common-protos-parent</artifactId>
12-
<version>2.9.7-SNAPSHOT</version><!-- {x-version-update:proto-google-common-protos:current} -->
12+
<version>2.10.0</version><!-- {x-version-update:proto-google-common-protos:current} -->
1313
</parent>
1414
<dependencies>
1515
<dependency>

java-common-protos/versions.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Format:
22
# module:released-version:current-version
33

4-
proto-google-common-protos:2.9.6:2.9.7-SNAPSHOT
5-
grpc-google-common-protos:2.9.6:2.9.7-SNAPSHOT
4+
proto-google-common-protos:2.10.0:2.10.0
5+
grpc-google-common-protos:2.10.0:2.10.0

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy