v4.0.1
tinyauthapp/tinyauthv4.0.1Oct 15, 2025by steveiliop56
AI Summary
A patch release fixing issues introduced in v4.0.0, including a security fix regarding label discovery.
Key Highlights
- Security fix for label discovery
- Improved error handling and logging
- Move docker connection check to start-up
Full Release Notes
# Tinyauth v4.0.1 Hey everyone, this is a simple patch release to fix some issues that occurred with v4. > [!WARNING] > This release contains a security fix regarding label discovery, please update as soon as possible. ## Improvements - Move docker connection check to start-up so as label discovery can fail in case of a socket proxy crash - Use GIN recovery module to translate panics to 500 errors - Sort OAuth providers based on name length - Allow root cookie domain redirects - Use more verbose logging for the `trace` log level ## Fixes - Ensure data directory exists on docker images - Remove trailing spaces before checking OAuth username and name - Do not use container name for label discovery ## Technical - Use docker meta flavors for images - Bump dependencies Please let me know of any issues so as I can fix them as soon as possible.