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.
full differences can be viewed using git log --oneline --decorate --color v0.3.0..v0.4.0
- Breaking Change: renamed ApplyMessageOption, to mark it as unsafe, this means it may break without warning in the future.
- Breaking: Msg structure files field changed to an array.
- General: implementation for new security headers.
- RTM: deadlock fix between connect/disconnect.
- Events: various new fields added.
- Web: various fixes, new fields exposed, new methods added.
- Interactions: minor additions expect breaking changes in next release for dialogs/button clicks.
- Utils: new methods added.
full differences can be viewed using git log --oneline --decorate --color v0.2.0..v0.3.0
- slack events initial support added. (still considered experimental and undergoing changes, stability not promised)
- vendored depedencies using dep, ensure using up to date tooling before filing issues.
- RTM has improved its ability to identify dead connections and reconnect automatically (worth calling out in case it has unintended side effects).
- bug fixes (various timestamp handling, error handling, RTM locking, etc).
Release adds a bunch of functionality and improvements, mainly to give people a recent version to vendor against.
Please check 0.2.0
This is released before adding context support. As the used context package is the one from Go 1.7 this will be the last compatible with Go < 1.7.
Please check 0.1.0
If you just updated from master and it broke your implementation, please check 0.0.1