Releases: ExpressApp/pybotx
Releases · ExpressApp/pybotx
0.30.4 (Mar 23, 2022)
Added
- Add handle crash if received unknown entity type.
0.30.3 (Mar 23, 2022)
Added
- Add handle crash if received unknown attachment type.
0.30.2 (Mar 22, 2022)
Fixed
- Log BotX command before its validation
0.30.1 (Mar 21, 2022)
Fixed
- Add README path for PyPI
0.30.0 (Mar 21, 2022)
pybotx
library was rewritten to achieve the following goals:
- Make it easy to maintain (adding new events and methods)
- Separate
pybotx
models frombotx
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)
Added
- SmartApps main functionality.
0.27.0 (Nov 8, 2021)
Added
pin_message
andunpin_message
methods.
0.26.0 (Nov 1, 2021)
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)
Add embed_mentions
argument in answer_message
method
0.25.0 (Sep 17, 2021)
Added
cts_login
andcts_logout
system events.