File tree Expand file tree Collapse file tree 9 files changed +31
-19
lines changed
src/main/java/com/google/cloud/logging
grpc-google-cloud-logging-v2
proto-google-cloud-logging-v2 Expand file tree Collapse file tree 9 files changed +31
-19
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 3.16.1] ( https://github.com/googleapis/java-logging/compare/v3.16.0...v3.16.1 ) (2024-03-07)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * ** deps:** Update the Java code generator (gapic-generator-java) to 2.37.0 ([ #1553 ] ( https://github.com/googleapis/java-logging/issues/1553 ) ) ([ 15b05fc] ( https://github.com/googleapis/java-logging/commit/15b05fc4a8e6c4069414110b749525082821e509 ) )
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * Update dependency com.google.cloud: sdk-platform-java-config to v3.27.0 ([ #1552 ] ( https://github.com/googleapis/java-logging/issues/1552 ) ) ([ 6c5464d] ( https://github.com/googleapis/java-logging/commit/6c5464d1c5a74962fcd459a1e03282747e148a44 ) )
14
+
3
15
## [ 3.16.0] ( https://github.com/googleapis/java-logging/compare/v3.15.17...v3.16.0 ) (2024-02-20)
4
16
5
17
Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0modelVersion >
4
4
<groupId >com.google.cloudgroupId >
5
5
<artifactId >google-cloud-logging-bomartifactId >
6
- <version >3.16.1-SNAPSHOT version >
6
+ <version >3.16.1version >
7
7
<packaging >pompackaging >
8
8
<parent >
9
9
<groupId >com.google.cloudgroupId >
53
53
<dependency >
54
54
<groupId >com.google.cloudgroupId >
55
55
<artifactId >google-cloud-loggingartifactId >
56
- <version >3.16.1-SNAPSHOT version >
56
+ <version >3.16.1version >
57
57
dependency >
58
58
<dependency >
59
59
<groupId >com.google.api.grpcgroupId >
60
60
<artifactId >grpc-google-cloud-logging-v2artifactId >
61
- <version >0.105.1-SNAPSHOT version >
61
+ <version >0.105.1version >
62
62
dependency >
63
63
<dependency >
64
64
<groupId >com.google.api.grpcgroupId >
65
65
<artifactId >proto-google-cloud-logging-v2artifactId >
66
- <version >0.105.1-SNAPSHOT version >
66
+ <version >0.105.1version >
67
67
dependency >
68
68
dependencies >
69
69
dependencyManagement >
Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0modelVersion >
4
4
<groupId >com.google.cloudgroupId >
5
5
<artifactId >google-cloud-loggingartifactId >
6
- <version >3.16.1-SNAPSHOT version >
6
+ <version >3.16.1version >
7
7
<packaging >jarpackaging >
8
8
<name >Google Cloud Loggingname >
9
9
<url >https://github.com/googleapis/java-loggingurl >
10
10
<description >Java idiomatic client for Cloud Loggingdescription >
11
11
<parent >
12
12
<groupId >com.google.cloudgroupId >
13
13
<artifactId >google-cloud-logging-parentartifactId >
14
- <version >3.16.1-SNAPSHOT version >
14
+ <version >3.16.1version >
15
15
parent >
16
16
<properties >
17
17
<site .installationModule>google-cloud-loggingsite .installationModule>
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ public final class Instrumentation {
40
40
// See
41
41
// https://github.com/googleapis/release-please/blob/main/docs/customizing.md#updating-arbitrary-files
42
42
// {x-version-update-start:google-cloud-logging:current}
43
- public static final String DEFAULT_INSTRUMENTATION_VERSION = "3.16.1-SNAPSHOT " ;
43
+ public static final String DEFAULT_INSTRUMENTATION_VERSION = "3.16.1" ;
44
44
// {x-version-update-end}
45
45
public static final String INSTRUMENTATION_LOG_NAME = "diagnostic-log" ;
46
46
public static final int MAX_DIAGNOSTIC_VALUE_LENGTH = 14 ;
Original file line number Diff line number Diff line change 4
4
<modelVersion >4.0.0modelVersion >
5
5
<groupId >com.google.api.grpcgroupId >
6
6
<artifactId >grpc-google-cloud-logging-v2artifactId >
7
- <version >0.105.1-SNAPSHOT version >
7
+ <version >0.105.1version >
8
8
<name >grpc-google-cloud-logging-v2name >
9
9
<description >GRPC library for grpc-google-cloud-logging-v2description >
10
10
<parent >
11
11
<groupId >com.google.cloudgroupId >
12
12
<artifactId >google-cloud-logging-parentartifactId >
13
- <version >3.16.1-SNAPSHOT version >
13
+ <version >3.16.1version >
14
14
parent >
15
15
<dependencies >
16
16
<dependency >
Original file line number Diff line number Diff line change 4
4
<groupId >com.google.cloudgroupId >
5
5
<artifactId >google-cloud-logging-parentartifactId >
6
6
<packaging >pompackaging >
7
- <version >3.16.1-SNAPSHOT version >
7
+ <version >3.16.1version >
8
8
<name >Google Cloud Logging Parentname >
9
9
<url >https://github.com/googleapis/java-loggingurl >
10
10
<description >
61
61
<dependency >
62
62
<groupId >com.google.api.grpcgroupId >
63
63
<artifactId >proto-google-cloud-logging-v2artifactId >
64
- <version >0.105.1-SNAPSHOT version >
64
+ <version >0.105.1version >
65
65
dependency >
66
66
<dependency >
67
67
<groupId >com.google.api.grpcgroupId >
68
68
<artifactId >grpc-google-cloud-logging-v2artifactId >
69
- <version >0.105.1-SNAPSHOT version >
69
+ <version >0.105.1version >
70
70
dependency >
71
71
<dependency >
72
72
<groupId >com.google.cloudgroupId >
73
73
<artifactId >google-cloud-loggingartifactId >
74
- <version >3.16.1-SNAPSHOT version >
74
+ <version >3.16.1version >
75
75
dependency >
76
76
77
77
<dependency >
Original file line number Diff line number Diff line change 4
4
<modelVersion >4.0.0modelVersion >
5
5
<groupId >com.google.api.grpcgroupId >
6
6
<artifactId >proto-google-cloud-logging-v2artifactId >
7
- <version >0.105.1-SNAPSHOT version >
7
+ <version >0.105.1version >
8
8
<name >proto-google-cloud-logging-v2name >
9
9
<description >PROTO library for proto-google-cloud-logging-v2description >
10
10
<parent >
11
11
<groupId >com.google.cloudgroupId >
12
12
<artifactId >google-cloud-logging-parentartifactId >
13
- <version >3.16.1-SNAPSHOT version >
13
+ <version >3.16.1version >
14
14
parent >
15
15
<dependencies >
16
16
<dependency >
Original file line number Diff line number Diff line change 28
28
<dependency >
29
29
<groupId >com.google.cloudgroupId >
30
30
<artifactId >google-cloud-loggingartifactId >
31
- <version >3.16.1-SNAPSHOT version >
31
+ <version >3.16.1version >
32
32
dependency >
33
33
34
34
<dependency >
Original file line number Diff line number Diff line change 1
1
# Format:
2
2
# module:released-version:current-version
3
3
4
- google-cloud-logging:3.16.0 :3.16.1-SNAPSHOT
5
- grpc-google-cloud-logging-v2:0.105.0 :0.105.1-SNAPSHOT
6
- proto-google-cloud-logging-v2:0.105.0 :0.105.1-SNAPSHOT
4
+ google-cloud-logging:3.16.1 :3.16.1
5
+ grpc-google-cloud-logging-v2:0.105.1 :0.105.1
6
+ proto-google-cloud-logging-v2:0.105.1 :0.105.1
You can’t perform that action at this time.
0 commit comments