You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: astro/src/content/docs/release-notes/index.mdx
+32Lines changed: 32 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,25 @@ import { YouTube } from '@astro-community/astro-embed-youtube';
47
47
48
48
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) <spanclass="not-prose no-underline"><aclass="ml-2"href="/docs/releases.xml"><iclass="fas fa-xs fa-rss text-orange-700 text-2xl"width="50px" /></a></span>
The logout button was not visible on account self-service pages. The button is now displayed with the correct icon.
55
+
</Issue>
56
+
57
+
* <Issueissue="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
+
* <Issueissue="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
+
* <Issueissue="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.
@@ -144,6 +163,15 @@ Looking for release notes older than 1.44.0? Look in the [release notes archive]
144
163
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.
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.
* 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.
1301
1329
* Resolved in version `1.53.0` via [GitHub Issue #2736](https://github.com/FusionAuth/fusionauth-issues/issues/2736)
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
+
1303
1335
### Changed
1304
1336
* 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.
0 commit comments