geluk / matrix-webhook-gateway

Webhook gateway for Matrix / Synapse. Create and manage webhooks in Matrix channels for multiple services.
MIT License
18 stars 4 forks source link

[Snyk] Upgrade matrix-appservice-bridge from 3.0.0 to 3.1.0 #26

Closed snyk-bot closed 2 years ago

snyk-bot commented 2 years ago

Snyk has created this PR to upgrade matrix-appservice-bridge from 3.0.0 to 3.1.0.

:information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


Release notes
Package name: matrix-appservice-bridge
  • 3.1.0 - 2021-09-28

    Features

    • Add optional UserActivityTracker for tracking & reporting monthly active users, and BridgeBlocker allowing for locking down the bridge communications (intended to be used together) (#350)
    • Add tracking of last active Matrix users (previously maintained in https://github.com/Half-Shot/matrix-lastactive) (#594)

    Bugfixes

    • Fix a bug that prevented bridges from calling getPrometheusMetrics without first calling listen in Bridge. (#355)

    Internal Changes

    • The StateLookup class now takes an intent rather than using a deprecated MatrixClient instance. (#357)
  • 3.0.0 - 2021-09-09

    3.0.0 (2021-09-09)

    This release introduces BREAKING changes. We are now using the matrix-bot-sdk under the hood. While the library has kept the same function signatures in many places, some changes have been made. Please take care to review your bridge after upgrading to ensure that you do not depend on depecated or undefined behaviours.

    Features

    • Breaking: This library now uses the matrix-bot-sdk for Matrix requests. Previously, the bridge used the matrix-js-sdk which
      is now deprecated in this release, but can still be accessed via Intent.getClient(). (#326)
    • Breaking: The Cli will no longer specify a default port of 8090 if one is not provided as an command line argument. instead run will be called with null. Bridge developers MUST now handle
      this case. (#344)
    • Breaking: The room link validator no longer has a seperate rule file. Bridge developers should maintain their own rules in the config file and call updateRoomLinkValidatorRules to update the ruleset on config reload.
    • Add buckets option to PrometheusMetrics.addTimer, to specify custom bucket intervals. (#347)

    Bugfixes

    • Leave the new room on room upgrade if the upgrade was not successful. (#342)
    • Remove unused config parameter from Bridge.run. (#345)
from matrix-appservice-bridge GitHub release notes

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

šŸ§ View latest project report

šŸ›  Adjust upgrade PR settings

šŸ”• Ignore this dependency or unsubscribe from future upgrade PRs