Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-08-15 | 2.2 kB | |
v0.14.0 source code.tar.gz | 2024-08-15 | 398.1 kB | |
v0.14.0 source code.zip | 2024-08-15 | 481.0 kB | |
Totals: 3 Items | 881.3 kB | 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
metadata
when receiving aMessageEvent
over WebSocket by @rfratto in https://github.com/slack-go/slack/pull/1307 - Added a new field to expose file data when receiving a
File
event from a Slack Connect Channel by @zFlabmonsta in https://github.com/slack-go/slack/pull/1312 - Added support for the
slack_file
in the image block by @rhysm in https://github.com/slack-go/slack/pull/1311 - Added 35 missing Websocket event types by @Aryakoste in https://github.com/slack-go/slack/pull/1306
- Added support for parsing
AppRateLimited
events in theParseEvent
function by @nemuvski in https://github.com/slack-go/slack/pull/1308 - Added newly documented Channel Canvas properties to the
conversations.info
Web API method by @ku in https://github.com/slack-go/slack/pull/1228
Bug Fixes
- Fixed an edge case when using
UpdateRemoteFileContext
andUpdateRemoteFile
and Image Previews would return aninvalid_auth
error by @EkeMinusYou in https://github.com/slack-go/slack/pull/1117
Chores / Code Cleanup
- Replaced deprecated
ioutil
withio
andos
packages by @nakamasato in https://github.com/slack-go/slack/pull/1310
New Contributors
- @rfratto made their first contribution in https://github.com/slack-go/slack/pull/1307
- @nakamasato made their first contribution in https://github.com/slack-go/slack/pull/1310
- @rhysm made their first contribution in https://github.com/slack-go/slack/pull/1311
- @Aryakoste made their first contribution in https://github.com/slack-go/slack/pull/1306
- @nemuvski made their first contribution in https://github.com/slack-go/slack/pull/1308
- @ku made their first contribution in https://github.com/slack-go/slack/pull/1228
- @EkeMinusYou made their first contribution in https://github.com/slack-go/slack/pull/1117
- @jjjjeeffff was instrumental in the successful resolution of https://github.com/slack-go/slack/pull/1117
Full Changelog: https://github.com/slack-go/slack/compare/v0.13.1...v0.14.0