Release notes
1.5.0
- Release date
-
2024-08-03
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
- Release date
-
2023-12-18
This minor release fixes incorrect coroutine context map and stack.
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.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)
Updated
-
Update
org.apache.logging:logging-parentto version10.5.0(58)
1.3.0
- Release date
-
2023-10-03
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 (identical to OSGiBundle-SymbolicName) of thelog4j-api-kotlinartifact
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
1.2.0
- Release date
-
2021-12-20
This is the 3rd minor release of the project.
Changed
-
Update Kotlin baseline version to
1.3.72(LOG4J2-3218)
1.1.0
- Release date
-
2021-08-28
This is the 2nd minor release of the project.
Added
-
Support MDCs with Kotlin coroutines (LOG4J2-2433)
-
Support suspend functions in supplier lambdas (LOG4J2-2518)
Changed
-
Update Kotlin baseline version to 1.3.72 (LOG4J2-2843)
1.0.0
- Release date
-
2018-11-03
This is the first major release of the project.
Added
-
Create Kotlin wrapper API for Log4j (LOG4J2-3556)
Changed
-
Make
namedLoggermore discoverable (LOG4J2-2432)