Changelog¶
All notable changes to this project will be documented in this file.
Power-events¶
2.0.0 (2026-06-09)¶
Features¶
- add routers
- add event converter
- BREAKING:
- end of support for python <3.11
EventResolverconstructor parameter can only be passed by keyword.
Performance¶
- run routes in parallel
build¶
- deps: bump ruff from 0.15.2 to 0.15.15
- deps: bump mike from 2.1.3 to 2.2.0
- upgrading python version
docs¶
- add event_converter and routers
1.2.0 (2025-11-10)¶
configuration¶
- support python 3.14
1.1.0 (2024-12-12)¶
Refactoring¶
- ValuePath use
get_frominstead ofget
Features¶
- add fallback route
- add exception handling
1.0.0 (2024-11-24)¶
Features¶
- change ValuePath
- raise error when value missing
- allow equals at None
- add resolver
- add conditions