Skip to content

Version 3.6.8

Choose a tag to compare

@tarsil tarsil released this 23 Mar 13:09
· 176 commits to main since this release
6eba288

Added

  • Esmerald now allows the import of Lilya EnvironLoader directly using it directly via:

    from esmerald.utils.environments import EnvironmentLoader
  • Factory now accepts kwargs parameters.

  • You can now declare dependencies without using explicitly the Inject().

Changed

  • Event lifecycle fully delegated to Lilya internals removing duplication.
  • Cleanup internals for the path and delegate to Lilya.
  • Background tasks pointing 100% to Lilya.
  • Moved concurrecy to esmerald.utils.concurrency.
  • Moved esmerald.enums to esmerald.utils.enums.
  • Refactored parse_form_data from esmerald.parsers into a cleaner version.

Fixed

  • Documentation pointing to the state of the CI.

Removed

  • Official support for Mako template engine as previously announced.