Releases: mattermost-community/mattermost-plugin-google-drive
Releases · mattermost-community/mattermost-plugin-google-drive
v1.0.0
What's Changed
- fix issues with validations, error handling and using correct bot user by @darkLord19 in #10
- fix google drive api usage for comment fetching and replace drive with google-drive by @darkLord19 in #12
- Update README.md by @wiggin77 in #14
- Configure which action items are visible based off attachment counts in state by @BenCookie95 in #16
- Use GetUsersInChannel instead of getUsers by @BenCookie95 in #22
- fix: old repository references by @fmartingr in #15
- Adding dialog errors when requests fail in interactive dialogs, fix panics and add consistency to logs by @BenCookie95 in #20
- File creation cleanup by @BenCookie95 in #23
- Notification fixes and other code cleanup by @BenCookie95 in #24
- Add a rate limits to the Google drive API and catch rate limit errors by @BenCookie95 in #25
- Drive plugin shouldn't share a file with the file creator by @BenCookie95 in #29
- Safely dynamically generate URLs + misc fixes by @enzowritescode in #30
- Fix accidental escaping of SiteURL by @enzowritescode in #35
- Make image asset use HTTPS instead of HTTP by @enzowritescode in #34
- Set a default for rate limit configs and check viewedbymetime exists by @BenCookie95 in #32
- Unit tests by @BenCookie95 in #27
- Update encryption by @BenCookie95 in #38
- Show error for slash commands and some input validation by @BenCookie95 in #39
- Adding markdown escape to rendered content by @BenCookie95 in #40
- Fix panics when subcommand is missing by @BenCookie95 in #42
- Fix rate limits by @BenCookie95 in #43
- Bump version to 1.0.0 by @BenCookie95 in #44
New Contributors
- @darkLord19 made their first contribution in #10
- @wiggin77 made their first contribution in #14
- @fmartingr made their first contribution in #15
- @enzowritescode made their first contribution in #30
Full Changelog: v0.1.0-alpha...v1.0.0
v0.1.0-alpha
- alpha release for testing