From 182e218ad22fd913a5b4393c0b97a8fd3d4612d6 Mon Sep 17 00:00:00 2001 From: stianst Date: Wed, 5 Sep 2018 11:46:49 +0200 Subject: [PATCH] Release notes for 4.4 --- release_notes/index.adoc | 3 +++ release_notes/master.adoc | 4 ++++ release_notes/topics/4_4_0_final.adoc | 12 ++++++++++++ 3 files changed, 19 insertions(+) diff --git a/release_notes/index.adoc b/release_notes/index.adoc index 21eba3db58..cd3a5198ee 100644 --- a/release_notes/index.adoc +++ b/release_notes/index.adoc @@ -4,6 +4,9 @@ include::topics/templates/document-attributes-community.adoc[] +== {project_name_full} 4.4.0.Final +include::topics/4_4_0_final.adoc[leveloffset=2] + == {project_name_full} 4.3.0.Final include::topics/4_3_0_final.adoc[leveloffset=2] diff --git a/release_notes/master.adoc b/release_notes/master.adoc index 868451b2c5..0a4ebd824d 100644 --- a/release_notes/master.adoc +++ b/release_notes/master.adoc @@ -8,6 +8,10 @@ include::topics/templates/document-attributes-product.adoc[] = {releasenotes_name} +== {project_name_full} 7.3.CD04 + +include::topics/4_4_0_final.adoc[leveloffset=2] + == {project_name_full} 7.3.CD03 include::topics/4_3_0_final.adoc[leveloffset=2] diff --git a/release_notes/topics/4_4_0_final.adoc b/release_notes/topics/4_4_0_final.adoc index a93abf7989..7db23faf24 100644 --- a/release_notes/topics/4_4_0_final.adoc +++ b/release_notes/topics/4_4_0_final.adoc @@ -3,3 +3,15 @@ The {project_name} server was upgraded to use WildFly 13 under the covers. This means update of the underlying dependencies and also some changes in the configuration. We now also support WildFly 13 adapter and we upgraded the underlying JDG/Infinispan server version for the Cross-DC setup. See link:{upgradingguide_link}[{upgradingguide_name}] for more details. + += Authorization Services support in Node.js + +Having authorization services support in Node.js makes it very easy to do fine-grained central authorization +with the Node.js adapter. + += Minor improvements + +* Update design for the welcome page +* Allow passing current locale to OAuth2 IdPs. Thanks to https://github.com/knutz3n[knutz3n] +* Support Content-Security-Policy-Report-Only security header. Thanks to https://github.com/knutz3n[knutz3n] +* Script based ProtocolMapper for SAML. Thanks to https://github.com/AlistairDoswald[AlistairDoswald]