Hey ho 📣
Back at it again with a new small bugfix release!
❗️ Important
Screenshot from https://app.element.io/#/room/!BtzmvyppJQazdpDBWb:matrix.org, taken on the 2026-04-07 at ~14:00 UTC
What's Changed
- fixed issue with complex message templates panicking, because of problems with the AST walker
- fixed issue with auth-require middleware failing because of missing
INSECUREcheck - the hardcoded response headers can now also be overwritten in
http.responseHeaders, before they were always set after the user configuration (=> no way to overwrite) - moved message template config entry, to prevent unintentional disabling of templating features (
body,query,path)
- updated deps (including sqlite)
- removed easter 🐰 greeting
🚨 Breaking Changes
settings.message.templating.messageTemplatehas once again been moved, please usesettings.message.messageTemplateinstead (why?, because when usingtemplating.messageTemplateyou unintentionally overwritetemplatingwhich means thatbody,queryand the other templating settings may be disabled due to the overwrite)
📖 Documentation
- applied changes according to new changes
- fixed typos and broken links
- fixed errors in message templates (for example in Gitea)
- added CORS to features list and to README
contentssection
PRs
- Bump modernc.org/sqlite from 1.48.0 to 1.48.1 by @dependabot[bot] in #310
Full Changelog: v1.6.1...v1.6.2
CS🐢 out 👋