Releases: Inumedia/SlackAPI
Releases · Inumedia/SlackAPI
v1.0.7
Improvements:
- Added .NET Core support (NetStandard 1.3, 1.6 and 2.0) (#91, #128, #135, #139, #143, #144)
- Added new message types (
channel_history_changed,dnd_updated_user,email_domain_changed,emoji_changed(add / remove),file_change,file_comment_deleted,file_comment_edited,file_created,file_deleted,file_public,file_unshared,group_history_changed,im_close,im_open,im_history_changed,subteam_self_added,subteam_self_removed,team_domain_change) (#98) - Added
status_emoji,status_textfields in UserProfile class (#103) - Added
filesfield in SearchResponseFiles class (#106, #145) - Added
is_primary_owner,is_restricted,is_ultra_restricted,has_2fa,two_factor_type,team_id,real_namefields in User class (#110) - Added
footer,footer_iconfields in Attachment class (#112) - Added support for Slack Google authentication (#116, #117)
- Added ephemeral messaging support (#135)
- Added
username,bot_id,icons,attachmentsfields in NewMessage class (#101, #135, #136, #142)
Bugfixes:
- Resolved Exception when Bot leaves Slack group (#102)
- Fixed NullReferenceException when request is timing out (#109, #124, #131)
- Allowed posting message using workspace tokens (#134, #146)
- OnMessageReceived not called after bot is removed from group (#96)
Internal: