Skip to content

Version 3.6.6

Choose a tag to compare

@tarsil tarsil released this 16 Feb 00:04
· 183 commits to main since this release
40bb043

Added

  • Esmerald, Include, Host, Gateway, HTTPHandler and Router now support before_request and after_request
    life cycles. This can be particularly useful to those who want to perform actions before and after
    a request is performed. E.g.: Telemetry.
  • Missing before and after request in the handler helpers.
  • BaseController alias for the View. This serves a preparation for the internal renaming.

Fixed

  • Internal permission checking for Lilya and Esmerald was not extended to View base of Controllers.
  • Inheritance extending previous permissions on Controllers.