Release notes for 4.4

This commit is contained in:
stianst 2018-09-05 11:46:49 +02:00 committed by Stian Thorgersen
parent b6f053a34e
commit 182e218ad2
3 changed files with 19 additions and 0 deletions

View file

@ -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]

View file

@ -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]

View file

@ -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]