Skip to content

v1.4.1 Hotfix

Choose a tag to compare

@CodeShellDev CodeShellDev released this 02 Nov 13:52
· 9 commits to main since this release
8b276c6

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/about from 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

Full Changelog: v1.4.0...v1.4.1

CodeShell out 👋