Skip to content

Releases: dotnetbots/Slackbot.Net

Release 8.1.3

20 Jan 11:18
09c66aa

Choose a tag to compare

Full Changelog: 8.1.2...8.1.3

09c66aa message: add subtype

Release 8.1.2

19 Jan 13:40
2d0171c

Choose a tag to compare

Full Changelog: 8.1.1...8.1.2

2d0171c message: add thread_ts prop

Release 8.1.1

16 Jan 15:10
72428ca

Choose a tag to compare

What's Changed

Bugfixes 🐛

  • Remove deprecated MessageAppHome event handling and add MessageIM by @murdahl in #30
  • Dev/murdahl/add message event by @murdahl in #31

Changes

  • Add new fields to EventMetaData and Authorization class by @murdahl in #32

Full Changelog: 8.1.0...8.1.1

72428ca message(bots): add bot_id to message.im payload
f239f4b bugfix: api_app_id is string
b73d8e5 Add new fields to EventMetaData and Authorization class (#32)
ff119ff Merge pull request #31 from murdahl/dev/murdahl/add-message.im-event
113153d Refactor MessageIM to Message event handling
0b5bb1f Update EventTypes.cs
571668f Merge pull request #30 from murdahl/dev/murdahl/add-message.im-event
32ce82d Remove deprecated MessageAppHome event handling and add MessageIM

Release 8.1.0

05 Jan 14:40
369234b

Choose a tag to compare

What's Changed

New Features 🎉

  • Add support for message.app_home Slack event by @murdahl in #29

Changes

  • Add interactive block action attributes by @murdahl in #24
  • Dev/murdahl/add interactive blockaction attributes by @murdahl in #25
  • Interactive block state Attribute naming fix by @murdahl in #26
  • Bugfix - Removed value for input text - Reinstate by @murdahl in #27

Full Changelog: 8.0.2...8.1.0

369234b Add support for message.app_home Slack event (#29)
d46739a Merge pull request #27 from murdahl/bugfix/murdahl/blockkit-errors
ccd538b And don't remove value for input text
ebd2b83 Merge pull request #26 from murdahl/bugfix/murdahl/blockkit-errors
b516123 Attribute naming fix
a208d30 Merge pull request #25 from murdahl/dev/murdahl/Add-interactive-blockaction-attributes
99aba06 Merge branch 'main' into dev/murdahl/Add-interactive-blockaction-attributes
f647f80 Correcf dict usage
84042e5 Add interactive block action attributes (#24)
19e0ecc Add interactive block action attributes

Release 8.0.2

05 Jun 19:09
38a3871

Choose a tag to compare

What's Changed

Changes

  • Add Chat update, ConversationOpen, input placeholder by @murdahl in #23

Full Changelog: 8.0.1...8.0.2

38a3871 Add Chat update, ConversationOpen, input placeholder (#23)

Release 8.0.1

04 Jun 20:35
b388554

Choose a tag to compare

What's Changed

Changes

Full Changelog: 8.0.0...8.0.1

b388554 team_join: add is_bot on user (#22)

Release 8.0.0

04 Jun 18:45
fd43762

Choose a tag to compare

What's Changed

New Features 🎉

team_join

emojii_changed

Bugfixes

Other

  • add samples for team_join and emoji_changed by @johnkors in #21

New Contributors

Full Changelog: 7.0.1...8.0.0

fd43762 add samples for team_join and emoji_changed (#21)
e87078e bugfix: teamjoin (#20)
075f098 emoji-change events: add subtype helper (#19)
a6b28f0 bugfix: add missing middleware argument RequestDelegate (#18)
4ea93d0 Bugfix: emoji changed (#17)
fd62ab9 add support for emoji_changed event (#16)
dc2ac75 bugfix: parsing of team_join payload (#15)
ca7284f Murdahl/add new relevant events (#14)
eba594b once more update for img url
715abb5 Change placeholder-url in test
b899754 .NET 9 (#13)
9ece67f Chore: Skip auth instead of fail (#12)

Release 7.0.1

01 Dec 14:04
3cb319e

Choose a tag to compare

What's Changed

Changes

  • Uninstall: adds more handling for nulls by @johnkors in #11

Full Changelog: 7.0.0...7.0.1

3cb319e Uninstall: adds more handling for nulls (#11)

Release 7.0.0

15 Nov 23:28
2972985

Choose a tag to compare

What's Changed

Changes

Full Changelog: 6.0.7...7.0.0

2972985 .NET 8 (#10)
4ff761c Update readme
3e0212c Adds docs link

Release 6.0.7

07 Apr 12:06

Choose a tag to compare

Full Changelog: 6.0.6...6.0.7

dfc5234 Adds chat.postEphemeral support
0020715 Integration test on demand