**Full Changelog**: https://github.com/StanyslasBouchon/shdp-py/compare/1.1.3...1.1.4
**Added**
- Created a PyPI workflow (Github Actions)
- Typedefs.
- Docstrings.
**Fix**
- Lib `htmlmin` modified by `htmlminf` caused by `cgi` deprecation.
- Added response events to `EVENT_REGISTRY_MSB`, caused by "no response" when adding listener.
- Replacing `\t`, `\n` and `\r` in `c0x0004`, caused by frame bad parsing at client-side.
**Removed**
- `wss.ShdpWsServer` has been replaced by `wss.ShdpWssServer`. Old version still available.
- `wss.ShdpWsClient` has been replaced by `wss.ShdpWssClient`. Old version still available.