Highlights
- Fix for API Key authentication not working when url path was not api/jsonrpc preventing mcp from working
- Removed transitions to improve rendering performance
What's Changed
c920c63 Merge pull request #3080 from Leantime/dependabot/npm_and_yarn/multi-96c788614a
0605649 Merge pull request #3089 from MeatyFresh/patch-3
35b14e3 Clear out previously defined sections
b24b38b feat/fix: Remove css transitions as they reduce performance on various browsers.
c461c48 feat: Ensure efficient use of database connections
f44ccd8 fix: api authentication not working when request was anything other than /api/jsonrpc
4b643bf build(deps): bump on-headers and compression
0b1ec69 task: update gitignore
Other Changes
- Clear out previously defined sections in web.config to resolve 500 on / by @MeatyFresh in #3089
- build(deps): bump on-headers and compression by @dependabot[bot] in #3080
Full Changelog: v3.5.10...v3.5.11