File tree 5 files changed +18
-4
lines changed
src/main/java/com/google/cloud/logging/logback
5 files changed +18
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
4
+ ## [ 0.131.0-alpha] ( https://github.com/googleapis/java-logging-logback/compare/v0.130.30-alpha...v0.131.0-alpha ) (2024-01-25)
5
+
6
+
7
+ ### Features
8
+
9
+ * Add graal native image profile for logback library ([ #1246 ] ( https://github.com/googleapis/java-logging-logback/issues/1246 ) ) ([ ab58b88] ( https://github.com/googleapis/java-logging-logback/commit/ab58b887d041783335d2ab4f04b47651ae91ef77 ) )
10
+
11
+
12
+ ### Dependencies
13
+
14
+ * Update dependency com.google.cloud: google-cloud-logging to v3.15.16 ([ #1257 ] ( https://github.com/googleapis/java-logging-logback/issues/1257 ) ) ([ 28c23f6] ( https://github.com/googleapis/java-logging-logback/commit/28c23f67f827c42ad4790fd7f9122d227daa3a8d ) )
15
+ * Update dependency com.google.cloud: google-cloud-shared-dependencies to v3.22.0 ([ #1250 ] ( https://github.com/googleapis/java-logging-logback/issues/1250 ) ) ([ 730c46c] ( https://github.com/googleapis/java-logging-logback/commit/730c46cbd6f59f9d370eb6a10b5dd00d58ca0506 ) )
16
+ * Update dependency com.google.cloud: google-cloud-shared-dependencies to v3.23.0 ([ #1256 ] ( https://github.com/googleapis/java-logging-logback/issues/1256 ) ) ([ df7800b] ( https://github.com/googleapis/java-logging-logback/commit/df7800bb5205ad4cecc0a44ccbde8141174063ad ) )
17
+
4
18
## [ 0.130.30-alpha] ( https://github.com/googleapis/java-logging-logback/compare/v0.130.29-alpha...v0.130.30-alpha ) (2024-01-11)
5
19
6
20
Original file line number Diff line number Diff line change 5
5
<modelVersion >4.0.0</modelVersion >
6
6
7
7
<artifactId >google-cloud-logging-logback</artifactId >
8
- <version >0.130.31 -alpha-SNAPSHOT </version ><!-- {x-version-update:google-cloud-logging-logback:current} -->
8
+ <version >0.131.0 -alpha</version ><!-- {x-version-update:google-cloud-logging-logback:current} -->
9
9
<packaging >jar</packaging >
10
10
<name >Google Cloud Logging Logback Appender</name >
11
11
<url >https://github.com/googleapis/java-logging-logback</url >
Original file line number Diff line number Diff line change 28
28
<dependency >
29
29
<groupId >com.google.cloud</groupId >
30
30
<artifactId >google-cloud-logging-logback</artifactId >
31
- <version >0.130.31 -alpha-SNAPSHOT </version >
31
+ <version >0.131.0 -alpha</version >
32
32
</dependency >
33
33
<!-- {x-version-update-end} -->
34
34
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ public class LoggingAppender extends UnsynchronizedAppenderBase<ILoggingEvent> {
122
122
// See
123
123
// https://github.com/googleapis/release-please/blob/main/docs/customizing.md#updating-arbitrary-files
124
124
// {x-version-update-start:google-cloud-logging-logback:current}
125
- public static final String DEFAULT_INSTRUMENTATION_VERSION = "0.130.31 -alpha-SNAPSHOT " ;
125
+ public static final String DEFAULT_INSTRUMENTATION_VERSION = "0.131.0 -alpha" ;
126
126
// {x-version-update-end}
127
127
private static boolean instrumentationAdded = false ;
128
128
private static final Object instrumentationLock = new Object ();
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-logback:0.130.30 -alpha:0.130.31 -alpha-SNAPSHOT
4
+ google-cloud-logging-logback:0.131.0 -alpha:0.131.0 -alpha
You can’t perform that action at this time.
0 commit comments