Skip to content

v0.30.1

Compare
Choose a tag to compare
@manatlan manatlan released this 04 Jun 15:53
· 27 commits to master since this release

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 ;-)