blob: 4f7afa30cf3b04ac1c35d26732e823eeb7dbcc70 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!-- vi: set sw=2: -->
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<document xmlns="http://maven.apache.org/changes/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/xsd/changes-1.0.0.xsd">
<properties>
<title>Changes</title>
</properties>
<body>
<!-- NOTE: the text node in an action element is interpreted as Markdown in the release notes! -->
<!-- The "type" attribute can have the following values:
- "add" - New Feature
- "fix" - Fixed Bug
- "update" - Change
- "remove" - Removed
-->
<release version="1.3.0" date="2023-??-??" description="Release 1.3.0">
<action issue="GH-30" dev="mattsicker" type="add">
Add facade APIs for manipulating the context map and stack.
</action>
<action issue="GH-29" dev="mattsicker" type="add">
Add an extension property for storing a cached logger.
</action>
<action issue="GH-28" dev="mattsicker" type="update" due-to="u-ways">
Update Log4j dependency to 2.19.0.
</action>
</release>
<release version="1.2.0" date="2021-12-20" description="Release 1.2.0">
<action issue="LOG4J2-3218" dev="rgupta" type="update">
Update Log4j dependency to 2.17.0. Includes dependency updates to resolve
CVE-2021-44228, CVE-2021-45046, and CVE-2021-45105.
</action>
</release>
<release version="1.1.0" date="2021-08-28" description="Release 1.1.0">
<action issue="LOG4J2-2433" dev="rgupta" type="add">
Support MDCs with Kotlin coroutines.
</action>
<action issue="LOG4J2-2518" dev="rgupta" type="add">
Support suspend functions in supplier lambdas.
</action>
<action issue="LOG4J2-2843" dev="rgupta" type="update">
Update Kotlin baseline version to 1.3.72.
</action>
</release>
<release version="1.0.0" date="2018-11-03" description="Release 1.0.0">
<action issue="LOG4J2-1705" dev="mattsicker" type="add" due-to="Raman Gupta">
Create Kotlin wrapper API for Log4j.
</action>
<action issue="LOG4J2-2432" dev="mattsicker" type="update" due-to="Raman Gupta">
Make `namedLogger` more discoverable.
</action>
</release>
</body>
</document>