Htagweb

Latest version: v0.42.3

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

Scan your dependencies

Page 7 of 10

0.11.0

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**: https://github.com/manatlan/htagweb/compare/v0.10.3...v0.11.0

0.10.3

fix on previous

try a new way to start uvicorn process (lifespan), using redys.v2.loop

**Full Changelog**: https://github.com/manatlan/htagweb/compare/v0.10.2...v0.10.3

0.10.2

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**: https://github.com/manatlan/htagweb/compare/v0.10.1...v0.10.2

0.10.1

Fix on previous versions :
- better wait for hrserver before starting the app
- sessions factory are now real python dicts ;-)

**Full Changelog**: https://github.com/manatlan/htagweb/compare/v0.10.0...v0.10.1

0.10.0

**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
* Futur with redys by manatlan in https://github.com/manatlan/htagweb/pull/3


**Full Changelog**: https://github.com/manatlan/htagweb/compare/v0.9.3...v0.10.0

0.9.3

minor release

Page 7 of 10

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.