Releases: apache/logging-log4j-kotlin
Releases · apache/logging-log4j-kotlin
1.5.0
This release contains improvements to Kotlin coroutine integration.
Added
- Add convenience functions for managing logging context in coroutines (#65)
Changed
- Migrate website to Antora (apache/logging-log4j2#2443)
Updated
- Update
org.apache.logging.log4j:log4j-bomto version2.23.1(#70)
1.4.0
This minor release fixes incorrect coroutine context map and stack.
Added
- Started generating CycloneDX SBOM with the recent update of
logging-parentto version10.2.0
Changed
- Coroutine context is not cleared properly, only appended to (#54)
- Update
org.apache.logging:logging-parentto version10.2.0 - Update
org.apache.logging.log4j:log4j-bomto version2.22.0(#52) - Update
org.apache.logging:logging-parentto version10.4.0(#53) - Update
org.codehaus.mojo:build-helper-maven-pluginto version3.5.0(#51) - Update
org.codehaus.mojo:exec-maven-pluginto version3.1.1(#50) - Update
org.junit:junit-bomto version5.10.1(#49)
1.3.0
This minor release bumps the Kotlin baseline to 1.6.21 and contains various small improvements.
Added
- Added an extension property for storing a cached logger (#29)
- Added facade APIs for manipulating the context map and stack (#30)
- Added missing
catchingandthrowingAPI methods inKotlinLogger(#32) - Added JPMS support and used
org.apache.logging.log4j.api.kotlinfor the module name
Changed
- Updated Log4j dependency to
2.20.0 - Bumped
logging-parentversion to10.1.1and overhauled the entire project infrastructure to take advantage of its goodies (#37) - Renamed OSGi
Bundle-SymbolicNamefromorg.apache.logging.log4j.kotlintoorg.apache.logging.log4j.api.kotlin - Migrated tests to JUnit 5
- Bumped Kotlin and Kotlin Extensions baseline to
1.6.21and1.6.4respectively - Skipped deploying
log4j-api-kotlin-benchmarkandlog4j-api-kotlin-samplemodules
Removed
- Stopped exporting KDoc to HTML