Skip to content

Releases: ExpressApp/bot-template

0.23.0 (May 26, 2022)

26 May 11:34
73dcad7
Compare
Choose a tag to compare

Changed

  • Uvicorn using factory

Added

  • Add redis repo callback

0.22.3 (May 23, 2022)

23 May 15:33
7e94db9
Compare
Choose a tag to compare

Fixed

  • SQLAlchemy logs print once.

0.22.2 (May 20, 2022)

20 May 13:03
b47237a
Compare
Choose a tag to compare

Added

  • Add UnsupportedBotAPIVersionError exception handling

0.22.1 (May 18, 2022)

18 May 16:38
1dca1a2
Compare
Choose a tag to compare

Changed

  • Remove aioredis

Added

  • Add redis 4.3.1

0.22.0 (May 15, 2022)

17 May 08:56
4f348f6
Compare
Choose a tag to compare

Changed

  • Migrate to aioredis 2.0

0.21.1 (May 16, 2022)

16 May 11:36
d06e8c9
Compare
Choose a tag to compare

Changed

  • Remove test_ prefix from directories

0.21.0 (May 4, 2022)

04 May 14:57
Compare
Choose a tag to compare

Fixed

  • Linters and formatters run on tests directory.

0.20.5 (Apr 27, 2022)

27 Apr 13:50
ef4ea65
Compare
Choose a tag to compare

Changed

  • Change callback_timeout default value to None in AnswerError and AnswerMessageError.

0.20.4 (Apr 21, 2022)

21 Apr 12:09
f32db6e
Compare
Choose a tag to compare

Changed

  • Update black from 22.1.0 to 22.3.0

0.20.3 (Apr 1, 2022)

01 Apr 13:51
Compare
Choose a tag to compare

Added

  • AnswerError and AnswerMessageError exceptions and middleware to handle them.