slack v0.6.0 Release Notes

Release Date: 2019-08-31 // over 4 years ago
  • ๐ŸŒฒ full differences can be viewed using git log --oneline --decorate --color v0.5.0..v0.6.0 thanks to everyone who has contributed since January!

    ๐Ÿ’ฅ Breaking Changes:

    • ๐Ÿšš Info struct has had fields removed related to deprecated functionality by slack.
    • minor adjustments to some structs.
    • 0๏ธโƒฃ 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.)
    Highlights:
    • ๐Ÿ†• 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 thank you lusis for letting us use it and bring it into the slack repo.
    • blocks, blocks, blocks.
    • RTM ManagedConnection has undergone a significant cleanup. ๐Ÿšš in particular handles backoffs gracefully, removed many deadlocks, ๐Ÿ“ฑ and Disconnect is now much more responsive.

Previous changes from v0.5.0

  • ๐ŸŒฒ full differences can be viewed using git log --oneline --decorate --color v0.4.0..v0.5.0

    • ๐Ÿ’ฅ Breaking changes: various old struct fields have been removed or updated to match slack's api.
    • deadlock fix in RTM disconnect.