v0.14.0
What's Changed
v0.14.0 is now available. It contains no breaking changes but does include several pieces of new functionality and long-standing bug fixes.
Enhancements
- Added Support for receiving
metadatawhen receiving aMessageEventover WebSocket by @rfratto in #1307 - Added a new field to expose file data when receiving a
Fileevent from a Slack Connect Channel by @zFlabmonsta in #1312 - Added support for the
slack_filein the image block by @rhysm in #1311 - Added 35 missing Websocket event types by @Aryakoste in #1306
- Added support for parsing
AppRateLimitedevents in theParseEventfunction by @nemuvski in #1308 - Added newly documented Channel Canvas properties to the
conversations.infoWeb API method by @ku in #1228
Bug Fixes
- Fixed an edge case when using
UpdateRemoteFileContextandUpdateRemoteFileand Image Previews would return aninvalid_autherror by @EkeMinusYou in #1117
Chores / Code Cleanup
- Replaced deprecated
ioutilwithioandospackages by @nakamasato in #1310
New Contributors
- @rfratto made their first contribution in #1307
- @nakamasato made their first contribution in #1310
- @rhysm made their first contribution in #1311
- @Aryakoste made their first contribution in #1306
- @nemuvski made their first contribution in #1308
- @ku made their first contribution in #1228
- @EkeMinusYou made their first contribution in #1117
- @jjjjeeffff was instrumental in the successful resolution of #1117
Full Changelog: v0.13.1...v0.14.0