Releases: ExpressApp/asyncbox-framework
Releases · ExpressApp/asyncbox-framework
0.5.0 (3.11.2021)
Added
- Setting
DEFAULT_ROUTER
for ability to change BotX API requests handlers logic.
Changed
- Dependencies for asyncbox package are now optional and depends on selected plugins.
- In SQLAlchemy plugin attribute
session
replaced with methodmake_session()
.
0.4.2 (22.10.2021)
Added
- Unit tests for plugins
0.4.1 (19.10.2021)
Changed
- Dependency packages update
0.4.0 (19.10.2021)
Changed
- Project renamed to asyncbox-framework and moved to github
- TortoiseORM plugin replaced with SQLAlchemy.