X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=docs%2FNEWS.rst;fp=docs%2FNEWS.rst;h=5c4e5ee7ed60209d0d01ec62267fa209722ddfc9;hb=fe7d32f162661b34df5c352eb6c5b681df1f35c2;hp=cc9f54d10effdf5beb174c39dda2ddcba9c7adfa;hpb=07de872b2593b44826614608bc58868eb7255725;p=odlparent.git diff --git a/docs/NEWS.rst b/docs/NEWS.rst index cc9f54d10..5c4e5ee7e 100644 --- a/docs/NEWS.rst +++ b/docs/NEWS.rst @@ -2,10 +2,38 @@ ODL Parent release notes ======================== +Version 13.1.1 +-------------- +This is a bug-fix upgrade from version 13.1.0. + +Third-party dependencies +~~~~~~~~~~~~~~~~~~~~~~~~ +* Logback`1.2.13 → 1.3.14, release notes: + * `1.3.0 `__ + * `1.3.1 `__ + * `1.3.2 `__ + * `1.3.3 `__ + * `1.3.4 `__ + * `1.3.5 `__ + * `1.3.6 `__ + * `1.3.7 `__ + * `1.3.8 `__ + * `1.3.9 `__ + * `1.3.10 `__ + * `1.3.11 `__ + * `1.3.12 `__ + * `1.3.13 `__ + * `1.3.14 `__ + Version 13.1.0 -------------- This is a bug-fix/feature upgrade from version 13.0.11. +Potentially breaking change +~~~~~~~~~~~~~~~~~~~~~~~~~~~ +This release unfortunately ended up adopting SLF4J-2 as a transitive dependency. This upgrade is transparent to normal +users. Unfortunately backend integrations needs to be updated to use the new logger loading mechanism. + Improvements and new features ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * ``SingleFeatureTest`` is now executed by a dedicated Maven plugin, leading to faster execution times and better @@ -46,6 +74,32 @@ Third-party dependencies * Pax JDBC `1.5.6 → 1.5.7 `__ +* slf4j 1.7.35 → 2.0.12, release notes: + * `2.0.0 `__ + * `2.0.1 `__ + * `2.0.2 `__ + * `2.0.3 `__ + * `2.0.4 `__ + * `2.0.5 `__ + * `2.0.6 `__ + * `2.0.7 `__ + * `2.0.8 `__ + * `2.0.9 `__ + * `2.0.10 `__ + * `2.0.11 `__ + * `2.0.12 `__ + +* log4j 2.17.2 → 2.23.1, release notes: + * `2.18.0 `__ + * `2.19.0 `__ + * `2.20.0 `__ + * `2.21.0 `__ + * `2.21.1 `__ + * `2.22.0 `__ + * `2.22.1 `__ + * `2.23.0 `__ + * `2.23.1 `__ + * Woodstox `6.6.1 → 6.6.2 `__ Plugin upgrades