Skip to content

Version 3.6.7

Latest
Compare
Choose a tag to compare
@tarsil tarsil released this 20 Feb 17:12
897b397

Added

  • before_request and after_request WebSocketGateway handler added.
  • before_request and after_request added as default to the settings. This was not required
    as the settings loading system of Esmerald defaults values but this should be added to the settings
    for consistency reasons of the framework.

Changed

  • Reverse order on Gateway after_request.

Fixed

  • override_settings was not taking into account async functions.