release: v0.14.0 - #108
Merged
Merged
release: v0.14.0#108
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #108 +/- ##
=======================================
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
left a comment
Member
There was a problem hiding this comment.
Also, add a warning for something like "OAuth configs relying on username_type alone now reject all logins, one of the tokens must supply localpart_path or fq_uid_path"
jason-famedly
force-pushed
the
release/v0.14.0
branch
from
September 16, 2026 15:25
fb01ffc to
3f1712d
Compare
itsoyou
previously approved these changes
Sep 17, 2026
jason-famedly
force-pushed
the
release/v0.14.0
branch
from
September 17, 2026 10:05
3f1712d to
6e4a215
Compare
FrenchGithubUser
approved these changes
Sep 17, 2026
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.0] - 2026-09-16
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. The bug where no User ID parts of any claims from OAuth allowed
login has been fixed.
If you have multiple
jwt_*orenc_jwt_*declared in the same subsection this is now an error. Order of priority is:(1) raw config declaration, (2) jwt|enc_jwt file, (and for
enc_jwtonly, 3) the enc_jwt endpointNote: 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