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 #1208 - Added
isReadOnly
property toConversation
struct by @GGonryun in #1232
Bug Fixes
- Fixed
UploadFileV2
when using text content by @calebmckay in #1291 - Made
Channel
optional onUploadFileV2
by @0xdeafcafe in #1293
Chores / Code Cleanup
- Replace a Loop with Slice by @testwill in #1211
- Added Deprecation Notice for
files.upload
by @lorenzoaiello in #1300 - Added Go Test Coverage for 1.21 and 1.22 by @lorenzoaiello in #1298
Documentation Updates
- Updated Inline Docs and API References by @lorenzoaiello in #1299
- Added an example for
Pagination
by @adamrothman in #1201 - Added an example for
ConversationHistory
by @lorenzoaiello in #1302 - Added an example for
AddRemoteFile
andDeleteFile
by @lorenzoaiello in #1303
New Contributors
- @calebmckay made their first contribution in #1291
- @lheiskan made their first contribution in #1208
- @GGonryun made their first contribution in #1232
- @0xdeafcafe made their first contribution in #1293
- @lorenzoaiello made their first contribution in #1300
- @adamrothman made their first contribution in #1201
Full Changelog: v0.13.0...v0.13.1