Skip to content

Releases: ExpressApp/pybotx

0.35.1 (Apr 15, 2022)

Choose a tag to compare

@lxmnk lxmnk released this 15 Apr 12:57

Fixed

  • Log for callback, which wasn't waited

0.35.0 (Apr 14, 2022)

Choose a tag to compare

@nidemidovich nidemidovich released this 14 Apr 13:29

Added

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

0.34.1 (Apr 14, 2022)

Choose a tag to compare

@kutuzov13 kutuzov13 released this 14 Apr 11:48
2ba86cf

Added

  • Add __all__ mention types.

Changed

  • Entity ID type mention

0.34.0 (Apr 11, 2022)

Choose a tag to compare

@kutuzov13 kutuzov13 released this 11 Apr 12:54
b4cf390

Changed

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

0.33.0 (Apr 7, 2022)

Choose a tag to compare

@lxmnk lxmnk released this 07 Apr 14:54

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)

Choose a tag to compare

@lxmnk lxmnk released this 24 Mar 07:55
88701e0

Changed

  • System event validation order to speedup validation

0.32.1 (Mar 23, 2022)

Choose a tag to compare

@lxmnk lxmnk released this 23 Mar 18:11
6143382

Fixed

  • UnknownSystemEventError attribute name

0.32.0 (Mar 23, 2022)

Choose a tag to compare

@Dnomin Dnomin released this 23 Mar 15:50

Changed

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

0.31.0 (Mar 23, 2022)

Choose a tag to compare

@lxmnk lxmnk released this 23 Mar 14:31

Added

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

0.30.4 (Mar 23, 2022)

Choose a tag to compare

@kutuzov13 kutuzov13 released this 23 Mar 14:12
e152f37

Added

  • Add handle crash if received unknown entity type.