Releases: n7st/WebService-Mattermost
Releases · n7st/WebService-Mattermost
v0.31
Changelog
Added
- Integrations action endpoints (open and submit) (#35)
v0.30
Changelog
Changed
- Switched back to
Dist::Zilla::Plugin::UploadToCPAN
for releases.
v0.29
Changelog
Changed
- Upgraded to Perl 5.37 for test and release pipelines.
v0.28
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
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
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
Changelog
Fixed
- Added the logger role to
WebService::Mattermost::V4::Client
, making debug
in that class work correctly again (#19).
v0.23
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
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
Move the environment variable to the right step