Mattermostdriver

Latest version: v7.3.2

Safety actively analyzes 626840 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 6

4.2.0

'''''
Release for Mattermost 4.6 api changes.

Added endpoints:
- `get_user_access_token` in `/users`
- `search_tokens` in `/users`
- `update_user_authentication_method` in `/users`

4.1.0

'''''
This release mostly improves on the documentation.

The sphinx theme has been changed to the readthedocs one.

This also adds a `debug` option, which enables a very verbose log output.
Be careful, as everything, even your mattermost password when you log in,
is readable in the log output!
This is definitely not for production usage!

4.0.2

'''''
This release makes some internal changes on how the endpoints are accessed.

Since this works much better then using `api['endpoint']` has been deprecated for the next Major release.

Fixes https://github.com/Vaelor/python-mattermost-driver/issues/5

4.0.1

'''''
The release 4.0.0 was not quite correct, since the following changes did not really happen, only the api documentation for mattermost 4.4.0 changed.

.. code::

Endpoints moved from team to channels https://github.com/mattermost/mattermost-api-reference/pull/298/files
- get_public_channels
- get_deleted_channels
- search_channels

4.0.0

'''''
This has some changes related to Mattermost 4.4

BREAKING CHANGES:
- Endpoints moved from `team` to `channels` https://github.com/mattermost/mattermost-api-reference/pull/298/files
- `get_public_channels`
- `get_deleted_channels`
- `search_channels`

Added endpoints:
- `revoke_all_user_sessions` in `/users`
- `disable_personal_access_token` in `/users`
- `enable_personal_access_token` in `/users`

Also, you can now access the api endpoints directly,
without using `Driver.api['endpoint']`, instead you can
`Driver.users.get_user('me')`.
Both ways are working, so no breaking change there.
Related Issue for this: https://github.com/Vaelor/python-mattermost-driver/issues/5

3.0.1

'''''
Thanks to SmartHoneyBee!
- Changed setup of the logger 14

Page 5 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.