Sourced from github.com/slack-go/slack's releases.
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
metadata
when receiving aMessageEvent
over WebSocket by@rfratto
in slack-go/slack#1307- Added a new field to expose file data when receiving a
File
event from a Slack Connect Channel by@zFlabmonsta
in slack-go/slack#1312- Added support for the
slack_file
in the image block by@rhysm
in slack-go/slack#1311- Added 35 missing Websocket event types by
@Aryakoste
in slack-go/slack#1306- Added support for parsing
AppRateLimited
events in theParseEvent
function by@nemuvski
in slack-go/slack#1308- Added newly documented Channel Canvas properties to the
conversations.info
Web API method by@ku
in slack-go/slack#1228Bug Fixes
- Fixed an edge case when using
UpdateRemoteFileContext
andUpdateRemoteFile
and Image Previews would return aninvalid_auth
error by@EkeMinusYou
in slack-go/slack#1117Chores / Code Cleanup
- Replaced deprecated
ioutil
withio
andos
packages by@nakamasato
in slack-go/slack#1310New Contributors
@rfratto
made their first contribution in slack-go/slack#1307@nakamasato
made their first contribution in slack-go/slack#1310@rhysm
made their first contribution in slack-go/slack#1311@Aryakoste
made their first contribution in slack-go/slack#1306@nemuvski
made their first contribution in slack-go/slack#1308@ku
made their first contribution in slack-go/slack#1228@EkeMinusYou
made their first contribution in slack-go/slack#1117@jjjjeeffff
was instrumental in the successful resolution of slack-go/slack#1117Full Changelog: https://github.com/slack-go/slack/compare/v0.13.1...v0.14.0
v0.13.1
What's Changed
v0.13.1 is now available. It contains no breaking changes but does expose some new fields previously unavailable.
Enhancements
- Added
UnfurlLinks
andUnfurlMedia
toWebhookMessage
by@lheiskan
in slack-go/slack#1208- Added
isReadOnly
property toConversation
struct by@GGonryun
in slack-go/slack#1232Bug Fixes
- Fixed
UploadFileV2
when using text content by@calebmckay
in slack-go/slack#1291- Made
Channel
optional onUploadFileV2
by@0xdeafcafe
in slack-go/slack#1293Chores / Code Cleanup
- Replace a Loop with Slice by
@testwill
in slack-go/slack#1211- Added Deprecation Notice for
files.upload
by@lorenzoaiello
in slack-go/slack#1300- Added Go Test Coverage for 1.21 and 1.22 by
@lorenzoaiello
in slack-go/slack#1298Documentation Updates
- Updated Inline Docs and API References by
@lorenzoaiello
in slack-go/slack#1299
... (truncated)
242df46
fix: create multipart form when multipart request (#1117)5345c06
feat: Add Properties.Canvas to Channel (#1228)50e7414
feat: Add support for parsing AppRateLimited events (#1308)e947079
feat: Events api reconcilation (#1306)99b3ebe
Add slack_file to image block (#1311)75103a9
add file access field to file struct for slackevents (#1312)25fefc8
chore: replace ioutil with io or os package (#1310)b9d4317
slackevents: support metadata in MessageEvent (#1307)1dfd1df
docs: Adding an example for ConversationHistory (#1302)7ddfd02
docs: Adding an example for AddRemoteFile and DeleteFile (#1303)