release: v0.14.1 - #109
Merged
Merged
release: v0.14.1#109
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #109 +/- ##
=======================================
Coverage 85.95% 85.95%
=======================================
Files 13 13
Lines 954 954
Branches 174 174
=======================================
Hits 820 820
Misses 82 82
Partials 52 52
Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
FrenchGithubUser
approved these changes
Sep 18, 2026
This branch was successfully deployed
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.
[0.14.1] - 2026-09-18
This release is to fix a problem in the Publish CI workflow. There is no functional difference compared to the prior
release, v0.14.0. The changelog from that release is copied below
[0.14.0] - 2026-09-17
General Notes
Major refactoring work has gone into this release. Please test before using in a production environment.
Any configuration that included
user_id_pathin either subsection of theOAuthsettings can now remove it as it wasnever used, is no longer supported and will be ignored. A potential bug where
OAuthrelated claims that did notcontain relevant data for verifying a User ID would sometimes allow login when
username_typewas declared has beenfixed.
OAuthconfigs relying only onusername_typealone now reject all logins, one of the claims must supplylocalpart_pathorfq_uid_path.If you have multiple
jwk_*orenc_jwk*declared in the same subsection this is now an error.An experimental setting has been added that can allow for a list of fully qualified MXID values to be compared against
in an
OAuthrelated claim. Look foralternative_fq_uids_pathin the README.md file. This is not recommended forgeneral use at this time.
Note: The prior behavior of ignoring unknown configuration changes will change in the future. Check your configuration
for options that do not actually exist in advance.
Miscellaneous Tasks
displayname(#92) (Soyoung Kim)uvas the dependencies installer (#90) (FrenchGithubUser)Features
user_id_path(#105) (Soyoung Kim)Bugfixes