Skip to content
Tags give the ability to mark specific points in history as being important
  • 5.3.0
    ab918bd2 · 5.3.0 ·
  • 5.2.1
    afb62ee3 · 5.2.1 ·
  • 5.2.0
    bbf953ff · 5.2.0 ·
  • 5.1.2
    0175f9e2 · 5.1.2 ·
  • 5.1.1
    6a23dc78 · 5.1.1 ·
  • 5.1.0
    445be6e7 · 5.1.0 ·
  • 5.0.0
    67dfa448 · 5.0.0 ·
  • 4.7.0
    911c2254 · 4.7.0 ·
  • 4.6.0
    e808002a · 4.6.0 ·
  • helm-hookshot-0.1.15
  • helm-hookshot-0.1.14
  • 4.5.1
    f88ee8e9 · 4.5.1 ·
    4.5.1 (2023-09-26)
    ==================
    
    Bugfixes
    --------
    
    - Fix transformation scripts breaking if they include a `return` at the top level ([\#818](https://github.com/matrix-org/matrix-hookshot/issues/818))
    
  • 4.5.0
    257c93e0 · 4.5.0 ·
  • 4.4.1
    b7d66177 · 4.4.1 ·
    4.4.1
    
  • 4.4.0
    e41c9a8d · 4.4.0 ·
    4.4.0
    
  • 4.3.0
    2173a8cc · 4.3.0 ·
    4.3.0 (2023-06-19)
    ==================
    
    Features
    --------
    
    - Added basic helm chart to repository with GitHub Actions / chart-releaser builds ([\#719](https://github.com/matrix-org/matrix-hookshot/issues/719))
    - Feeds are now polled concurrently (defaulting to 4 feeds at a time). ([\#779](https://github.com/matrix-org/matrix-hookshot/issues/779))
  • helm-hookshot-0.1.13
  • 4.2.0
    584f1d09 · 4.2.0 ·
     4.2.0 (2023-06-05)
    ===================
    
    Features
    --------
    
    - Add support for uploading bot avatar images. ([\#767](https://github.com/matrix-org/matrix-hookshot/issues/767))
    
    Bugfixes
    --------
    
    - Fix confusing case where issue comments would be notified on if the issue event type is checked on GitHub connections. ([\#757](https://github.com/matrix-org/matrix-hookshot/issues/757))
    - Fix crash when failing to handle events, typically due to lacking permissions to send messages in a room. ([\#771](https://github.com/matrix-org/matrix-hookshot/issues/771))
    
  • 4.1.0
    9e5b5697 · 4.1.0 ·
    4.1.0 (2023-05-24)
    ==================
    
    Features
    --------
    
    - Add support for notifying when a GitLab MR has a single review (rather than completed review). ([\#736](https://github.com/matrix-org/matrix-hookshot/issues/736))
    - Add support for Sentry tracing. ([\#754](https://github.com/matrix-org/matrix-hookshot/issues/754))
    
    Bugfixes
    --------
    
    - Fix feed message format when the item does not contain a title or link. ([\#737](https://github.com/matrix-org/matrix-hookshot/issues/737))
    - Fix HTML appearing in its escaped form in feed item summaries. ([\#738](https://github.com/matrix-org/matrix-hookshot/issues/738))
    - Fix Github comments not being rendered correctly as blockquotes. ([\#746](https://github.com/matrix-org/matrix-hookshot/issues/746))
    - Fix setup issues when the bot has PL 0 and room default isn't 0. ([\#755](https://github.com/matrix-org/matrix-hookshot/issues/755))
    
    Internal Changes
    ----------------
    
    - Apply non-style suggestions by `cargo clippy` to reduce allocations in the rust code. ([\#750](https://github.com/matrix-org/matrix-hookshot/issues/750))
    - Apply more Rust clippy suggestions, and run clippy in CI. ([\#753](https://github.com/matrix-org/matrix-hookshot/issues/753))
    - Update eslint to a version that supports Typescript 5. ([\#760](https://github.com/matrix-org/matrix-hookshot/issues/760))
  • 4.0.0
    2110e882 · 4.0.0 ·
    4.0.0 (2023-04-27)
    ==================
    
    Features
    --------
    
    - Add support for specifying custom templates for feeds. ([\#702](https://github.com/matrix-org/matrix-hookshot/issues/702))
    - Use SQLite for file-based crypto stores by default, instead of Sled. ([\#714](https://github.com/matrix-org/matrix-hookshot/issues/714))
    - Notifications for RSS feed failures can now be toggled on and off. The feature is now **off** by default. ([\#716](https://github.com/matrix-org/matrix-hookshot/issues/716))
    
    Bugfixes
    --------
    
    - Fix mishandling of empty feed/item title tags. ([\#708](https://github.com/matrix-org/matrix-hookshot/issues/708))
    - Add information about GitHub App Installs in 'update' state on the oauth status page. ([\#717](https://github.com/matrix-org/matrix-hookshot/issues/717))
    - Fix cases of GitHub repos not being bridgable if the GitHub App had to be manually approved. ([\#718](https://github.com/matrix-org/matrix-hookshot/issues/718))
    - Switch to using Rust for parsing RSS feeds. ([\#721](https://github.com/matrix-org/matrix-hookshot/issues/721))
    
    Deprecations and Removals
    -------------------------
    
    - Add support for Node 20, and drop support for Node 16. ([\#724](https://github.com/matrix-org/matrix-hookshot/issues/724))
    
    Internal Changes
    ----------------
    
    - Ensure all Hookshot specific metrics have a `hookshot_` prefix. ([\#701](https://github.com/matrix-org/matrix-hookshot/issues/701))
    - Update dependency used in Generic Webhook JS functions to fix a security flaw. ([\#705](https://github.com/matrix-org/matrix-hookshot/issues/705))
    - Switch to using Rust for parsing RSS feeds. ([\#709](https://github.com/matrix-org/matrix-hookshot/issues/709))
    - Update the README with a prettier set of features. ([\#726](https://github.com/matrix-org/matrix-hookshot/issues/726))
    - Update `yaml` dependency to `2.2.2` ([\#728](https://github.com/matrix-org/matrix-hookshot/issues/728))