Releases: maruTA-bis5/mattermost4j
Releases · maruTA-bis5/mattermost4j
v1.0.0-beta.1
What's Changed
- chore: Set minimum jdk release to 11 by @maruTA-bis5 in #506
- feat: Separate Jersey-specific code to extra module and add RESTEasy client module by @maruTA-bis5 in #450
- chore(deps): Bump dependencies by @maruTA-bis5 in #509
Full Changelog: v0.25.0...v1.0.0-beta.1
v0.25.0
What's Changed
- chore(deps): bump spotbugs-maven-plugin from 4.5.2.0 to 4.5.3.0 by @dependabot in #453
- chore(ci): Bump test target Mattermost server to 6.3 by @maruTA-bis5 in #454
- chore(deps): bump checkstyle from 9.2.1 to 9.3 by @dependabot in #457
- chore(deps): bump maven-javadoc-plugin from 3.3.1 to 3.3.2 by @dependabot in #459
- chore(deps): bump nexus-staging-maven-plugin from 1.6.8 to 1.6.10 by @dependabot in #460
- chore(deps): bump jackson-databind from 2.10.5.1 to 2.13.2 by @dependabot in #464
- chore(deps): bump jersey-bom from 3.0.3 to 3.0.4 by @dependabot in #458
- chore(deps): bump nexus-staging-maven-plugin from 1.6.10 to 1.6.12 by @dependabot in #462
- chore(deps): bump checkstyle from 9.3 to 10.0 by @dependabot in #463
- chore(deps): bump spotbugs-maven-plugin from 4.5.3.0 to 4.6.0.0 by @dependabot in #465
- chore(deps): bump checkstyle from 10.0 to 10.1 by @dependabot in #466
- chore(deps): bump jackson-databind from 2.13.2 to 2.13.2.1 by @dependabot in #467
- chore(deps): bump jackson-databind from 2.13.2.1 to 2.13.3 by @dependabot in #475
- feat: Add Team.cloudLimitsArchived by @BrettGouyetNc in #491
New Contributors
- @BrettGouyetNc made their first contribution in #491
Full Changelog: v0.24.0...v0.25.0
v0.24.0
What's Changed
- Bump Mattermost server version to currently supported by @maruTA-bis5 in #448
- chore(deps-dev): bump assertj-core from 3.21.0 to 3.22.0 by @dependabot in #451
Full Changelog: v0.23.0...v0.24.0
v0.23.0
Server Compatibility
- Add missing properties (#412) (@mkobel)
- Add missing property shared to Channel
- Add missing property disableWelcomeEmail to User
- Add missing property totalMsgCountRoot to Channel
- Add missing property policyId to Channel
- Add missing property dndEndTime to Status
- Add missing property disableWelcomeEmail to User (#424) (@mkobel)
Misc
- docs: add missing semicolon (#369) (@eckad158)
- Remove unnecessary "public" modifiers (#366) (#390)
- Upgrade to GitHub-native Dependabot (#419)
- chore(ci): Update inbucket image (#435)
- chore(ci): Tweak pipeline (#446)
Dependencies
- bump checkstyle from 8.32 to 9.2.1 (#368, #371, #383, #392, #398, #443)
- bump commons-lang3 from 3.10 to 3.12.0 (#372, #409)
- bump jersey-bom from 2.30.1 to 3.0.3 (#367, #382, #400, #402, #441)
- bump jacoco-maven-plugin from 0.8.5 to 0.8.7 (#381, #421)
- bump jackson-databind from 2.10.3 to 2.10.5.1 (#447)
- bump jakarta.activation-api from 1.2.2 to 2.0.0 (#389)
- bump lombok from 1.18.12 to 1.18.22 (#386, #438)
- bump lombok-maven-plugin from 1.18.12.0 to 1.18.20.0 (#388, #415)
- bump maven-checkstyle-plugin from 3.1.1 to 3.1.2 (#404)
- bump maven-javadoc-plugin from 3.2.0 to 3.3.1 (#440)
- bump maven-gpg-plugin from 1.6 to 3.0.1 (#437)
- bump moditect-maven-plugin from 1.0.0.RC1 to 1.0.0.RC2 (#…
- bump spotbugs-maven-plugin from 4.0.0 to 4.5.2.0 (#370, #387, #399, #439)
- bump assertj-core from 3.16.1 to 3.21.0 (#378, #391, #394, #401, #442)
- bump commons-codec from 1.14 to 1.15 (#377)
- bump junit-jupiter from 5.6.2 to 5.8.2 (#380, #444)
v0.22.1
v0.22.0
v0.21.0
Server Compatibility
- Mattermost 5.22 Ready (#356)
- add new configuration for Mattermost 5.22
- add Post.replyCount
Breaking API Change
- feat: authentication api returns ApiResponse object (#360)
Dependencies
- chore(deps): bump jakarta.xml.bind-api from 2.3.2 to 2.3.3 (#343)
- chore(deps): bump checkstyle from 8.29 to 8.30 (#344)
- chore(deps): bump lombok-maven-plugin from 1.18.10.0 to 1.18.12.0 (#345)
- chore(deps): bump spotbugs-maven-plugin from 3.1.12.2 to 4.0.0 (#347)
- chore(deps): bump maven-javadoc-plugin from 3.1.1 to 3.2.0 (#348)
- chore(deps-dev): bump junit-jupiter from 5.6.0 to 5.6.1 (#351)
- chore(deps-dev): bump junit-jupiter from 5.6.1 to 5.6.2 (#357)
- chore(deps): bump moditect-maven-plugin from 1.0.0.Beta2 to 1.0.0.RC1 (…
- chore(deps): bump checkstyle from 8.30 to 8.31 (#354)
- chore(deps): bump commons-lang3 from 3.9 to 3.10 (#353)
- Bump jackson-databind from 2.9.10.1 to 2.10.3 (#355)
v0.20.0
Server Compatibility
- Mattermost 5.20 Ready (#338)
- feat: add new configuration for Mattermost 5.20
- fix: getPlugin test because prepackaged plugins will not install from 5.20.0
- feat: add CommandResponse.skipSlackParsing
- fix: fix flaky test when 200+ teams exists
- feat: add channels autocomplete api (#333)
- feat: add support to get custom emoji list sort by name (#334)
- fix: make PostApi#updatePost(String, Post) deprecated (#337)
Improvements
Dependencies
- chore(deps): bump maven-source-plugin from 3.2.0 to 3.2.1 (#322)
- chore(deps): bump jackson-databind from 2.9.10 to 2.9.10.1 (#323)
- chore(deps): bump checkstyle from 8.27 to 8.28 (#324)
- chore(deps-dev): bump commons-codec from 1.13 to 1.14 (#327)
- chore(deps): bump jersey-bom from 2.29.1 to 2.30 (#331)
- chore(deps-dev): bump junit-jupiter from 5.5.2 to 5.6.0 (#332)
- chore(deps): bump checkstyle from 8.28 to 8.29 (#335)
- chore(deps-dev): bump assertj-core from 3.14.0 to 3.15.0 (#336)
- chore(deps): bump lombok from 1.18.10 to 1.18.12 (#339)
- chore(deps): bump maven-checkstyle-plugin from 3.1.0 to 3.1.1 (#340)
- chore(deps): bump jakarta.activation-api from 1.2.1 to 1.2.2 (#341)
- chore(deps): bump jersey-bom from 2.30 to 2.30.1 (#342)
Misc
v0.19.0
v0.18.0
Server Compatibility
- Mattermost Server 5.17 Ready (#318)
- add new configurations added in 5.17