Htag

Latest version: v0.113.0

Safety actively analyzes 706267 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 18 of 35

0.9.33

WebHTTP : fix session mechanism (it was totally broken on versions 0.9.30,0.9.31,0.9.32)
(now the session can expire, not a hrsession !)

**Full Changelog**: https://github.com/manatlan/htag/compare/v0.9.32...v0.9.33

0.9.32

Remove the session clearer on the purge, it wasn't a good idea ;-)
But need to find a way to not blowup the memory.

**Full Changelog**: https://github.com/manatlan/htag/compare/v0.9.31...v0.9.32

0.9.31

FIX : session was not available in init/render (at construction time)

**Full Changelog**: https://github.com/manatlan/htag/compare/v0.9.30...v0.9.31

0.9.30

The runner WebHTTP was partially refunded :

- now, it uses its own session middleware **HtagSession**, to manage the (good old 'htuid', renamed "session") cookie
- it handles session (request.session and <htag_instance>.session) into the same way. And sessions are stored serverside (based on a cookie
- "hr sessions" are now, managed by webhttp. And when purged : it clears the real session too.

**Full Changelog**: https://github.com/manatlan/htag/compare/v0.9.22...v0.9.30

0.9.22

FIX DevApp : remove debug param from uvicorn.run()

**Full Changelog**: https://github.com/manatlan/htag/compare/v0.9.21...v0.9.22

0.9.21

**BIG CHANGES** :
`self.call()` doesn't fail silently anymore : it raises an htagexception when the instance is not tied to a parent. So, the `self.call` can't be used, explicitly, in child's constructor (in the "init" of a component : it can't be used ... the only place where it can be used is the init of the main tag (the one runned by the runner) ! BTW, it can be used everywhere else, if the instance is parented !)

It's less ambigues !

**Full Changelog**: https://github.com/manatlan/htag/compare/v0.9.20...v0.9.21

Page 18 of 35

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.