🔖 Release / v1.1.1#30
Open
docJerem wants to merge 1 commit into
Open
Conversation
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Patch release bundling the three commits merged since
v1.1.0(2026-05-06).Fixed
:access_denied—validate_authresp/4now returns{:ok, flow, nonce}andconsume_signin_response/2exposes aflow:field in its success map (🐛 Fix / IdP-initiated flow never completes — validate_authresp returns bare :ok #27, closes 🐛 IdP-initiated success branch in SPHandler.validate_authresp returns:ok— caller expects{:ok, nonce}→ unreachable #24)ExSaml.SPHandler.send_saml_response/3no longer crashes onniltarget URL in the SAML error path — renders an HTML 403 instead of attempting a redirect (🐛 Fix / Prevent nil target URL crashing redirect in SAML error path #26)Changed
consume_signin_response/2success map gains an additiveflow:field (:sp_initiatedor:idp_initiated) (🐛 Fix / IdP-initiated flow never completes — validate_authresp returns bare :ok #27):idp_first_flow_not_allowed→:idp_initiated_not_allowedfor alignment with standard SAML terminology. Unobservable in practice — the IdP-initiated flow itself was broken before 🐛 Fix / IdP-initiated flow never completes — validate_authresp returns bare :ok #27 (🐛 Fix / IdP-initiated flow never completes — validate_authresp returns bare :ok #27)stale_time/1rewritten in idiomatic Elixir, drops two dialyzer suppressions, adds dedicated unit tests (♻️ Refactor / Rewrite stale_time/1 in idiomatic Elixir (#14) #28, ♻️ Refactor / Clean up upstream esaml code style #14)Test plan
mix testgreenmix dialyzercleanmix credo --strictclean@versioninmix.exsagree on1.1.1v1.1.1onmainandmix hex.publish