Skip to content

Releases: ExpressApp/pybotx

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

0.32.1 (Mar 23, 2022)

23 Mar 18:11
6143382
Compare
Choose a tag to compare

Fixed

  • UnknownSystemEventError attribute name

0.32.0 (Mar 23, 2022)

23 Mar 15:50
Compare
Choose a tag to compare

Changed

  • Package renamed from botx to pybotx to match repo name.

0.31.0 (Mar 23, 2022)

23 Mar 14:31
Compare
Choose a tag to compare

Added

  • Exception for unknown system event (useful to skip validation errors).

0.30.4 (Mar 23, 2022)

23 Mar 14:12
e152f37
Compare
Choose a tag to compare

Added

  • Add handle crash if received unknown entity type.

0.30.3 (Mar 23, 2022)

23 Mar 11:38
f6f5ff7
Compare
Choose a tag to compare

Added

  • Add handle crash if received unknown attachment type.

0.30.2 (Mar 22, 2022)

22 Mar 12:43
d49e065
Compare
Choose a tag to compare

Fixed

  • Log BotX command before its validation