Skip to content

Releases: Vaelor/python-mattermost-driver

7.3.2

21 Jan 14:23
Compare
Choose a tag to compare

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

02 Jul 10:22
376c805
Compare
Choose a tag to compare

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

09 Apr 06:43
2557c58
Compare
Choose a tag to compare

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

21 Mar 15:48
a4b3775
Compare
Choose a tag to compare

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

07 Aug 09:15
42a074c
Compare
Choose a tag to compare

Added endpoints

  • IntegrationActions

Thanks a lot to @ritelle for his contribution!

7.0.1

29 Oct 20:05
0934ffa
Compare
Choose a tag to compare

Fixes

  • Log WebSocket authentication failed even if WebSocket authentication was successful

Thanks a lot to @icedevml for his contribution!

7.0.0

28 Oct 23:45
2888b65
Compare
Choose a tag to compare

Added Endpoints:

  • opengraph
  • bots

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

02 Oct 08:56
Compare
Choose a tag to compare

Features:

  • Added authentication with .netrc

Thanks a lot to @apfeiffer1 for his contribution!

6.2.0

16 Jul 12:54
Compare
Choose a tag to compare

Fixes:

  • Fix documentation to make Json valid

Features:

  • Added a configurable timeout #40

Thanks a lot to @sahasrara62 for his contribution!

6.1.3

15 Jan 14:08
Compare
Choose a tag to compare

Fixes:

  • Add missing endpoints to the driver

Thanks a lot to @opalmer for this fix!