Skip to content

v0.20.0

Compare
Choose a tag to compare
@maruTA-bis5 maruTA-bis5 released this 23 Feb 04:44
· 138 commits to master since this release

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

  • chore: add module-info.java (fix #92) (#326)

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

  • chore: Add docker-compose.yml (#310) (#325)
  • chore: improve sonarqube test cases detection (#328)
  • chore(test): split each nested test classes to singular one, (#329)
  • chore(ci): initialize GitHub Actions (#279)