Codebase list golang-github-nlopes-slack / 1af34b6
v0.6.0 changelog James Lawrence 4 years ago
1 changed file(s) with 17 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 ### v0.6.0 - August 31, 2019
1 full differences can be viewed using `git log --oneline --decorate --color v0.5.0..v0.6.0`
2 thanks to everyone who has contributed since January!
3
4
5 #### Breaking Changes:
6 - Info struct has had fields removed related to deprecated functionality by slack.
7 - minor adjustments to some structs.
8 - some internal default values have changed, usually to be more inline with slack defaults or to correct inability to set a particular value. (Message Parse for example.)
9
10 ##### Highlights:
11 - new slacktest package easy mocking for slack client. use, enjoy, please submit PRs for improvements and default behaviours! shamelessly taken from the [slack-test repo](https://github.com/lusis/slack-test) thank you lusis for letting us use it and bring it into the slack repo.
12 - blocks, blocks, blocks.
13 - RTM ManagedConnection has undergone a significant cleanup.
14 in particular handles backoffs gracefully, removed many deadlocks,
15 and Disconnect is now much more responsive.
16
017 ### v0.5.0 - January 20, 2019
118 full differences can be viewed using `git log --oneline --decorate --color v0.4.0..v0.5.0`
219 - Breaking changes: various old struct fields have been removed or updated to match slack's api.