From bfa909d05fe538419fc7d36970f9a0d85a552d1e Mon Sep 17 00:00:00 2001 From: mposolda Date: Tue, 21 Jul 2020 11:54:47 +0200 Subject: [PATCH] Release notes for Keycloak 11 added --- release_notes/index.adoc | 3 +++ release_notes/topics/11_0_0.adoc | 31 +++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 release_notes/topics/11_0_0.adoc diff --git a/release_notes/index.adoc b/release_notes/index.adoc index dd9200b4ff..53b7db7532 100644 --- a/release_notes/index.adoc +++ b/release_notes/index.adoc @@ -13,6 +13,9 @@ include::topics/templates/document-attributes-community.adoc[] :release_header_latest_link: {releasenotes_link_latest} include::topics/templates/release-header.adoc[] +== {project_name_full} 11.0.0 +include::topics/11_0_0.adoc[leveloffset=2] + == {project_name_full} 10.0.0 include::topics/10_0_0.adoc[leveloffset=2] diff --git a/release_notes/topics/11_0_0.adoc b/release_notes/topics/11_0_0.adoc new file mode 100644 index 0000000000..cd62e6217d --- /dev/null +++ b/release_notes/topics/11_0_0.adoc @@ -0,0 +1,31 @@ += Highlights + +== LDAPv3 password modify operation + +Support for LDAPv3 password modify operation was added. Also the ability in the admin console to request metadata from the configured +LDAP server to see if it supports LDAPv3 password modify operation. + +Thanks to https://github.com/cachescrubber[cachescrubber] + +== Namespace support for LDAP group mapper + +Namespace support for LDAP group mapper allows to map groups from LDAP under specified branch (namespace) of the Keycloak groups tree. +Previously groups from LDAP were always added as the top level groups in Keycloak. + +Thanks to https://github.com/tjuerge[Torsten Juergeleit] + + +== Upgrade to WildFly 20 + +Keycloak server was upgraded to use WildFly 20.0.1.Final under the covers. For more details, +please take a look at link:{upgradingguide_link_latest}[{upgradingguide_name}]. + + +== Other improvements + + +* Support for client offline session lifespan. Thanks to https://github.com/y-tabata[Yoshiyuki Tabata] +* Czech translation. Thanks to https://github.com/jakubknejzlik[Jakub Knejzlík] +* Possibility to fetch additional fields from the Facebook identity provider. Thanks to https://github.com/BartoszSiemienczuk[Bartosz Siemieńczuk] +* Support for AES 192 and AES 256 algorithms used for signed and encrypted ID tokens. Thanks to https://github.com/tnorimat[Takashi Norimatsu] +* Ability to specify signature algorithm in Signed JWT Client Authentication. Thanks to https://github.com/tnorimat[Takashi Norimatsu] \ No newline at end of file