Releases: soxtoby/SlackNet
Releases · soxtoby/SlackNet
v0.10.21
- Fixed content type of event endpoint challenge.
- Checking content type of request before trying to deserialize it.
Thankyou to @SamuelCharest for his help with this release 🛠️
v0.10.20
- Added
Link.Email
helper method for creating email links. - Added
PostToWebhook
method toSlackApiClient
for posting messages to incoming webhooks. - Added
IncomingWebhook
property toOauthV2AccessResponse
for collecting generated webhook URLs.
Thankyou to @TimSon777 for his help with this release 👍
v0.10.19
- Fixed deserialization of
MessageBlocks
property in attachments. DatePicker.FocusOnLoad
property isn't serialized when false, to avoid a Slack internal error.- Added
DateTimePicker
,EmailTextInput
,UrlTextInput
, andNumberInput
block elements.
Thanks again to @theteladras for his help with this release 🤝
v0.10.18
- Added
Border
property toRichTextList
. - Singular enum arguments are added to request URLs without quotes (fixes #135).
- Fixing
Search
API response deserialization by changing fromMessageEvent
s to newMessageSearchResponse
class.
Thank you to @theteladras for his help with this release ✨
v0.10.17
- Added
ApiAppId
property toUserProfile
. - Improved performance of type lookups during deserialization across multiple threads.
Thankyou to @theteladras and @omer-koren for this release 🥇
v0.10.16
- Added
Unicode
andSkinTone
properties toRichTextEmoji
. - Added
PinnedTo
andPinnedInfo
properties toMessageEvent
. - Added
DeleteScheduledMessage
method toChatApi
. - Fixed type of
ScheduledMessage.Id
and added missingText
property. - Added
EnterpriseId
property toEventCallback
. - Added
TeamAccessGranted
andTeamAccessRevoked
events. - When a logger is attached, the default
Http
service will correctly log requests.
Many thanks to @theteladras, @omer-koren, @magnusfox, and @henkli for their help with this release 🥳
v0.10.15
v0.10.14
v0.10.13
- Added
Attachment
properties that appear on message unfurls (shared messages).
Thankyou to @omer-koren for this release ✌️
v0.10.12
- Fixed deserialization of
EmojiApi.List
's response so emojis are returned properly. - Fixed deserialization of
DndApi.TeamInfo
's response so users' DnD statuses are returned properly.
Thanks to @omer-koren for his help with this release 🛠️