Releases: maruTA-bis5/mattermost4j
Releases · maruTA-bis5/mattermost4j
v0.8.0
Server Compatibility
- Mattermost Server 5.8 available (#147)
- If you are using Mattermost4j version 0.7.0 or later, you can also continue to use that version with
ignoreUnknownProperties
setting.
- bulk selecting reactions api will available in future Mattermost4j release. (#156)
Enhancement
- Implement Brand API (#145)
- Add test for WebhookApi#deleteIncomingWebhook (#146)
- Add Files API (#151)
- Add PostApi#getFileInfoForPost (#152)
- Add UserApi#revokeAllActiveSessionForUser (#153)
- Add EmojiApi#getEmojiByName (#154)
- Add EmojiApi#searchEmoji (#155)
- Add EmojiApi#autocompleteEmoji (#157)
Fixed Bugs
- Fix did not run MattermostApiTest for previous, previous2, and esr releases (#148)
- Ignore custom branding not supported failure for esr (#150)
v0.7.1
Fixed bugs
- Add test for StatusApi#getUsersStatusesByIds and fix it (#140)
- Add tests for reaction api and fix it (#142)
Miscellaneous
- Make javadoc generate correctly (use delombok) (#137)
- Fix javadoc errors (#139)
- Add tests for status api (#140)
- Move javadoc from client impl to api interfaces (#141)
- Improve coverage scan (#143)
v0.7.0
Enhancement
- Update definitions of roles and permissions (#130)
- Add APIs related to User Access Token (#131)
- Add ignoreUnknownProperties option (#136)
Fixed bugs
- Enable test for SearchPosts API and fix it (#133)
Miscellaneous
- Test method grouping by api endpoint (#129)
- Add Tests for System API (#135)
v0.6.0
Enhancement
- GetUsersInTeam/InChannel: Add order parameter (#126)
- Add DND status (#126)
Bugfix
- Fix typo: StatusType.ARAY -> AWAY (#128) Breaking Change
Other
v0.5.0
Enhancement
- Add Get Analytics API (#118)
- Add License management APIs (#119)
Bugfix
- Remove unnecessary throws declaration from MattermostClient#close (#121)
- Add PostActionIntegrationRequet.triggerId property (#123)
Other
v0.4.0
** This release has public api changes**
Enhancement
- Add Channel Restore API (#103)
- Add Get Deleted Channels API (#106)
- Add Get Custom Emoji Image API (#111)
- Add test case for GetFlaggedPostsForUser and fix it (#113)
Bugfix
- Fix Caches route url (#105)
Update dependency
- Update jackson-databind (#114)
Refactoring
- Code Format & CheckStyle checks (#101)
- Stop deprecated QueryBuilder#append use (#102)
v0.3.0
compatibility
Mattermost Server 5.6 compatible
v0.2.0
bugfix
- Breaking Change Change Channel.props values type from String to Object (fix #99) (#100)
v0.1.1
bugfix
- Add missing configs (#87)
- Add missing properties for Mattermost Server 5.4 (#89)
v0.1.0
enhancement
- Add Incoming Webhook client (#33)
- Add loglevel configurable constructor (#31)