Releases: Vaelor/python-mattermost-driver
Releases · Vaelor/python-mattermost-driver
2.3.0
2.2.1
2.2.0
2.1.4
2.1.1
2.1.0
Thanks @sscherfke @elpatron68 for these.
File upload change
Breaking change for file uploads.
Instead of a data
dict containing all formdata,
a files
dict is in the following endpoints
- emoji
create_custom_emoji()
takesemoji_name
additionally to afiles
dict
- files
upload_file()
takeschannel_id
additionally to afiles
dict
- brand
upload_brand_image()
- saml
upload_idp_certificate()
upload_public_certificate()
upload_private_key()
- system
upload_license_file()
- users
set_user_profile_image()
See the documentation for an example.
Thanks to @ablepharus for his PR! :-)
Stable APIv4 Release
Stable Release for APIv4 in Mattermost 4.0.0
This release is for the stable Mattermost 4.0.0 APIv4 release.
Stable APIv4 Release
Stable Release for APIv4 in Mattermost 4.0.0
This release is for the stable Mattermost 4.0.0 APIv4 release.