Skip to content

v1.0.7

Latest
Compare
Choose a tag to compare
@gpailler gpailler released this 07 Nov 05:18
· 183 commits to master since this release
f787daa

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_text fields in UserProfile class (#103)
  • Added files field in SearchResponseFiles class (#106, #145)
  • Added is_primary_owner, is_restricted, is_ultra_restricted, has_2fa, two_factor_type, team_id, real_name fields in User class (#110)
  • Added footer, footer_icon fields in Attachment class (#112)
  • Added support for Slack Google authentication (#116, #117)
  • Added ephemeral messaging support (#135)
  • Added username, bot_id, icons, attachments fields 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:

  • Added continuous integration support (Cake script / AppVeyor) (#64, #139, #140)
  • Cleaned up warnings in projects (#100, #141)

Published on Nuget
List of bugfixes