Skip to content

v0.11.0

Compare
Choose a tag to compare
@manatlan manatlan released this 04 Oct 18:22
· 98 commits to master since this release

News :

  • AppServer parameter httponly renamed to http_only (sesprovider -> session_factory too)
  • lifespan is better (wait & kill)
  • the old app.serve(..) method is deprecated (will be removed when htag's runner will remove them too ;-)). You should start to use app.handle(..). Just a renaming ;-)
  • with app.handle(..) you can override default behaviour (setted in AppServer constructor) by passing parameters parano and/or http_only, to change behaviour for a served/handled htag app (really useful !)

Full Changelog: v0.10.3...v0.11.0