Updated release notes

This commit is contained in:
stianst 2019-07-19 13:50:39 +02:00 committed by Stian Thorgersen
parent 805a69e4a5
commit 50e371ab9d
2 changed files with 25 additions and 3 deletions

View file

@ -8,6 +8,9 @@ include::topics/templates/document-attributes-community.adoc[]
= {releasenotes_name}
== {project_name_full} 7.0.0
include::topics/7_0_0.adoc[leveloffset=2]
== {project_name_full} 6.0.0
include::topics/6_0_0.adoc[leveloffset=2]

View file

@ -1,7 +1,26 @@
= Apache Tomcat Adapter
= Highlights
== WildFly 17 Upgrade
Keycloak server was upgraded to use WildFly 17 under the covers.
== Tomcat 9 adapter support
Java adapter for Apache Tomcat 8 and Apache Tomcat 9 was unified and now it serves for both of them.
= WildFly 17 Upgrade
== New Account Console
Keycloak server was upgraded to use WildFly 17 under the covers.
A lot of work has been done on the new Account Console and Account REST API. It's not quite ready yet, but it's getting
there and hopefully will be fully done for Keycloak 8.
== Testing and release automation
The Keycloak team has spent a significant amount of time on automation around testing and releases both for Keycloak and
Red Hat Single Sign-On.
= Other improvements
* PKCE support added to JavaScript adapter. Thanks to https://github.com/thomasdarimont[thomasdarimont]
* Oracle database support added to Keycloak container image. Thanks to https://github.com/nerdstep[nerdstep]
* Clock Skew support added to SAML adapter. Thanks to https://github.com/steevebtib[steevebtib]
* TypeScript support for Node.js adapter. Thanks to https://github.com/evanshortiss[evanshortiss]