Skip to content

Releases: ExpressApp/asyncbox-framework

0.5.0 (3.11.2021)

03 Nov 10:28
f58c60d
Compare
Choose a tag to compare

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 method make_session().

0.4.2 (22.10.2021)

22 Oct 11:13
a438351
Compare
Choose a tag to compare

Added

  • Unit tests for plugins

0.4.1 (19.10.2021)

19 Oct 13:59
28f3bc4
Compare
Choose a tag to compare

Changed

  • Dependency packages update

0.4.0 (19.10.2021)

19 Oct 07:12
1f970f7
Compare
Choose a tag to compare

Changed

  • Project renamed to asyncbox-framework and moved to github
  • TortoiseORM plugin replaced with SQLAlchemy.