🔖 Release / v1.1.1#35
Merged
Merged
Conversation
mix deps.update --all. Notable: plug 1.19.1 → 1.19.2; also erlex, ex_doc, jason, makeup_erlang, telemetry bumped to latest within the existing mix.exs requirements.
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.
Re-release of 1.1.1, now including a dependency refresh that was missing from the first attempt.
The previous 1.1.1 release (#30) and its docs follow-up (#34) were reverted on
mainbecause they shipped without the dependency update. This branch redoes 1.1.1 cleanly on top of the revertedmain.Contents
mix deps.update --all. Notablyplug 1.19.1 → 1.19.2; alsoerlex 0.2.8→0.2.9,ex_doc 0.40.1→0.40.3,jason 1.4.4→1.4.5,makeup_erlang 1.0.3→1.1.0,telemetry 1.4.1→1.4.2. All within the existingmix.exsrequirements (mix.lockonly).@versionto1.1.1and restore the[1.1.1]CHANGELOG section (incl. the compare-link reference).flow:field to theconsume_signin_response/2return shape in the Samly migration guide.Verification
mix compileclean againstplug 1.19.2.mix test— 215 tests, 0 failures.