File tree Expand file tree Collapse file tree 8 files changed +38
-18
lines changed
grpc-google-cloud-logging-v2
proto-google-cloud-logging-v2 Expand file tree Collapse file tree 8 files changed +38
-18
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 3.10.3] ( https://github.com/googleapis/java-logging/compare/v3.10.2...v3.10.3 ) (2022-08-19)
4+
5+
6+ ### Bug Fixes
7+
8+ * Add explicit RunWith annotations on all tests ([ #1004 ] ( https://github.com/googleapis/java-logging/issues/1004 ) ) ([ 342157f] ( https://github.com/googleapis/java-logging/commit/342157fc0b5819e50a7c53ddb03f6016042272a3 ) )
9+ * Apply fixes from Google error-prone ([ #1010 ] ( https://github.com/googleapis/java-logging/issues/1010 ) ) ([ 2d57d78] ( https://github.com/googleapis/java-logging/commit/2d57d7886f4281e779c8a1dd54aa056c5a8be46a ) )
10+ * Correct the JSON time field name ([ #1020 ] ( https://github.com/googleapis/java-logging/issues/1020 ) ) ([ 8c9a218] ( https://github.com/googleapis/java-logging/commit/8c9a2184bc5f5a697345d9dc1f2afc9b8fd759b7 ) )
11+ * Fix flakiness in JSON test ([ #1006 ] ( https://github.com/googleapis/java-logging/issues/1006 ) ) ([ cafafe4] ( https://github.com/googleapis/java-logging/commit/cafafe44531001254e014da07211cc6694df97cc ) )
12+ * Fix some typos ([ #1008 ] ( https://github.com/googleapis/java-logging/issues/1008 ) ) ([ 5666ee0] ( https://github.com/googleapis/java-logging/commit/5666ee0dea87bba9eda9d48afee8924a074db6dd ) )
13+ * Make LoggingHandler.logEntryFor extensible ([ #1021 ] ( https://github.com/googleapis/java-logging/issues/1021 ) ) ([ 79baac6] ( https://github.com/googleapis/java-logging/commit/79baac68a60cca699088723864bf2de23fca0580 ) )
14+ * Replace Date with LocalDateTime ([ #1012 ] ( https://github.com/googleapis/java-logging/issues/1012 ) ) ([ 765dd89] ( https://github.com/googleapis/java-logging/commit/765dd895df201966e7dea5851e29638dde115ce2 ) )
15+ * Supress unchecked conversion warnings ([ #1014 ] ( https://github.com/googleapis/java-logging/issues/1014 ) ) ([ a93ee23] ( https://github.com/googleapis/java-logging/commit/a93ee233112b28f21d9cc1ed724638455ece4dc0 ) )
16+ * Update the stub to avoid the deprecated * Map method ([ #1002 ] ( https://github.com/googleapis/java-logging/issues/1002 ) ) ([ 49bf5b4] ( https://github.com/googleapis/java-logging/commit/49bf5b41c354089ad213ff1ce5d3f42aa3d1d02e ) )
17+
18+
19+ ### Dependencies
20+
21+ * update dependency org.junit.vintage: junit-vintage-engine to v5.9.0 ([ #1016 ] ( https://github.com/googleapis/java-logging/issues/1016 ) ) ([ e5f0b55] ( https://github.com/googleapis/java-logging/commit/e5f0b55acdcfb12e79a69eb213c60e237c9e630a ) )
22+
323## [ 3.10.2] ( https://github.com/googleapis/java-logging/compare/v3.10.1...v3.10.2 ) (2022-08-08)
424
525
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-logging-bom</artifactId >
6- <version >3.10.3-SNAPSHOT </version ><!-- {x-version-update:google-cloud-logging:current} -->
6+ <version >3.10.3</version ><!-- {x-version-update:google-cloud-logging:current} -->
77 <packaging >pom</packaging >
88 <parent >
99 <groupId >com.google.cloud</groupId >
5353 <dependency >
5454 <groupId >com.google.cloud</groupId >
5555 <artifactId >google-cloud-logging</artifactId >
56- <version >3.10.3-SNAPSHOT </version ><!-- {x-version-update:google-cloud-logging:current} -->
56+ <version >3.10.3</version ><!-- {x-version-update:google-cloud-logging:current} -->
5757 </dependency >
5858 <dependency >
5959 <groupId >com.google.api.grpc</groupId >
6060 <artifactId >grpc-google-cloud-logging-v2</artifactId >
61- <version >0.99.3-SNAPSHOT </version ><!-- {x-version-update:grpc-google-cloud-logging-v2:current} -->
61+ <version >0.99.3</version ><!-- {x-version-update:grpc-google-cloud-logging-v2:current} -->
6262 </dependency >
6363 <dependency >
6464 <groupId >com.google.api.grpc</groupId >
6565 <artifactId >proto-google-cloud-logging-v2</artifactId >
66- <version >0.99.3-SNAPSHOT </version ><!-- {x-version-update:proto-google-cloud-logging-v2:current} -->
66+ <version >0.99.3</version ><!-- {x-version-update:proto-google-cloud-logging-v2:current} -->
6767 </dependency >
6868 </dependencies >
6969 </dependencyManagement >
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-logging</artifactId >
6- <version >3.10.3-SNAPSHOT </version ><!-- {x-version-update:google-cloud-logging:current} -->
6+ <version >3.10.3</version ><!-- {x-version-update:google-cloud-logging:current} -->
77 <packaging >jar</packaging >
88 <name >Google Cloud Logging</name >
99 <url >https://github.com/googleapis/java-logging</url >
1010 <description >Java idiomatic client for Cloud Logging</description >
1111 <parent >
1212 <groupId >com.google.cloud</groupId >
1313 <artifactId >google-cloud-logging-parent</artifactId >
14- <version >3.10.3-SNAPSHOT </version ><!-- {x-version-update:google-cloud-logging:current} -->
14+ <version >3.10.3</version ><!-- {x-version-update:google-cloud-logging:current} -->
1515 </parent >
1616 <properties >
1717 <site .installationModule>google-cloud-logging</site .installationModule>
Original file line number Diff line number Diff line change 44 <modelVersion >4.0.0</modelVersion >
55 <groupId >com.google.api.grpc</groupId >
66 <artifactId >grpc-google-cloud-logging-v2</artifactId >
7- <version >0.99.3-SNAPSHOT </version ><!-- {x-version-update:grpc-google-cloud-logging-v2:current} -->
7+ <version >0.99.3</version ><!-- {x-version-update:grpc-google-cloud-logging-v2:current} -->
88 <name >grpc-google-cloud-logging-v2</name >
99 <description >GRPC library for grpc-google-cloud-logging-v2</description >
1010 <parent >
1111 <groupId >com.google.cloud</groupId >
1212 <artifactId >google-cloud-logging-parent</artifactId >
13- <version >3.10.3-SNAPSHOT </version ><!-- {x-version-update:google-cloud-logging:current} -->
13+ <version >3.10.3</version ><!-- {x-version-update:google-cloud-logging:current} -->
1414 </parent >
1515 <dependencies >
1616 <dependency >
Original file line number Diff line number Diff line change 44 <groupId >com.google.cloud</groupId >
55 <artifactId >google-cloud-logging-parent</artifactId >
66 <packaging >pom</packaging >
7- <version >3.10.3-SNAPSHOT </version ><!-- {x-version-update:google-cloud-logging:current} -->
7+ <version >3.10.3</version ><!-- {x-version-update:google-cloud-logging:current} -->
88 <name >Google Cloud Logging Parent</name >
99 <url >https://github.com/googleapis/java-logging</url >
1010 <description >
6161 <dependency >
6262 <groupId >com.google.api.grpc</groupId >
6363 <artifactId >proto-google-cloud-logging-v2</artifactId >
64- <version >0.99.3-SNAPSHOT </version ><!-- {x-version-update:proto-google-cloud-logging-v2:current} -->
64+ <version >0.99.3</version ><!-- {x-version-update:proto-google-cloud-logging-v2:current} -->
6565 </dependency >
6666 <dependency >
6767 <groupId >com.google.api.grpc</groupId >
6868 <artifactId >grpc-google-cloud-logging-v2</artifactId >
69- <version >0.99.3-SNAPSHOT </version ><!-- {x-version-update:grpc-google-cloud-logging-v2:current} -->
69+ <version >0.99.3</version ><!-- {x-version-update:grpc-google-cloud-logging-v2:current} -->
7070 </dependency >
7171 <dependency >
7272 <groupId >com.google.cloud</groupId >
7373 <artifactId >google-cloud-logging</artifactId >
74- <version >3.10.3-SNAPSHOT </version ><!-- {x-version-update:google-cloud-logging:current} -->
74+ <version >3.10.3</version ><!-- {x-version-update:google-cloud-logging:current} -->
7575 </dependency >
7676
7777 <dependency >
Original file line number Diff line number Diff line change 44 <modelVersion >4.0.0</modelVersion >
55 <groupId >com.google.api.grpc</groupId >
66 <artifactId >proto-google-cloud-logging-v2</artifactId >
7- <version >0.99.3-SNAPSHOT </version ><!-- {x-version-update:proto-google-cloud-logging-v2:current} -->
7+ <version >0.99.3</version ><!-- {x-version-update:proto-google-cloud-logging-v2:current} -->
88 <name >proto-google-cloud-logging-v2</name >
99 <description >PROTO library for proto-google-cloud-logging-v2</description >
1010 <parent >
1111 <groupId >com.google.cloud</groupId >
1212 <artifactId >google-cloud-logging-parent</artifactId >
13- <version >3.10.3-SNAPSHOT </version ><!-- {x-version-update:google-cloud-logging:current} -->
13+ <version >3.10.3</version ><!-- {x-version-update:google-cloud-logging:current} -->
1414 </parent >
1515 <dependencies >
1616 <dependency >
Original file line number Diff line number Diff line change 2828 <dependency >
2929 <groupId >com.google.cloud</groupId >
3030 <artifactId >google-cloud-logging</artifactId >
31- <version >3.10.3-SNAPSHOT </version >
31+ <version >3.10.3</version >
3232 </dependency >
3333 <!-- {x-version-update-end} -->
3434 <dependency >
Original file line number Diff line number Diff line change 11# Format:
22# module:released-version:current-version
33
4- google-cloud-logging:3.10.2 :3.10.3-SNAPSHOT
5- grpc-google-cloud-logging-v2:0.99.2 :0.99.3-SNAPSHOT
6- proto-google-cloud-logging-v2:0.99.2 :0.99.3-SNAPSHOT
4+ google-cloud-logging:3.10.3 :3.10.3
5+ grpc-google-cloud-logging-v2:0.99.3 :0.99.3
6+ proto-google-cloud-logging-v2:0.99.3 :0.99.3
You can’t perform that action at this time.
0 commit comments