Skip to content

Releases: manatlan/htagweb

v0.4.1

22 Jul 12:55
Compare
Choose a tag to compare

Just some cosmetics changes on HtagServer.IndexApp ...
it's more beautiful

v0.4.0

22 Jul 08:58
Compare
Choose a tag to compare

htagweb provided WebServer & WebServerWS, which are "robust" web servers for exposing htag's app on the web.

Now, it provides a different beast "HtagServer" (you can run it, by default, in command line python3 -m htagweb). Which will expose the current working directory in a http/ws server. It doesn't work as WebServer & WebServerWS, or classicals htag runners. It's a completly new concept. But it provides all the highends features of web/htag. I'm exploring that ;-)

v0.3.3

18 Jul 06:59
Compare
Choose a tag to compare

minor fix : The Manager tcp server is now a real asyncio task (which seems to change nothing ;-( )

Full Changelog: v0.3.2...v0.3.3

v0.3.2

17 Jul 13:00
5e228fa
Compare
Choose a tag to compare

A minor fix, to avoid to try reloading module, when the module contains the htagweb instance (to avoid to reload server which will not work). So the test.py (minimal example) should work again. But IRL you should use gunicorn/uvicorn (which can't have this kind of trouble)

Full Changelog: v0.3.1...v0.3.2

v0.3.1

16 Jul 16:22
Compare
Choose a tag to compare

the renewal mechanism works now as expected (the module is reloaded on demand)

Full Changelog: v0.3.0...v0.3.1

v0.3.0

14 Jul 07:55
Compare
Choose a tag to compare

Should works better, and quicker. Fully Tested with unittests.

  • the manager is now an async task (no more a process)
  • Process is now by user (was by htag before)
  • Process use Pipes (in place of queue before)
  • graceful shutdown
  • uvloop compatible !
  • works on win+nux, at least
  • seskeeper is gone (session/process die on a inactivity timeout)

Full Changelog: v0.1.0...v0.3.0

v0.1.0

02 Jul 14:53
Compare
Choose a tag to compare

First official release which is usable ... I use it on production server ;-)

Full Changelog: v0.0.3...v0.1.0

v0.0.1

02 Jul 06:43
a94b9ee
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

just a 1st version, not usable