Skip to content

Release v2.7.1

Compare
Choose a tag to compare
@System-Glitch System-Glitch released this 12 Mar 09:13
· 1195 commits to master since this release
73388b3
  • Changed MIME type of js and mjs files to text/javascript. This is in accordance with an IETF draft that treats application/javascript as obsolete.
  • Improved error handling: stacktrace wasn't relevant on unexpected panic since it was retrieved from the route's request handler therefore not including the real source of the panic. Stacktrace retrieval has been moved to the recovery middleware to fix this.