Skip to content

Releases: Vaelor/python-mattermost-driver

2.3.0

09 Oct 15:35
Compare
Choose a tag to compare

Make a basepath available in Client.make_request().
This is mainly needed for calling /hooks.

2.2.1

06 Oct 11:29
Compare
Choose a tag to compare

Fixes compatibility with Python versions < 3.5

2.2.0

06 Oct 10:41
Compare
Choose a tag to compare

Features

  • #8 Add support for Personal Access token
  • Add MFA token to the available options

2.1.4

06 Oct 08:38
Compare
Choose a tag to compare

Bugfixes

  • #10 get_file crashes because it tries to return json
  • #12 get_user_by_email should be using GET not POST
  • #13 search_users is POST not GET

2.1.1

15 Sep 15:15
Compare
Choose a tag to compare

Bugfixes

  • #6 Wrong SSL context on ws:// - Thanks to @oskapt !!

Endpoints added

2.1.0

20 Aug 21:28
Compare
Choose a tag to compare

Thanks @sscherfke @elpatron68 for these.

  • Client and Websocket classes are customizable (#4)
  • Fixed an error which caused the port to be ignored in the options (#2)

File upload change

14 Aug 09:40
Compare
Choose a tag to compare

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() takes emoji_name additionally to a files dict
  • files
    • upload_file() takes channel_id additionally to a files 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

17 Jul 11:40
Compare
Choose a tag to compare

Stable Release for APIv4 in Mattermost 4.0.0

This release is for the stable Mattermost 4.0.0 APIv4 release.

Stable APIv4 Release

17 Jul 11:40
Compare
Choose a tag to compare

Stable Release for APIv4 in Mattermost 4.0.0

This release is for the stable Mattermost 4.0.0 APIv4 release.

v0.5.2

17 Jul 11:39
Compare
Choose a tag to compare
v0.5.2 Pre-release
Pre-release

Pre-release for APIv4 in Mattermost 3.9

This release is for the pre release apiv4 version in mattermost 3.9