Skip to content

Releases: manatlan/htagweb

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

v0.30.2

05 Jun 06:05
Compare
Choose a tag to compare

just add cdate/mdate to manage.HApp to see creation and last modification date of a process/fifo

v0.30.1

04 Jun 15:53
Compare
Choose a tag to compare

Full rewrite from scratch ... the third try ;-)
Seems to work as expected ... to compare with previous pypi release (0.24.0) :

  • python > 3.7 (coz use shared-memory-dict)
  • only POSIX (no more windows support)
  • a lot simpler (use namedpipes in place of redys and multiple loops)
  • really compatible with multiple uvicon workers (fix #4)
  • the tag.update() feature is better handled in this version
  • more unittests
  • own a better/simpler manager (see htagweb.manage)

I use it in production ;-)
But pretty sure, they are still some bugs for now ...

Thanks to IDX, which let me rewrite all from a simple chromebook in neat/(ultra-)decent vscode/nix/docker env. (easier than a real computer!)

Thanks to alwaysdata, which let test all IRL ;-)

v0.24.0

29 Mar 21:08
8038734
Compare
Choose a tag to compare

can handle cross-origin session/cookies(authent) when in an iframe from another origin

Full Changelog: v0.23.0...v0.24.0

v0.23.0

15 Oct 11:59
Compare
Choose a tag to compare

Revert back to v0.21.2, the only addition is :

  • ServerClient.info()

Full Changelog: v0.21.1...v0.23.0

v0.22.1

15 Oct 11:37
Compare
Choose a tag to compare

BAD VERSION : don't use

fix: tag.update

Full Changelog: v0.22.0...v0.22.1