Skip to content

Releases: n7st/WebService-Mattermost

v0.31

02 Jan 17:33
c77df1b
Compare
Choose a tag to compare

Changelog

Added

  • Integrations action endpoints (open and submit) (#35)

v0.30

16 Jun 22:23
84d163f
Compare
Choose a tag to compare

Changelog

Changed

  • Switched back to Dist::Zilla::Plugin::UploadToCPAN for releases.

v0.29

16 Jun 22:13
9c22092
Compare
Choose a tag to compare

Changelog

Changed

  • Upgraded to Perl 5.37 for test and release pipelines.

v0.28

19 Nov 20:34
9da3c6e
Compare
Choose a tag to compare

Changelog

Changed

  • Various test suite improvements. (#26)

Fixed

  • Added missing api attribute to construction of some "related" resources (e.g. Team::Channels, Channel::Members). Thanks to Jan-Martin Rämer for the report! (#27)

v0.26

10 Aug 23:11
7003252
Compare
Choose a tag to compare

Changelog

Fixed

  • Warning log output now really does contain useful information about HTTP request failures to Mattermost servers. Thanks to Grinnz for the fix. (#23)

v0.25

10 Jun 23:00
891d436
Compare
Choose a tag to compare

Changelog

Added

  • Extra warnings in case of Mattermost connection errors.

Fixed

  • Mojo::Message::Response's code can be undef, so there is now a default of 0 for the local response object.

v0.24

07 Jan 11:10
e750232
Compare
Choose a tag to compare

Changelog

Fixed

  • Added the logger role to WebService::Mattermost::V4::Client, making debug in that class work correctly again (#19).

v0.23

10 Sep 19:33
e682eaf
Compare
Choose a tag to compare

Changelog

Added

  • List or get bots with methods in WebService::Mattermost::V4::API::Resource::Bots.

Fixed

  • A call to a non-existent method in the User's update_active_status method. Thanks to Karsten for the report and fix.

v0.22

19 Aug 07:10
e4dd524
Compare
Choose a tag to compare

Changelog

Added

  • Reauthentication loop, happening every hour by default. This can be configured by initialising the client with the reauthentication_delay attribute, which is in seconds and defaults to 3600 (1 hour).

Fixed

  • "Help wanted" link in contribution information.

v0.21

11 Aug 19:40
0f6f83f
Compare
Choose a tag to compare
Move the environment variable to the right step