Skip to content

Commit

Permalink
release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
robotdan committed Jun 20, 2023
1 parent 277fa95 commit b64b9a6
Showing 1 changed file with 98 additions and 0 deletions.
98 changes: 98 additions & 0 deletions site/docs/v1/tech/release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,104 @@ For next release

[role=release-note]

== Version 1.46.0
_June 19th, 2023_

In progress.

Feel free to dig around in the https://github.com/FusionAuth/fusionauth-issues/milestone/134[GitHub milestone] for details until release notes are available.

////
=== Known Issues
=== Security
=== Changed
=== Fixed
* Always send email verification on user email change when configured for user self-service
** Resolves https://github.com/FusionAuth/fusionauth-issues/issues/2210[GitHub Issue #2210]
=== Enhancements
=== New
=== Internal
* Upgrade Apache FreeMarker from `2.3.30` to `2.3.32`.
** Resolves https://github.com/FusionAuth/fusionauth-issues/issues/2214[GitHub Issue #2214]
* Introspect endpoint does not support client authentication according to the spec
** Resolves https://github.com/FusionAuth/fusionauth-issues/issues/1100[GitHub Issue #1100]
* Add support for tokens obtained from the client credentials grant on the introspection endpoint
** Resolves https://github.com/FusionAuth/fusionauth-issues/issues/1434[GitHub Issue #1434]
* Add max TTL to a sliding window Expiration Policy
** Resolves https://github.com/FusionAuth/fusionauth-issues/issues/1729[GitHub Issue #1729]
* source*Id is ignored on PUT requests but still accepted as a valid parameter. Update Validation on All PUT/PATCH with source*Id
** Resolves https://github.com/FusionAuth/fusionauth-issues/issues/2004[GitHub Issue #2004]
* Disallow access to /api/jwt/reconcile if any provider type other than external JWT is used
** Resolves https://github.com/FusionAuth/fusionauth-issues/issues/2074[GitHub Issue #2074]
* Enabling the Idp-Init toggle on a SAMLv2 IDP hides the base ACS url in the view window
** Resolves https://github.com/FusionAuth/fusionauth-issues/issues/2146[GitHub Issue #2146]
* Application variable not available on MFA email template
** Resolves https://github.com/FusionAuth/fusionauth-issues/issues/2149[GitHub Issue #2149]
* POST /api/group/member fails when adding user to multiple groups
** Resolves https://github.com/FusionAuth/fusionauth-issues/issues/2197[GitHub Issue #2197]
* Allow Device Grant to be completed out of band
** Resolves https://github.com/FusionAuth/fusionauth-issues/issues/2218[GitHub Issue #2218]
* Captcha configuration on advanced forms
** Resolves https://github.com/FusionAuth/fusionauth-issues/issues/2221[GitHub Issue #2221]
* Wildcard for authorized origin URLs gives invalid origin error
** Resolves https://github.com/FusionAuth/fusionauth-issues/issues/2227[GitHub Issue #2227]
* Add additional validation to the device grant
** Resolves https://github.com/FusionAuth/fusionauth-issues/issues/2228[GitHub Issue #2228]
* User/Registration create complete events fired too early during IdP Login
** Resolves https://github.com/FusionAuth/fusionauth-issues/issues/2233[GitHub Issue #2233]
* Better validation on self-service edit form
** Resolves https://github.com/FusionAuth/fusionauth-issues/issues/2234[GitHub Issue #2234]
* invisible reCaptcha v2 w/ CAPTCHA fallback
** Resolves https://github.com/FusionAuth/fusionauth-issues/issues/2237[GitHub Issue #2237]
* Nested user data not persisted in advanced registration form
** Resolves https://github.com/FusionAuth/fusionauth-issues/issues/2239[GitHub Issue #2239]
* Add index entity_user_grants to increase SELECT performance
** Resolves https://github.com/FusionAuth/fusionauth-issues/issues/2245[GitHub Issue #2245]
* OpenAPI spec missing some endpoints
** Resolves https://github.com/FusionAuth/fusionauth-issues/issues/2247[GitHub Issue #2247]
* wrong port in redirect_uri / fusionauth 1.37+
** Resolves https://github.com/FusionAuth/fusionauth-issues/issues/2250[GitHub Issue #2250]
* FusionAuth internal webhook receives a 401 error on multi-node clusters
** Resolves https://github.com/FusionAuth/fusionauth-issues/issues/2257[GitHub Issue #2257]
* When implicit email verification is enabled, completing 2FA may result in an event even when the user is already verified
** Resolves https://github.com/FusionAuth/fusionauth-issues/issues/2258[GitHub Issue #2258]
* OIDC discovery well known endpoint has the tenant id suffix
** Resolves https://github.com/FusionAuth/fusionauth-issues/issues/2259[GitHub Issue #2259]
* Updating an IdP using PATCH or PUT with a 6k applications or greater may fail
** Resolves https://github.com/FusionAuth/fusionauth-issues/issues/2262[GitHub Issue #2262]
* Java Client JWT Validate returns incorrect exp/iat time
** Resolves https://github.com/FusionAuth/fusionauth-issues/issues/2275[GitHub Issue #2275]
* `user.reactivate` Webhook is not Transactional
** Resolves https://github.com/FusionAuth/fusionauth-issues/issues/2281[GitHub Issue #2281]
* Allow Saved Request to Replay after External Redirect
** Resolves https://github.com/FusionAuth/fusionauth-issues/issues/2282[GitHub Issue #2282]
* JVM -Xmx, -Xms, and additional java args not being set by start script
** Resolves https://github.com/FusionAuth/fusionauth-issues/issues/2284[GitHub Issue #2284]
* Send setup password email sent even if webhook fails the transaction
** Resolves https://github.com/FusionAuth/fusionauth-issues/issues/2287[GitHub Issue #2287]
* A failed webhook may not fail login correctly when using an OTP from the change password workflow
** Resolves https://github.com/FusionAuth/fusionauth-issues/issues/2288[GitHub Issue #2288]
* Fix JS bug when enabling MFA during login
** Resolves https://github.com/FusionAuth/fusionauth-issues/issues/2296[GitHub Issue #2296]
* Update prime-mvc
** Resolves https://github.com/FusionAuth/fusionauth-issues/issues/2299[GitHub Issue #2299]
* Allow unauthenticated access to metrics and status endpoints from localhost
** Resolves https://github.com/FusionAuth/fusionauth-issues/issues/2310[GitHub Issue #2310]
* Fix logout redirect URL when clicking logout during a device grant to logout current user
** Resolves https://github.com/FusionAuth/fusionauth-issues/issues/2331[GitHub Issue #2331]
////

[role=release-note]

== Version 1.45.3
_May 31st, 2023_

Expand Down

0 comments on commit b64b9a6

Please sign in to comment.