Skip to content

Releases: dymmond/lilya

Version 0.2.2

08 Mar 11:35
675b9f9
Compare
Choose a tag to compare

Added

  • New lazy loading settings system making it more unique and dynamic.

Version 0.2.1

08 Mar 10:06
86cb50c
Compare
Choose a tag to compare

Changed

  • Update internal dymmond-settings minimum requirement.

Version 0.2.0

07 Mar 18:36
33a25f7
Compare
Choose a tag to compare

Added

  • Support for len in Secret datastructure.

Changed

  • The way the signature is evaluated in the Path and WebSocketPath
  • Internal code refactoring for signature and include.

BREAKING CHANGE

  • SETTINGS_MODULE was renamed to LILYA_SETTINGS_MODULE.

Fixed

  • namespace validation for Include.
  • Internal form parser was duplicating the values.

Version 0.1.2

05 Mar 16:52
003cd4b
Compare
Choose a tag to compare

Fixed

  • Transformer to allow to be hashable from the dataclasses.

Version 0.1.1

04 Mar 21:55
667ed62
Compare
Choose a tag to compare

Fixed

  • Context scope for app not being properly called from the request.

Version 0.1.0

04 Mar 16:17
c035c92
Compare
Choose a tag to compare

Initial release of Lilya.

  • A lightweight ASGI toolkit.
  • Support for HTTP/WebSocket.
  • Tasks (in ASGI known as background tasks).
  • Lifespan events (on_startup/on_shutdown and lifespan).
  • Native permission system.
  • Middlewares (Compressor, CSRF, Session, CORS...).
  • A native and optional client.
  • Directive management control system for any custom scripts to run inside the application.
  • Dynamic routing system with the help of the native Include and minimum boilerplate.
  • Native settings system. No more bloated instances.