v5.1.1
nats-io/nats-serverv5.1.1Jul 17, 2026by steveiliop56
AI Summary
A small patch release addressing specific issues in OAuth whitelists, label provider initialization, and LDAP user lookups to improve stability and authentication handling.
Key Highlights
- Fixed OAuth whitelist handling in ACLs to abstain when empty
- Prevented app failure during label provider initialization
- Fixed LDAP user lookup in basic-auth
Full Release Notes
# Tinyauth v5.1.1 Small patch fix release, contains fixes for #1011 and #1009. ## Fixes - Abstain when OAuth whitelist is empty in ACLs @wwhsaber - Don't fail app on label provider initialization failure - Fix LDAP user lookup in basic-auth @tsushanth ## New Contributors - @wwhsaber made their first contribution in https://github.com/tinyauthapp/tinyauth/pull/1010 - @tsushanth made their first contribution in https://github.com/tinyauthapp/tinyauth/pull/1015 **Full Changelog**: https://github.com/tinyauthapp/tinyauth/compare/v5.1.0...v5.1.1