Skip to content

Releases: ExpressApp/pybotx

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

0.30.1 (Mar 21, 2022)

21 Mar 12:05
5cab344
Compare
Choose a tag to compare

Fixed

  • Add README path for PyPI

0.30.0 (Mar 21, 2022)

21 Mar 11:45
5f990f9
Compare
Choose a tag to compare

pybotx library was rewritten to achieve the following goals:

  • Make it easy to maintain (adding new events and methods)
  • Separate pybotx models from botx API for better abstraction
  • Make tests simpler, check real code instead of many mocks
  • Use incoming message context for answer method
  • Add undefined value for fields that can be skipped in payload
  • Drop unused sync client
  • Drop DI system, which was incomplete (no yield support) and hard to maintain
  • Drop next steps (pybotx-fsm solve this task)

0.28.0 (Nov 11, 2021)

14 Dec 10:36
816290d
Compare
Choose a tag to compare

Added

  • SmartApps main functionality.

0.27.0 (Nov 8, 2021)

10 Nov 20:06
e234775
Compare
Choose a tag to compare

Added

  • pin_message and unpin_message methods.

0.26.0 (Nov 1, 2021)

01 Nov 08:13
5c28118
Compare
Choose a tag to compare

Added methods for interacting with sticker pack/stickers - get_sticker_pack_list, get_sticker_pack. get_sticker_from_pack, create_sticker_pack, add_sticker, edit_sticker_pack, delete_sticker_pack, delete_sticker.

0.25.1 (Oct 22, 2021)

26 Oct 09:29
97c8b1c
Compare
Choose a tag to compare

Add embed_mentions argument in answer_message method

0.25.0 (Sep 17, 2021)

20 Sep 06:57
bd9a99d
Compare
Choose a tag to compare

Added

  • cts_login and cts_logout system events.