Skip to content

Releases: ExpressApp/pybotx

0.40.0 (May 6, 2022)

06 May 09:49
0332638
Compare
Choose a tag to compare

Changed

  • Fix editing message with mentions

0.39.2 (May 4, 2022)

04 May 14:17
Compare
Choose a tag to compare

Changed

  • Fix exceptions serialization

0.39.1 (Apr 28, 2022)

28 Apr 14:06
046244d
Compare
Choose a tag to compare

Changed

  • Fix MentionList types

0.39.0 (Apr 27, 2022)

27 Apr 08:48
42c578a
Compare
Choose a tag to compare

Changed

  • Merge Sticker and StickerAttachment models.

0.38.0 (Apr 25, 2022)

25 Apr 15:12
Compare
Choose a tag to compare

Added

  • body and meta arguments to method Bot.send_smartapp_notification.

0.37.0 (Apr 21, 2022)

21 Apr 09:10
16dfd1c
Compare
Choose a tag to compare

Changed

  • link and pack attributes have been renamed to image_link an pack_id.

0.36.0 (Apr 20, 2022)

20 Apr 16:09
36146cd
Compare
Choose a tag to compare

Added

  • sticker field to IncomingMessage.

0.35.2 (Apr 18, 2022)

18 Apr 14:25
5e40c1e
Compare
Choose a tag to compare

Added

  • add huid argument in create_sticker_pack method.

0.35.1 (Apr 15, 2022)

15 Apr 12:57
Compare
Choose a tag to compare

Fixed

  • Log for callback, which wasn't waited

0.35.0 (Apr 14, 2022)

14 Apr 13:29
Compare
Choose a tag to compare

Added

  • async_execute_bot_command returns asyncio.Task object to avoid sleeping in tests.