Releases: kevin-lee/logger-f
Releases · kevin-lee/logger-f
v2.1.18
2.1.18 - 2025-03-12
Done
- [
logger-f-slf4j-mdc
][logger-f-logback-mdc-monix3
]SetMdcAdapter
andMonix3MdcAdapter
are now compatible with olderslf4j
andlogback
(#612)- Downgraded:
slf4j
to2.0.12
, butSetMdcAdapter
andMonix3MdcAdapter
can also work with the latestslf4j
(2.0.17
at the moment). - Downgraded:
logback
to1.5.0
forMDC
adapter, butSetMdcAdapter
andMonix3MdcAdapter
can also work with the latestlogback
(1.5.17
at the moment). - Downgraded:
logback-scala-interop
to1.0.0
- Downgraded:
v2.1.17
2.1.17 - 2025-03-09
Done
- [
logger-f-logback-mdc-monix3
] is not compatible withlogback
1.5.17
due to changes inslf4j
2.0.17
(#565)- Update
slf4j
to2.0.17
,logback
to1.5.17
andlogback-scala-interop
to1.17.0
logback
1.5.16
usesslf4j
2.0.16
.logback
1.5.17
usesslf4j
2.0.17
.- Due to changes introduced in
slf4j
2.0.17
, the current logic for initializingMonix3MdcAdapter
fails. This is not caused bylogback
'sLoggerContext
, but rather byMDC
fromslf4j
. - This fix added
slf4j
MDC
support to setMDCAdapter
inMDC
- This fix updated the initialization of
MDC
to accommodate the changes inslf4j
2.0.17
.
- Update