- [webhook] faster field-to-handler matching - [message-status] make `.pricing_model` optional
1.5.2
- [callback] better typing for `callback_data` and `factory`
1.5.1
- [build] Fix package imports
1.5.0
- [callback] allowing to override separators in `CallbackData` subclasses - [tests] starting to adding tests - [message] reaction messages are also replays (.is_reply) - [api] bump api version to 18.0 - [template] new update type - `TemplateStatus`; remove deprecated headers - [build] move to `pyproject.toml` - [docs] tips and improvements
1.4.1
- [reaction] Fix ReactionFilter and TextFilter by yehuda-lev in 12
1.4.0
- [callback] allowing to provide `factory` to construct callback data (`Button` and `Selection`) into custom object. - [callback] adding type-safe `CallbackData` interface in order to send and receive typed callback data. - [webhook] add protocols for supported web frameworks.