Skip to content

Releases: manatlan/htagweb

v0.14.0

06 Oct 10:21
ec364ed
Compare
Choose a tag to compare

Same as 0.13 ... but needs htag >= 0.51

v0.13.0

05 Oct 16:18
Compare
Choose a tag to compare

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

05 Oct 05:51
2ecd791
Compare
Choose a tag to compare

now, session is saved automatically after the interaction (so tag.state too)

Full Changelog: v0.11.1...v0.12.0

v0.11.1

04 Oct 18:43
Compare
Choose a tag to compare

fix on previous

Full Changelog: v0.11.0...v0.11.1

v0.11.0

04 Oct 18:22
Compare
Choose a tag to compare

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

v0.10.3

03 Oct 16:54
Compare
Choose a tag to compare

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

03 Oct 11:34
Compare
Choose a tag to compare

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

03 Oct 09:53
Compare
Choose a tag to compare

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

03 Oct 06:20
Compare
Choose a tag to compare

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

26 Sep 16:47
Compare
Choose a tag to compare

minor release

need htag >=0.41
and new methods in session file&memory (contains, len, delitem, ...)

Full Changelog: v0.9.2...v0.9.3