Releases: manatlan/htagweb
v0.14.0
v0.13.0
minor changes
- better logging (for hrserver/orchestrator, spawned process & hrclient)
- better publish interaction (will wait only if it reach to publish)
- timeout (from 20s to 2m) when hrclient wait for a response of hrserver
- tag.exit() really kill its process now ;-)
Full Changelog: v0.12.0...v0.13.0
v0.12.0
now, session is saved automatically after the interaction (so tag.state too)
Full Changelog: v0.11.1...v0.12.0
v0.11.1
fix on previous
Full Changelog: v0.11.0...v0.11.1
v0.11.0
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 useapp.handle(..)
. Just a renaming ;-) - with
app.handle(..)
you can override default behaviour (setted in AppServer constructor) by passing parametersparano
and/orhttp_only
, to change behaviour for a served/handled htag app (really useful !)
Full Changelog: v0.10.3...v0.11.0
v0.10.3
fix on previous
try a new way to start uvicorn process (lifespan), using redys.v2.loop
Full Changelog: v0.10.2...v0.10.3
v0.10.2
fix on previous
add :
- the
.serve(request, obj)
->.serve(request, obj, force=False)
: can force recreation of the instance (like in the past) - a "rerender" re-redenders now with a fresh session
Full Changelog: v0.10.1...v0.10.2
v0.10.1
Fix on previous versions :
- better wait for hrserver before starting the app
- sessions factory are now real python dicts ;-)
Full Changelog: v0.10.0...v0.10.1
v0.10.0
AppServer use redys(v2) now. And provide all features, while running like classic htag runners (tag instance are preserved in a process).
The previous mechanism is abandonned, but will remain in SimpleServer (for web dev test ?!). So htagweb will work like in the past. But a lot better, with all features !
The old one, which was amputed, is renamed as SimpleServer. And HtagServer use SimpleServer, for now.
What's Changed
Full Changelog: v0.9.3...v0.10.0
v0.9.3
minor release
need htag >=0.41
and new methods in session file&memory (contains, len, delitem, ...)
Full Changelog: v0.9.2...v0.9.3