Skip to content

Commit b488cf7

Browse files
committed
logger-f v2.1.17
1 parent 12a154a commit b488cf7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

changelogs/2.1.17.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## [2.1.17](https://github.com/Kevin-Lee/logger-f/issues?q=is%3Aissue%20is%3Aclosed%20milestone%3Av2-m1-23) - 2025-03-09
2+
3+
## Done
4+
* [`logger-f-logback-mdc-monix3`] is not compatible with `logback` `1.5.17` due to changes in `slf4j` `2.0.17` (#565)
5+
* Update `slf4j` to `2.0.17`, `logback` to `1.5.17` and `logback-scala-interop` to `1.17.0`
6+
* `logback` `1.5.16` uses `slf4j` `2.0.16`.
7+
* `logback` `1.5.17` uses `slf4j` `2.0.17`.
8+
* Due to changes introduced in `slf4j` `2.0.17`, the current logic for initializing `Monix3MdcAdapter` fails. This is not caused by `logback`'s `LoggerContext`, but rather by `MDC` from `slf4j`.
9+
* This fix added `slf4j` `MDC` support to set `MDCAdapter` in `MDC`
10+
* This fix updated the initialization of `MDC` to accommodate the changes in `slf4j` `2.0.17`.

0 commit comments

Comments
 (0)