Skip to content

Releases: ExpressApp/bot-template

0.16.1 (Aug 16, 2021)

16 Aug 14:43
Compare
Choose a tag to compare

Fixed

  • Roll back wrong dockerfile

0.16.0 (Aug 16, 2021)

16 Aug 14:15
Compare
Choose a tag to compare

Rename CI/CD jobs deploy.test and deploy.prod to deploy.botstest and deploy.botsprod

0.15.9 (Aug 12, 2021)

12 Aug 08:05
b40f0fe
Compare
Choose a tag to compare

Changed

  • Now dockerfile uses venv to instal dependencies, run app

0.15.8 (Aug 09, 2021)

09 Aug 14:14
Compare
Choose a tag to compare

Fixed

  • Fix an error in a migration test.

Changed

  • Replace variable bot_name with bot_project_name.
  • Add APP_ENV to example.env

0.15.7 (Aug 02, 2021)

02 Aug 17:49
f7e1749
Compare
Choose a tag to compare

Removed

  • Remove external cts user message. This dependency is no longer required
    as user access to the bot is now controlled in the cts admin panel.

0.15.6 (Jul 30, 2021)

30 Jul 14:26
a5d0b59
Compare
Choose a tag to compare

0.15.6 (Jul 30, 2021)

Fixed

  • Remove unused linters rules.

0.15.5 (Jul 28, 2021)

29 Jul 14:35
a239041
Compare
Choose a tag to compare

Added

  • Add AsyncBox tutorial to async-box.md

0.15.4 (Jul 23, 2021)

23 Jul 14:30
769575e
Compare
Choose a tag to compare

Fixed

  • Now tests use TestAppSettings instead of environment variables.

0.15.3 (Jul 22, 2021)

22 Jul 15:13
d671ba1
Compare
Choose a tag to compare

Fixed

  • Bug with migrations fixture in tests

Removed

  • databases package removed from dependencies

0.15.2 (Jul 20, 2021)

20 Jul 13:54
b4e25c3
Compare
Choose a tag to compare

Added

  • SQLAlchemy support and example model