v1.4.1 Hotfix
Hello everyone 📣,
Just a quick hotfix, nothing special…
What‘s Changed
- Added glob-like matching for endpoints. (See Docs).
- Fixed pretty old bug with BasicAuth (token wasn‘t being used for token configs)
- Removed
/v1/aboutfrom blocklist
Breaking Changes
Endpoints are no longer matched by checking if the requested endpoint starts with one of the configured ones,
instead you must use glob-like patterns for more complicated setups. (See Docs)
PRs
- fix: endpoints middleware by @CodeShellDev in #116
- hotfix: added missing return value in endpoints by @CodeShellDev in #118
- fix: set authToken in BasicAuth by @CodeShellDev in #115
- Automated README update by @github-actions[bot] in #119
Full Changelog: v1.4.0...v1.4.1
CodeShell out 👋