-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to main from @ 49bdd293ef918c3b0ef651a3db2fbb63ff4f0eea 🚀
- Loading branch information
Showing
9 changed files
with
8,010 additions
and
33,880 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,118 @@ | ||
|
||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-0J2P9316N6"></script> | ||
<script> | ||
window.dataLayer = window.dataLayer || []; | ||
function gtag(){dataLayer.push(arguments);} | ||
gtag('js', new Date()); | ||
gtag('config', 'G-0J2P9316N6'); | ||
</script> | ||
<meta charset="utf-8"/> | ||
<title>Keycloak Client Libraries 26.0.0 released - Keycloak</title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta name="description" content="Keycloak is an open source identity and access management solution"> | ||
<meta name="author" content="Keycloak Team"> | ||
<meta name="keywords" content="sso,idm,openid connect,saml,kerberos,ldap"> | ||
<link href="https://www.keycloak.org/resources/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet"> | ||
<link href="https://www.keycloak.org/resources/@fortawesome/fontawesome-free/css/all.min.css" rel="stylesheet"> | ||
<link href="https://www.keycloak.org/resources/css/keycloak.css" rel="stylesheet"> | ||
<link rel="canonical" href="https://www.keycloak.org/2024/10/keycloak-client-2600-released"> | ||
<link rel="shortcut icon" href="https://www.keycloak.org/resources/favicon.ico"> | ||
<script src="https://www.keycloak.org/resources/bootstrap/dist/js/bootstrap.min.js" type="text/javascript"></script> | ||
<script src="https://www.keycloak.org/resources/tocbot/dist/tocbot.min.js" type="text/javascript"></script> | ||
<link rel="alternate" type="application/rss+xml" title="Keycloak's Blog" href="https://www.keycloak.org/rss.xml"></head> | ||
<body> | ||
|
||
<header class="navbar navbar-expand-md bg-light shadow-sm"> | ||
<nav class="container-xxl flex-wrap flex-md-no-wrap navbar-light"> | ||
<a class="navbar-brand me-3 me-md-4 me-lg-5" href="https://www.keycloak.org/"> | ||
<img class="img-fluid" src="https://www.keycloak.org/resources/images/logo.svg" width="240" alt="Keycloak"/> | ||
</a> | ||
<a class="nav-link d-none d-sm-block d-md-none d-lg-block" href="https://github.com/keycloak/keycloak"><img src="https://img.shields.io/github/stars/keycloak/keycloak?label=GitHub%20Stars" style="height: 25px" alt="GitHub stars"/></a> | ||
<a class="nav-link d-block d-sm-none d-md-block d-lg-none" href="https://github.com/keycloak/keycloak"><img src="https://img.shields.io/github/stars/keycloak/keycloak?label=" style="height: 25px" alt="GitHub stars"/></a> | ||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation"> | ||
<span class="fa fa-bars fa-lg px-1 py-2"></span> | ||
</button> | ||
<div class="collapse navbar-collapse" id="navbarCollapse"> | ||
<ul class="navbar-nav flex-row flex-wrap bd-navbar-nav pt-2 py-md-0"> | ||
<li class="nav-item col-6 col-md-auto"> | ||
<a class="nav-link " href="https://www.keycloak.org/guides">Guides</a> | ||
</li> | ||
<li class="nav-item col-6 col-md-auto"> | ||
<a class="nav-link " href="https://www.keycloak.org/documentation">Docs</a> | ||
</li> | ||
<li class="nav-item col-6 col-md-auto"> | ||
<a class="nav-link " href="https://www.keycloak.org/downloads">Downloads</a> | ||
</li> | ||
<li class="nav-item col-6 col-md-auto"> | ||
<a class="nav-link " href="https://www.keycloak.org/community">Community</a> | ||
</li> | ||
<li class="nav-item col-6 col-md-auto"> | ||
<a class="nav-link " href="https://www.keycloak.org/blog">Blog</a> | ||
</li> | ||
</ul> | ||
</div> | ||
</nav> | ||
</header> | ||
|
||
|
||
<div class="container mt-5 kc-article"> | ||
<h1>Keycloak Client Libraries 26.0.0 released</h1> | ||
<p class="blog-date text-muted">October 04 2024</p> | ||
|
||
|
||
|
||
|
||
<h2>Highlights</h2> | ||
<div class="sect2"> | ||
<h3 id="_dedicated_release_cycle_for_the_client_libraries">Dedicated release cycle for the client libraries</h3> | ||
<div class="paragraph"> | ||
<p>From this release, some of the Keycloak client libraries will have release cycle independent of the Keycloak server release cycle. The 26.0.0 release may be the last one | ||
when the client libraries are released together with the Keycloak server. But from now on, the client libraries may be released at a different time than the Keycloak server.</p> | ||
</div> | ||
<div class="paragraph"> | ||
<p>The client libraries are these artifacts:</p> | ||
</div> | ||
<div class="ulist"> | ||
<ul> | ||
<li> | ||
<p>Java admin client - Maven artifact <code>org.keycloak:keycloak-admin-client</code></p> | ||
</li> | ||
<li> | ||
<p>Java authorization client - Maven artifact <code>org.keycloak:keycloak-authz-client</code></p> | ||
</li> | ||
<li> | ||
<p>Java policy enforcer - Maven artifact <code>org.keycloak:keycloak-policy-enforcer</code></p> | ||
</li> | ||
</ul> | ||
</div> | ||
<div class="paragraph"> | ||
<p>It is possible that in the future, some more libraries will be included.</p> | ||
</div> | ||
</div> | ||
<div class="sect2"> | ||
<h3 id="_compatibility_of_the_client_libraries_with_the_server">Compatibility of the client libraries with the server</h3> | ||
<div class="paragraph"> | ||
<p>Beginning with this release, we are testing and supporting client libraries with the same server version and a few previous major server versions.</p> | ||
</div> | ||
</div> | ||
<h2>Upgrading</h2> | ||
<p>Before upgrading refer to <a href="https://www.keycloak.org/securing-apps/upgrading">the migration guide</a> for a complete list of changes.</p> | ||
|
||
</div> | ||
|
||
|
||
<div class="container mt-5"> | ||
<footer class="py-3 my-4 border-top"> | ||
<p class="text-center text-muted">Keycloak is a Cloud Native Computing Foundation incubation project</p> | ||
<div class="text-center"> | ||
<img alt="Cloud Native Computing Foundation" src="https://www.keycloak.org/resources/images/cncf_logo.png"/> | ||
</div> | ||
<p class="mt-4 text-center small text-muted">© Keycloak Authors 2024. © 2024 The Linux Foundation. All rights reserved. The Linux Foundation has registered trademarks and uses trademarks. For a list of trademarks of The Linux Foundation, please see our <a href="https://www.linuxfoundation.org/trademark-usage">Trademark Usage page</a>.</p> | ||
</footer> | ||
</div> | ||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,101 @@ | ||
|
||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-0J2P9316N6"></script> | ||
<script> | ||
window.dataLayer = window.dataLayer || []; | ||
function gtag(){dataLayer.push(arguments);} | ||
gtag('js', new Date()); | ||
gtag('config', 'G-0J2P9316N6'); | ||
</script> | ||
<meta charset="utf-8"/> | ||
<title>Keycloak Client Libraries 26.0.2 released - Keycloak</title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta name="description" content="Keycloak is an open source identity and access management solution"> | ||
<meta name="author" content="Keycloak Team"> | ||
<meta name="keywords" content="sso,idm,openid connect,saml,kerberos,ldap"> | ||
<link href="https://www.keycloak.org/resources/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet"> | ||
<link href="https://www.keycloak.org/resources/@fortawesome/fontawesome-free/css/all.min.css" rel="stylesheet"> | ||
<link href="https://www.keycloak.org/resources/css/keycloak.css" rel="stylesheet"> | ||
<link rel="canonical" href="https://www.keycloak.org/2024/10/keycloak-client-2602-released"> | ||
<link rel="shortcut icon" href="https://www.keycloak.org/resources/favicon.ico"> | ||
<script src="https://www.keycloak.org/resources/bootstrap/dist/js/bootstrap.min.js" type="text/javascript"></script> | ||
<script src="https://www.keycloak.org/resources/tocbot/dist/tocbot.min.js" type="text/javascript"></script> | ||
<link rel="alternate" type="application/rss+xml" title="Keycloak's Blog" href="https://www.keycloak.org/rss.xml"></head> | ||
<body> | ||
|
||
<header class="navbar navbar-expand-md bg-light shadow-sm"> | ||
<nav class="container-xxl flex-wrap flex-md-no-wrap navbar-light"> | ||
<a class="navbar-brand me-3 me-md-4 me-lg-5" href="https://www.keycloak.org/"> | ||
<img class="img-fluid" src="https://www.keycloak.org/resources/images/logo.svg" width="240" alt="Keycloak"/> | ||
</a> | ||
<a class="nav-link d-none d-sm-block d-md-none d-lg-block" href="https://github.com/keycloak/keycloak"><img src="https://img.shields.io/github/stars/keycloak/keycloak?label=GitHub%20Stars" style="height: 25px" alt="GitHub stars"/></a> | ||
<a class="nav-link d-block d-sm-none d-md-block d-lg-none" href="https://github.com/keycloak/keycloak"><img src="https://img.shields.io/github/stars/keycloak/keycloak?label=" style="height: 25px" alt="GitHub stars"/></a> | ||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation"> | ||
<span class="fa fa-bars fa-lg px-1 py-2"></span> | ||
</button> | ||
<div class="collapse navbar-collapse" id="navbarCollapse"> | ||
<ul class="navbar-nav flex-row flex-wrap bd-navbar-nav pt-2 py-md-0"> | ||
<li class="nav-item col-6 col-md-auto"> | ||
<a class="nav-link " href="https://www.keycloak.org/guides">Guides</a> | ||
</li> | ||
<li class="nav-item col-6 col-md-auto"> | ||
<a class="nav-link " href="https://www.keycloak.org/documentation">Docs</a> | ||
</li> | ||
<li class="nav-item col-6 col-md-auto"> | ||
<a class="nav-link " href="https://www.keycloak.org/downloads">Downloads</a> | ||
</li> | ||
<li class="nav-item col-6 col-md-auto"> | ||
<a class="nav-link " href="https://www.keycloak.org/community">Community</a> | ||
</li> | ||
<li class="nav-item col-6 col-md-auto"> | ||
<a class="nav-link " href="https://www.keycloak.org/blog">Blog</a> | ||
</li> | ||
</ul> | ||
</div> | ||
</nav> | ||
</header> | ||
|
||
|
||
<div class="container mt-5 kc-article"> | ||
<h1>Keycloak Client Libraries 26.0.2 released</h1> | ||
<p class="blog-date text-muted">October 31 2024</p> | ||
|
||
|
||
|
||
|
||
|
||
<h2>Upgrading</h2> | ||
<p>Before upgrading refer to <a href="https://www.keycloak.org/securing-apps/upgrading">the migration guide</a> for a complete list of changes.</p> | ||
|
||
<h2>All resolved issues</h2> | ||
|
||
|
||
|
||
<h3>Enhancements</h3> | ||
<ul> | ||
<li><a href="https://github.com/keycloak/keycloak-client/issues/92">#92</a> Setup CI during nightly build <span class="badge bg-secondary">client</span></li> | ||
<li><a href="https://github.com/keycloak/keycloak-client/issues/99">#99</a> Sync with keycloak server 26.0.4 <span class="badge bg-secondary">client</span></li> | ||
</ul> | ||
|
||
<h3>Bugs</h3> | ||
<ul> | ||
<li><a href="https://github.com/keycloak/keycloak-client/issues/94">#94</a> Tests failing with latest Keycloak server nightly <span class="badge bg-secondary">client</span></li> | ||
</ul> | ||
|
||
</div> | ||
|
||
|
||
<div class="container mt-5"> | ||
<footer class="py-3 my-4 border-top"> | ||
<p class="text-center text-muted">Keycloak is a Cloud Native Computing Foundation incubation project</p> | ||
<div class="text-center"> | ||
<img alt="Cloud Native Computing Foundation" src="https://www.keycloak.org/resources/images/cncf_logo.png"/> | ||
</div> | ||
<p class="mt-4 text-center small text-muted">© Keycloak Authors 2024. © 2024 The Linux Foundation. All rights reserved. The Linux Foundation has registered trademarks and uses trademarks. For a list of trademarks of The Linux Foundation, please see our <a href="https://www.linuxfoundation.org/trademark-usage">Trademark Usage page</a>.</p> | ||
</footer> | ||
</div> | ||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,102 @@ | ||
|
||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-0J2P9316N6"></script> | ||
<script> | ||
window.dataLayer = window.dataLayer || []; | ||
function gtag(){dataLayer.push(arguments);} | ||
gtag('js', new Date()); | ||
gtag('config', 'G-0J2P9316N6'); | ||
</script> | ||
<meta charset="utf-8"/> | ||
<title>Keycloak Client Libraries 26.0.3 released - Keycloak</title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta name="description" content="Keycloak is an open source identity and access management solution"> | ||
<meta name="author" content="Keycloak Team"> | ||
<meta name="keywords" content="sso,idm,openid connect,saml,kerberos,ldap"> | ||
<link href="https://www.keycloak.org/resources/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet"> | ||
<link href="https://www.keycloak.org/resources/@fortawesome/fontawesome-free/css/all.min.css" rel="stylesheet"> | ||
<link href="https://www.keycloak.org/resources/css/keycloak.css" rel="stylesheet"> | ||
<link rel="canonical" href="https://www.keycloak.org/2024/11/keycloak-client-2603-released"> | ||
<link rel="shortcut icon" href="https://www.keycloak.org/resources/favicon.ico"> | ||
<script src="https://www.keycloak.org/resources/bootstrap/dist/js/bootstrap.min.js" type="text/javascript"></script> | ||
<script src="https://www.keycloak.org/resources/tocbot/dist/tocbot.min.js" type="text/javascript"></script> | ||
<link rel="alternate" type="application/rss+xml" title="Keycloak's Blog" href="https://www.keycloak.org/rss.xml"></head> | ||
<body> | ||
|
||
<header class="navbar navbar-expand-md bg-light shadow-sm"> | ||
<nav class="container-xxl flex-wrap flex-md-no-wrap navbar-light"> | ||
<a class="navbar-brand me-3 me-md-4 me-lg-5" href="https://www.keycloak.org/"> | ||
<img class="img-fluid" src="https://www.keycloak.org/resources/images/logo.svg" width="240" alt="Keycloak"/> | ||
</a> | ||
<a class="nav-link d-none d-sm-block d-md-none d-lg-block" href="https://github.com/keycloak/keycloak"><img src="https://img.shields.io/github/stars/keycloak/keycloak?label=GitHub%20Stars" style="height: 25px" alt="GitHub stars"/></a> | ||
<a class="nav-link d-block d-sm-none d-md-block d-lg-none" href="https://github.com/keycloak/keycloak"><img src="https://img.shields.io/github/stars/keycloak/keycloak?label=" style="height: 25px" alt="GitHub stars"/></a> | ||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation"> | ||
<span class="fa fa-bars fa-lg px-1 py-2"></span> | ||
</button> | ||
<div class="collapse navbar-collapse" id="navbarCollapse"> | ||
<ul class="navbar-nav flex-row flex-wrap bd-navbar-nav pt-2 py-md-0"> | ||
<li class="nav-item col-6 col-md-auto"> | ||
<a class="nav-link " href="https://www.keycloak.org/guides">Guides</a> | ||
</li> | ||
<li class="nav-item col-6 col-md-auto"> | ||
<a class="nav-link " href="https://www.keycloak.org/documentation">Docs</a> | ||
</li> | ||
<li class="nav-item col-6 col-md-auto"> | ||
<a class="nav-link " href="https://www.keycloak.org/downloads">Downloads</a> | ||
</li> | ||
<li class="nav-item col-6 col-md-auto"> | ||
<a class="nav-link " href="https://www.keycloak.org/community">Community</a> | ||
</li> | ||
<li class="nav-item col-6 col-md-auto"> | ||
<a class="nav-link " href="https://www.keycloak.org/blog">Blog</a> | ||
</li> | ||
</ul> | ||
</div> | ||
</nav> | ||
</header> | ||
|
||
|
||
<div class="container mt-5 kc-article"> | ||
<h1>Keycloak Client Libraries 26.0.3 released</h1> | ||
<p class="blog-date text-muted">November 19 2024</p> | ||
|
||
|
||
|
||
|
||
|
||
<h2>Upgrading</h2> | ||
<p>Before upgrading refer to <a href="https://www.keycloak.org/securing-apps/upgrading">the migration guide</a> for a complete list of changes.</p> | ||
|
||
<h2>All resolved issues</h2> | ||
|
||
|
||
|
||
<h3>Enhancements</h3> | ||
<ul> | ||
<li><a href="https://github.com/keycloak/keycloak-client/issues/90">#90</a> Update MD files <span class="badge bg-secondary">client</span></li> | ||
<li><a href="https://github.com/keycloak/keycloak-client/issues/93">#93</a> Move upgrading guide for keycloak-client libraries to the client documentation <span class="badge bg-secondary">client</span></li> | ||
<li><a href="https://github.com/keycloak/keycloak-client/issues/101">#101</a> Setup GH action (or script), which will send PR for automatically sync with keycloak server <span class="badge bg-secondary">client</span></li> | ||
</ul> | ||
|
||
<h3>Bugs</h3> | ||
<ul> | ||
<li><a href="https://github.com/keycloak/keycloak-client/issues/105">#105</a> Unnecessary `httpclient` dependency in `keycloak-client-common-synced` module <span class="badge bg-secondary">client</span></li> | ||
</ul> | ||
|
||
</div> | ||
|
||
|
||
<div class="container mt-5"> | ||
<footer class="py-3 my-4 border-top"> | ||
<p class="text-center text-muted">Keycloak is a Cloud Native Computing Foundation incubation project</p> | ||
<div class="text-center"> | ||
<img alt="Cloud Native Computing Foundation" src="https://www.keycloak.org/resources/images/cncf_logo.png"/> | ||
</div> | ||
<p class="mt-4 text-center small text-muted">© Keycloak Authors 2024. © 2024 The Linux Foundation. All rights reserved. The Linux Foundation has registered trademarks and uses trademarks. For a list of trademarks of The Linux Foundation, please see our <a href="https://www.linuxfoundation.org/trademark-usage">Trademark Usage page</a>.</p> | ||
</footer> | ||
</div> | ||
|
||
</body> | ||
</html> |
Oops, something went wrong.