Releases: ExpressApp/pybotx
Releases · ExpressApp/pybotx
0.53.2 (Jan 23, 2023)
Added
- Option for encrypting payload in
send_smartapp_event
method.
0.53.1 (Jan 19, 2023)
Changed
- Update dependencies
0.53.0 (Jan 18, 2023)
Added
botx
sync source type.- Processsing of unsupported sync source types.
0.52.1 (Jan 18, 2023)
Added
- Imports of public classes
0.52.0 (Dec 15, 2022)
Changed
- Separate
"UNSUPPORTED"
chat type fromChatTypes
.
0.51.2 (Nov 1, 2022)
Fixed
- Throw exception in logs if bot can't get token.
Changed
NamedTemporaryFile
was replaced withSpooledTemporaryFile
inusers_as_csv
method.
0.51.1 (Oct 31, 2022)
Updated
- Bump upper
pydantic
version to 1.11.0.
0.51.0 (Oct 28, 2022)
Added
- Method for getting a list of users on a CTS.
0.50.0 (Oct 25, 2022)
Added
user_kind
field to Users API.
0.49.0 (Aug 12, 2022)
Added
unregistered
andguest
user types- Processing of unsupported user types