diff --git a/release_notes/index.adoc b/release_notes/index.adoc index e7400bc0ae..d2a6f1ec77 100644 --- a/release_notes/index.adoc +++ b/release_notes/index.adoc @@ -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] diff --git a/release_notes/topics/7_0_0.adoc b/release_notes/topics/7_0_0.adoc index be532ed3bd..4ee0711bc7 100644 --- a/release_notes/topics/7_0_0.adoc +++ b/release_notes/topics/7_0_0.adoc @@ -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. \ No newline at end of file +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] \ No newline at end of file