Added KC 5 and 6 release notes

This commit is contained in:
stianst 2019-04-17 08:38:06 +02:00 committed by Stian Thorgersen
parent bc146acde7
commit 3adcf860ea
3 changed files with 25 additions and 0 deletions

View file

@ -8,6 +8,12 @@ include::topics/templates/document-attributes-community.adoc[]
= {releasenotes_name} = {releasenotes_name}
== {project_name_full} 6.0.0
include::topics/6_0_0.adoc[leveloffset=2]
== {project_name_full} 5.0.0
include::topics/5_0_0.adoc[leveloffset=2]
== {project_name_full} 4.8.0.Final == {project_name_full} 4.8.0.Final
include::topics/4_8_0_final.adoc[leveloffset=2] include::topics/4_8_0_final.adoc[leveloffset=2]

View file

@ -0,0 +1,3 @@
= WildFly 15 Upgrade
Keycloak server was upgraded to use WildFly 15 under the covers.

View file

@ -0,0 +1,16 @@
= WildFly 16 Upgrade
Keycloak server was upgraded to use WildFly 16 under the covers.
== SmallRye Health and Metrics extensions
Keycloak now comes enabled with the SmallRye Health and Metrics extensions which provides standard health and metrics
endpoints. We will add some documentation as well as Keycloak specific metrics soon.
= PS256 support
Thanks to https://github.com/tnorimat[tnorimat] Keycloak now has support for signing and verifying tokens with PS256.
= MP-JWT Client Scope
New built-in client scope to make it easy to issue tokens following the Eclipse MicroProfile specification.