Skip to content

Releases: ExpressApp/pybotx

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.

0.34.1 (Apr 14, 2022)

14 Apr 11:48
2ba86cf
Compare
Choose a tag to compare

Added

  • Add __all__ mention types.

Changed

  • Entity ID type mention

0.34.0 (Apr 11, 2022)

11 Apr 12:54
b4cf390
Compare
Choose a tag to compare

Changed

  • MentionBuilder class is now used to create mentions instead of Mention.

0.33.0 (Apr 7, 2022)

07 Apr 14:54
Compare
Choose a tag to compare

Added

  • If you forget to call wait_botx_method_callback, you'll see a warning in logs after timeout.

Changed

  • Bot's default_callback_timeout now required.

0.32.2 (Mar 24, 2022)

24 Mar 07:55
88701e0
Compare
Choose a tag to compare

Changed

  • System event validation order to speedup validation