Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [0.123.0](https://github.com/googleapis/java-logging-logback/compare/v0.122.9...v0.123.0) (2022-01-18)


### Features

* Allow customizing written log entries by exposing parameters via appender configuration ([#625](https://github.com/googleapis/java-logging-logback/issues/625)) ([87d259f](https://github.com/googleapis/java-logging-logback/commit/87d259fe6453107a71560acb85b62ea30ccdd8ed))
* enable auto-population of missing metadata in logs and printing structured logs to stdout ([#654](https://github.com/googleapis/java-logging-logback/issues/654)) ([6530782](https://github.com/googleapis/java-logging-logback/commit/65307826f1f352e621eb1c24a867319e1bfe08ec))


### Bug Fixes

* **java:** run Maven in plain console-friendly mode ([#1301](https://github.com/googleapis/java-logging-logback/issues/1301)) ([#621](https://github.com/googleapis/java-logging-logback/issues/621)) ([e5de531](https://github.com/googleapis/java-logging-logback/commit/e5de531465015ae735e45ee5b6dc52bdd281ee6e))


### Dependencies

* update dependency com.google.cloud:google-cloud-logging to v3.6.0 ([#643](https://github.com/googleapis/java-logging-logback/issues/643)) ([21fdd35](https://github.com/googleapis/java-logging-logback/commit/21fdd3554ed2778075fec62a87176ad5e8a6f391))
* update dependency org.easymock:easymock to v4 ([#640](https://github.com/googleapis/java-logging-logback/issues/640)) ([c1c5afc](https://github.com/googleapis/java-logging-logback/commit/c1c5afcf7a4501295e253c663fd4ac05c2fcd339))
* update dependency org.slf4j:slf4j-api to v1.7.33 ([#652](https://github.com/googleapis/java-logging-logback/issues/652)) ([37ca717](https://github.com/googleapis/java-logging-logback/commit/37ca7179c455451fdd34baae0463223d67a36b5b))

### [0.122.9](https://www.github.com/googleapis/java-logging-logback/compare/v0.122.8...v0.122.9) (2022-01-10)


Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>google-cloud-logging-logback</artifactId>
<version>0.122.10-alpha-SNAPSHOT</version><!-- {x-version-update:google-cloud-logging-logback:current} -->
<version>0.123.0-alpha</version><!-- {x-version-update:google-cloud-logging-logback:current} -->
<packaging>jar</packaging>
<name>Google Cloud Logging Logback Appender</name>
<url>https://github.com/googleapis/java-logging-logback</url>
Expand Down
2 changes: 1 addition & 1 deletion samples/snapshot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-logging-logback</artifactId>
<version>0.122.10-alpha-SNAPSHOT</version>
<version>0.123.0-alpha</version>
</dependency>
<!-- {x-version-update-end} -->

Expand Down
2 changes: 1 addition & 1 deletion versions.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version

google-cloud-logging-logback:0.122.9-alpha:0.122.10-alpha-SNAPSHOT
google-cloud-logging-logback:0.123.0-alpha:0.123.0-alpha