Releases: Vaelor/python-mattermost-driver
Releases · Vaelor/python-mattermost-driver
7.3.2
Fixed
- Login failed in version 6.3.0 #112
Thanks a lot to @iprok for their contribution!
Full Changelog: 7.3.1...7.3.2
7.3.1
Fixed
- Missing documentation endpoints #95
- Incorrect submit dialog #94
- Disconnect not working #91
Requirement changes
- websockets bumped from 8.1 to 9.1
Thanks a lot to @unode and @wonsungkang for their contribution!
7.3.0
Added
- New keepalive option,
keepalive
and keepalive_delay
, default False
#86
- New
websocket_kw_args
option which is passed to the websocket library on connect()
#86
Thanks a lot to @ttuffin and @attzonko for their contribution!
7.2.0
Requirement changes
- websocket bumped from 6.0 to 8.1
- requests bumped from 2.20.0 to 2.25.1
Added
- Add Driver.disconnect function #80
- Raise errors from None to reduce traceback noise #69
Fixes
- Correct url for role by name #78
- Add oldest unread endpoint #76
Documentation:
- Improve documentation about verify #64
Thanks a lot to @jneeven for his contribution!
7.1.0
Added endpoints
Thanks a lot to @ritelle for his contribution!
7.0.1
Fixes
- Log
WebSocket authentication failed
even if WebSocket authentication was successful
Thanks a lot to @icedevml for his contribution!
7.0.0
Added Endpoints:
Fixes:
- Some pylint rules that failed have been fixed or where suppressed
Added:
- Support for Python 3.8
- Github actions with pylint is now active
BREAKING CHANGES:
- Support for python 3.4 was dropped
Thanks a lot to @maxbrunet for his contribution!
6.3.0
Features:
- Added authentication with .netrc
Thanks a lot to @apfeiffer1 for his contribution!
6.2.0
Fixes:
- Fix documentation to make Json valid
Features:
- Added a configurable timeout #40
Thanks a lot to @sahasrara62 for his contribution!
6.1.3
Fixes:
- Add missing endpoints to the driver
Thanks a lot to @opalmer for this fix!