Releases: mattermost/mattermost-plugin-github
Releases · mattermost/mattermost-plugin-github
v2.4.0-rc1
Supported Mattermost Server Versions: 7.1.0+
Enhancements
Fixes
- 6b2cd35 [MM-860]: Added message to delete webhook after subscription deletion (#861)
- 370b803 [MM-408]: Made username clickable in RHS PRs/Issues (#830)
- 29da42c [MM-611]: Added the feature to select the default repository for the channel (#806)
- 6f5c7bf Apply and enforce file-level license headers (#869)
- b353bf9 Bump golang.org/x/net from 0.27.0 to 0.33.0 (#868)
- caf36f9 [MM-856]: Added the requested reviewers in the pulls_created notification (#859)
- 3d40b35 [MM-809]: Fixed the issue of getting errors when using github api with revoked/invalid token (#832)
- 48fc3be [MM-944]: Typescript migration and converting github_label_selector to TS (#851)
- 803494b [MM-742]: added a note about the label of pr/issue if subscription is specific to a label (#839)
- bd358a6 Bump golang.org/x/crypto from 0.25.0 to 0.31.0 (#864)
- c32a346 [MM-61118] Add diagnostics data to the Support Packet (#837)
- 31ad692 fix: e2e/playwright/mock_oauth_server/package.json & e2e/playwright/mock_oauth_server/package-lock.json to reduce vulnerabilities (#862)
- 3f0d60f fix: e2e/playwright/package.json & e2e/playwright/package-lock.json to reduce vulnerabilities (#863)
- 4e0236c Template PR for server unit test cases using GoMock and Mockgen (#824)
- 827e881 Bump cross-spawn in /webapp (#852)
- d6bcae1 Fixes #497: "Validation Message spacing (UI) issue" (#763)
- 0cfd828 Fix missing PR notifications when using both pulls_created and pulls_merged (#829)
- 496f268 [MM-468]: Include number of lines changed in RHS PR list (#825)
- b11ee1e [MM-141]: Made access to KV store atomically safe when saving/removing subscriptions (#840)
- e95f21a [MM-401]: Added pr/issue opened by in tooltip modal (#833)
- 505e539 [MM-356] Add feature to subscribe to release and workflow events (#765)
- b6d576c [MM-874]: Fixed the issue of LHS not working without setting organisation lock (#838)
- 857e96c Bump elliptic from 6.5.7 to 6.6.0 in /webapp (#842)
- af478ac [MM-60676] Fix incorrect callback URL in setup flow (#827)
- 6ba0bcd Bump cookie and express in /e2e/playwright/mock_oauth_server (#836)
- 0cbfe9c Bump cookie and express in /e2e/playwright (#835)
- 267c219 [MM-813]: Fixed the issue of wrong name in subscription when PR is undrafted (#814)
- a54bc52 [MM-794]: Returning proper JSON response from APIs (#831)
- bf6bee7 Bump path-to-regexp and express in /e2e/playwright/mock_oauth_server (#822)
- fda387b Bump elliptic from 6.5.5 to 6.5.7 in /webapp (#823)
- 7d8ce87 Bump path-to-regexp and express in /e2e/playwright (#821)
- 41ddb70 [MM-57194] Mark confidential settings as secrets (#811)
- 489c828 GIthub Discussions and Discussion Comments Webhooks (#808)
- c935551 [MM-593] Added escape characters to user, repo and path in permalink preview (#803)
- 23286a1 [MM-805]: Removed the 'Emoji is not supported by Github' log from the reactions hooks (#807)
- d1a6d8d [MM-420] Add feature to support multiple orgs in plugin settings (#773)
- 133f527 [GH-670] Fix issue: Code previews not working for branches (#767)
- a7e16de [MM-350] Fix issue in create issue modal and attach issue modal (#761)
- d70572b Update CODEOWNERS (#798)
- 2402ae6 [MM-405]: Fixed the pull review request events not working (#768)
v2.3.0
Supported Mattermost Server Versions: 7.1.0+
Enhancements
Fixes
- 664345d [chore] Makefile - Allow releasing also from release.* branches (#787)
- 516750b [feat] Implementing new release process (#786)
- 796d591 Fix PR subscription error "You cannot update an existing Post" (#755)
- e958064 Migrating setup/config/usage to Product Docs (#777)
- 2056a77 [MM-352] Add feature to publish release create and delete events (#762)
- 936e5c3 [MM-199] Convert files related to redux from js to ts (#743)
- da4c4df [GH-647]: Hide UsePreregisteredApplication on on-prem instances (#774)
- 49ad56d Bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 (#772)
- dbedde7 Updates go-github to v54 for projects v2 support (#771)
- fba634d Fixes #498: "Validation Message Should be User Friendly" (#764)
- f826788 Bump golang.org/x/net from 0.21.0 to 0.23.0 (#769)
- 6cc3429 Bump json5 from 1.0.1 to 1.0.2 in /webapp (#759)
- 119e23c Bump semver from 5.7.1 to 5.7.2 in /webapp (#760)
- c9ec87c Bump @babel/traverse from 7.11.0 to 7.24.1 in /webapp (#758)
- 6beeb45 Bump express from 4.18.2 to 4.19.2 in /e2e/playwright/mock_oauth_server (#756)
- cd4aa3a Bump express from 4.18.2 to 4.19.2 in /e2e/playwright (#757)
- b46157b Fix flaky TestFilterLogEntries (#753)
- 0100b54 Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 (#752)
- 417886a Bump go version for playwrigth test (#751)
- 73c5db9 [GH-733] Updated the "issue_creations" subscription to post notification when an issue is labeled/reopened (#736)
- aa1faef Adopt memorystore for tests (#745)
- 475c110 [MM-36] Update plugin with respect to phase 1 upgrades (#727)
- 44f9c83 [MM-53944] Make use of github.com/mattermost/mattermost/server/public (#725)
v2.3.0-rc1
Supported Mattermost Server Versions: 7.1.0+
Enhancements
Fixes
- 664345d [chore] Makefile - Allow releasing also from release.* branches (#787)
- 516750b [feat] Implementing new release process (#786)
- 796d591 Fix PR subscription error "You cannot update an existing Post" (#755)
- e958064 Migrating setup/config/usage to Product Docs (#777)
- 2056a77 [MM-352] Add feature to publish release create and delete events (#762)
- 936e5c3 [MM-199] Convert files related to redux from js to ts (#743)
- da4c4df [GH-647]: Hide UsePreregisteredApplication on on-prem instances (#774)
- 49ad56d Bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 (#772)
- dbedde7 Updates go-github to v54 for projects v2 support (#771)
- fba634d Fixes #498: "Validation Message Should be User Friendly" (#764)
- f826788 Bump golang.org/x/net from 0.21.0 to 0.23.0 (#769)
- 6cc3429 Bump json5 from 1.0.1 to 1.0.2 in /webapp (#759)
- 119e23c Bump semver from 5.7.1 to 5.7.2 in /webapp (#760)
- c9ec87c Bump @babel/traverse from 7.11.0 to 7.24.1 in /webapp (#758)
- 6beeb45 Bump express from 4.18.2 to 4.19.2 in /e2e/playwright/mock_oauth_server (#756)
- cd4aa3a Bump express from 4.18.2 to 4.19.2 in /e2e/playwright (#757)
- b46157b Fix flaky TestFilterLogEntries (#753)
- 0100b54 Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 (#752)
- 417886a Bump go version for playwrigth test (#751)
- 73c5db9 [GH-733] Updated the "issue_creations" subscription to post notification when an issue is labeled/reopened (#736)
- aa1faef Adopt memorystore for tests (#745)
- 475c110 [MM-36] Update plugin with respect to phase 1 upgrades (#727)
- 44f9c83 [MM-53944] Make use of github.com/mattermost/mattermost/server/public (#725)
v2.2.0
Supported Mattermost Server Versions: 7.1.0+
Enhancements
- [GH-593] Add feature flag for new pull requests #712
- Provide a way to shrink notification bodies per-subscription #470
- [MM-42918] Add debug information for setup wizard #679
- [GH-418]: Fixed issue #418 'Added --exclude option to subscriptions command'. #683
- [GH-717] Implement subscription notification for pull request "reopened" event #718
- [GH-719] Pushed commits events: add option to show Author instead of committer #729
- Feature: Synchronize emoji reactions on posts generated by the plugin #500
Fixes
- Change OAuth complete timeout to 2 minutes #606
- Log non actionable errors on WARN level #628
- Add build info #598
- Pull Request Reviews are not posted. #686
- mm-241 - adds aria labels to right hand side elements #462
- Duplicate bot DM is being created when a user is mentioned on a PR assigned to the user #558
- [MM-51245] Handle relative paths in permalinks #656
- GitHub Create and Attach does not show results when org lock is set to a user's workspace #548
- [MM-50985] Remove usage of model.AppError #648
- [MM-52397] Move client package into root directory #671
- API rate limit exceeded for user ID #613
- Update flows.go #690
- Update go version to 1.21 #700
- [GH-512,513] Fixed issue #512 and #513 on github plugin 'Updated subscription success messages' #661
- [GH-378]:Fixed issue #378 'Check for webhook while subscribing' #664
- [GH-693] Fix improper rendering of some unreads in the response of "/github todo" command #699
- [MM-166] Fix issue: decription not visible in tooltip and removed "see more" link #735
v2.2.0-rc3
Supported Mattermost Server Versions: 7.1.0+
Enhancements
- Provide a way to shrink notification bodies per-subscription #470
- Add build info #598
- Feature: Synchronize emoji reactions on posts generated by the plugin #500
- mm-241 - adds aria labels to right hand side elements #462
- [MM-50985] Remove usage of model.AppError #648
- [MM-52397] Move client package into root directory #671
- [MM-42918] Add debug information for setup wizard #679
- Update flows.go #690
- Update go version to 1.21 #700
- [GH-418]: Add --exclude option to subscriptions command #683
- [GH-378]:Fixed issue #378 'Check for webhook while subscribing' #664
- [GH-593] Add feature flag for new pull requests #712
- [GH-717] Implement subscription notification for pull request "reopened" event #718
Fixes
- 2608197 [MM-17] Fix issues in release 2.2.0 (#721)
- Change OAuth complete timeout to 2 minutes #606
- Log non actionable errors on WARN level #628
- Duplicate bot DM is being created when a user is mentioned on a PR assigned to the user #558
- [MM-51245] Handle relative paths in permalinks #656
- GitHub Create and Attach does not show results when org lock is set to a user's workspace #548
- API rate limit exceeded for user ID #613
- Pull Request Reviews are not posted. #686
- [GH-512,513] Fixed issue #512 and #513 on github plugin 'Updated subscription success messages' #661
- [GH-693] Fix improper rendering of some unreads in the response of "/github todo" command #699
v2.1.8
v2.2.0-rc2
Supported Mattermost Server Versions: 7.1.0+
Enhancements
- Provide a way to shrink notification bodies per-subscription #470
- Add build info #598
- Feature: Synchronize emoji reactions on posts generated by the plugin #500
- mm-241 - adds aria labels to right hand side elements #462
- [MM-50985] Remove usage of model.AppError #648
- [MM-52397] Move client package into root directory #671
- [MM-42918] Add debug information for setup wizard #679
- Update flows.go #690
- Update go version to 1.21 #700
- [GH-418]: Add --exclude option to subscriptions command #683
- [GH-378]:Fixed issue #378 'Check for webhook while subscribing' #664
- [GH-593] Add feature flag for new pull requests #712
- [GH-717] Implement subscription notification for pull request "reopened" event #718
Fixes
- Change OAuth complete timeout to 2 minutes #606
- Log non actionable errors on WARN level #628
- Duplicate bot DM is being created when a user is mentioned on a PR assigned to the user #558
- [MM-51245] Handle relative paths in permalinks #656
- GitHub Create and Attach does not show results when org lock is set to a user's workspace #548
- API rate limit exceeded for user ID #613
- Pull Request Reviews are not posted. #686
- [GH-512,513] Fixed issue #512 and #513 on github plugin 'Updated subscription success messages' #661
- [GH-693] Fix improper rendering of some unreads in the response of "/github todo" command #699