Releases: manatlan/htagweb
Releases · manatlan/htagweb
v0.42.3: Update runners.py
the "interaction path" is now "/" (revert previous change)
(need to find a clever mechanism)
v0.42.2
"interaction path" is now computed from the real page.
Full Changelog: v0.42.1...v0.42.2
v0.42.1
just a little fix : WebServerSession "samesite=none ; secure" together when http forwarded from ssl server
more robust !
v0.42.0
The ssl parameter in Runner (Runner( ... ssl ...)) is not mandated and deprecated !
Now, htagweb runner will automatically detect ssl context or not !
WebServerSession cookie use header "X-Forwarded-Proto" to guess if cookie is set with secure or none
v0.32.1
Fix the serverredys.stop() (TypeError: stop() missing 1 required positional argument: 's')
v0.32.0
add redys instance if available ;-)
v0.30.5
shorter json comm response over fifo
v0.30.4
fix lifespan & fifo json decode error