matrix-org / matrix-hookshot

A bridge between Matrix and multiple project management services, such as GitHub, GitLab and JIRA.
https://matrix-org.github.io/matrix-hookshot/
Apache License 2.0
283 stars 68 forks source link

Update bot-sdk to 0.6.7-element-1 #814

Closed Half-Shot closed 1 year ago

Half-Shot commented 1 year ago

Depends on #798

Since sled is removed, this now depends on @AndrewFerr 's work.

https://github.com/vector-im/matrix-bot-sdk/releases/tag/v0.6.7-element.1 includes some useful refactors to the appservice handler logic, specifically it fixes a leak where we would hold onto requests in pendingTransactions forever.