Skip to content

Tags: posthook/posthook-python

Tags

v1.2.0

Toggle v1.2.0's commit message
Add WebSocket listener support (v1.2.0)

- Add listen() and stream() APIs for real-time hook delivery via WebSocket
- Add Result type (ack/accept/nack) shared across HTTP and WebSocket handlers
- Add ASGI/WSGI handler wrappers with Result dispatch
- Add auto-reconnection, heartbeat monitoring, bounded concurrency
- Add certifi-backed SSL context for websockets library compatibility
- Add websockets dependency (>=12.0)
- Add keywords to pyproject.toml

v1.1.0

Toggle v1.1.0's commit message
Release v1.1.0 — async hooks callbacks

v1.0.0

Toggle v1.0.0's commit message
Rename PyPI package to posthook-python