v0.10.0
Thank you for all the contributions!
This release has a breaking change(#999).
Please make sure to confirm changes before upgrading.
What's Changed
Enhancements/Cleanup
- Add context aware UnfurlMessage by @ptxmac in #955
- webhooks: add additional fields by @jloh in #985
- Dispatch action config by @karl-johan-grahn in #977
- Allow wrapping of error metadata. by @abourget in #990
- add message subType constants from https://api.slack.com/events/message by @ShamanR in #986
- Add TeamJoinEvent by @karlkeefer in #978
- Add
expires_in
and refresh token handling by @rytswd in #975 - Change the regular field
apiClient
insocketmode.Client
to an embedded struct. by @hnw in #971 - Support Rich Text blocks by @kanata2 in #991
Fixes
- fix: Don't add API token as a query string in
users.setPhoto
by @kanata2 in #995 - [Breaking Changes] link_shared
message_ts
field isn't always a number by @toshok in #999
Examples
- Fix socket mode example by @rafaelcpalmeida in #982
- Update users example by @karl-johan-grahn in #976
Misc
New Contributors
- @ptxmac made their first contribution in #955
- @jloh made their first contribution in #985
- @rafaelcpalmeida made their first contribution in #982
- @karlkeefer made their first contribution in #978
- @rytswd made their first contribution in #975
- @hnw made their first contribution in #971
- @toshok made their first contribution in #999
Full Changelog: v0.9.5...v0.10.0