What's Changed
New Features 馃帀
- Invoke all event handlers; fix User JSON by @murdahl in #33
- Add reaction_added support and conversations.history by @murdahl in #34
- Add assistant thread event and API support by @murdahl in #35
Changes
New Contributors
Full Changelog: 8.1.3...8.1.4
83080f3 Merge pull request #37 from dotnetbots/copilot/support-scoped-handler-lifetimes
a23a5fe Support scoped Slackbot handler lifetimes
7ae9f10 Initial plan
df7119f Merge pull request #35 from murdahl/dev/murdahl/Add-assistant-thread-event-and-API-support
2cd38d2 Add assistant thread event and API support
1902179 Merge pull request #34 from murdahl/dev/murdahl/Add-reaction_added-support-and-conversations.history
f28e7f7 Replace SubType with App_Id; adjust tests
1333b34 Add reaction_added support and conversations.history
2309f2a Merge pull request #33 from murdahl/dev/murdahl/Invoke-all-event-handlers;-fix-User-JSON
4563323 Invoke all event handlers; fix User JSON