Skip to content

Commit 1a12efd

Browse files
1.62.1 release notes (FusionAuth#4043)
* 1.62.1 * pr feedback * formatting * Some rewording --------- Co-authored-by: Andy Pai <8798244+andrewpai@users.noreply.github.com>
1 parent 6e11e24 commit 1a12efd

File tree

1 file changed

+32
-0
lines changed
  • astro/src/content/docs/release-notes

1 file changed

+32
-0
lines changed

astro/src/content/docs/release-notes/index.mdx

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,25 @@ import { YouTube } from '@astro-community/astro-embed-youtube';
4747

4848
Looking for release notes older than 1.44.0? Look in the [release notes archive](/docs/release-notes/archive). Looking to be [notified of new releases?](/docs/operate/roadmap/releases#release-notifications) <span class="not-prose no-underline"><a class="ml-2" href="/docs/releases.xml"><i class="fas fa-xs fa-rss text-orange-700 text-2xl" width="50px" /></a></span>
4949

50+
<ReleaseNoteHeading version='1.62.1' releaseDate='December 30, 2025' />
51+
52+
### Fixed
53+
* <Issue issue="3282">
54+
The logout button was not visible on account self-service pages. The button is now displayed with the correct icon.
55+
</Issue>
56+
57+
* <Issue issue="3285">
58+
When using database search mode, user searches could fail due to FreeMarker template errors introduced in the `1.62.0` UI update. User search now works correctly in database search mode.
59+
</Issue>
60+
61+
* <Issue issue="3289">
62+
When a custom theme was missing a template, FusionAuth could fail to render the fallback template from the default theme. In some cases this could prevent a user from completing various workflows. Fallback templates are now rendered correctly.
63+
</Issue>
64+
65+
* <Issue issue="3290">
66+
There was the potential for an error in the setup wizard if the timezone was not set on the machine running the browser. This has been corrected.
67+
</Issue>
68+
5069
<ReleaseNoteHeading version='1.62.0' name="Refined Reindeer" releaseDate='December 18, 2025' />
5170

5271
<DatabaseMigrationWarning />
@@ -144,6 +163,15 @@ Looking for release notes older than 1.44.0? Look in the [release notes archive]
144163
Providing an expired Id Token to the `/oauth2/logout` endpoint using the `id_token_hint` parameter resulted in an OAuth error. The `/oauth2/logout` endpoint once again accepts expired Id Tokens in accordance with the specification.
145164
</Issue>
146165

166+
### Known Issues
167+
* <IssueResolvedVia resolvedIn="1.62.1" viaIssue="3282">
168+
The logout button was not visible on account self-service pages. The button is now displayed with the correct icon.
169+
</IssueResolvedVia>
170+
171+
* <IssueResolvedVia resolvedIn="1.62.1" viaIssue="3285">
172+
When using database search mode, user searches could fail due to FreeMarker template errors introduced in the UI update. User search now works correctly in database search mode.
173+
</IssueResolvedVia>
174+
147175
<ReleaseNoteHeading version='1.61.0' releaseDate='November 13, 2025' name='Flexible Fox' />
148176

149177
<ThemeUpdateWarning version="1.61.0">
@@ -1300,6 +1328,10 @@ Update dependencies.
13001328
* When using an SSO TTL of `0` seconds or a very small number, it is possible that a user may not be able to complete login using the FusionAuth hosted login pages. You may work around the issue by increasing the TTL to something larger than `0`, ideally at least `30` seconds.
13011329
* Resolved in version `1.53.0` via [GitHub Issue #2736](https://github.com/FusionAuth/fusionauth-issues/issues/2736)
13021330

1331+
* <IssueResolvedVia resolvedIn="1.62.1" viaIssue="3290">
1332+
There was the potential for an error in the setup wizard if the timezone was not set on the machine running the browser. This has been corrected.
1333+
</IssueResolvedVia>
1334+
13031335
### Changed
13041336
* The `/oauth2/userinfo` endpoint now requires the `aud` claim to be present on the provided access token, allowing for tighter compliance with the OIDC spec. See the [UserInfo endpoint](/docs/lifecycle/authenticate-users/oauth/endpoints#userinfo) for more detail.
13051337

0 commit comments

Comments
 (0)