Releases: ExpressApp/pybotx
Releases · ExpressApp/pybotx
0.66.1 (May 22, 2024)
Fixed
- add new fields in event_edit
0.66.0 (Apr 12, 2024)
Added
- A method for sending a smartapp manifest with full screen parameters to BotX
- Additional parameters for the Forward class
- Support for passing URLs to bot buttons
Fixed
- Unverified request error due to invalid iat
0.65.0 (Mar 26, 2024)
Changed
- The host attribute of the BotAccountWithSecret class has been replaced with cts_host.
Fixed
- Invalid issuer error during incoming request verification if the bot host contains url parts other than the domain.
0.64.0 (Mar 22, 2024)
Added
- Transfer protocol for bot account hosts support.
- Python 3.12 support.
- Aiofiles version bump.
0.63.0 (Feb 22, 2024)
Added
- Verification of incoming BotX requests
0.62.1 (Feb 02, 2024)
Fixed
- Change attachment voice extension
0.62.0 (Jan 22, 2024)
Added
- The ability to disable logging of incoming requests
0.61.4 (Jan 19, 2024)
Added
- Attachments and entities in system event: event_edit
0.61.3 (Jan 12, 2024)
Added
- System event: event_edit
0.61.2 (Jan 9, 2024)
Fixed
- UnicodeDecodeError in users_as_csv method