Skip to content

Releases: manatlan/htagweb

v0.42.3: Update runners.py

07 Nov 12:20
a816d9a
Compare
Choose a tag to compare

the "interaction path" is now "/" (revert previous change)
(need to find a clever mechanism)

v0.42.2

07 Nov 10:04
2f49691
Compare
Choose a tag to compare

"interaction path" is now computed from the real page.

Full Changelog: v0.42.1...v0.42.2

v0.42.1

14 Oct 10:55
Compare
Choose a tag to compare

just a little fix : WebServerSession "samesite=none ; secure" together when http forwarded from ssl server
more robust !

v0.42.0

14 Oct 10:32
Compare
Choose a tag to compare

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

12 Oct 13:56
Compare
Choose a tag to compare

Fix the serverredys.stop() (TypeError: stop() missing 1 required positional argument: 's')

v0.32.0

09 Jun 09:57
Compare
Choose a tag to compare

add redys instance if available ;-)

v0.31.0

08 Jun 13:39
Compare
Choose a tag to compare

a lot of little fixes

v0.30.5

08 Jun 13:16
Compare
Choose a tag to compare

shorter json comm response over fifo

v0.30.4

08 Jun 12:55
Compare
Choose a tag to compare

fix lifespan & fifo json decode error

v0.30.3

05 Jun 06:17
Compare
Choose a tag to compare

fix Happ.cdate