Use Typedoc over JSDoc for hosted documentation (#199)
The bridge can now optionally reload the config file on a SIGHUP signal. Developers should define the onConfigChanged callback
when constructing Cli to make use of this feature. (#207)
Breaking: Remove Bluebird Promise support. Promises returned by the library will now be native. (#216)
Make url parameter optional when generating registration. (#217)
Add Bridge.close method to close the appservice (#227)
Bugfixes
Refactor RoomLinkValidator to not hastily approve a link if one user is exempt (#184)
Fix bluebird defer warnings by using our own defer implementation. (#188)
Bridge.run() now throws if it fails to listen to a port instead of creating a floating promise (#191)
Fixed some broken typings and defer failures (#200)
Fix issue where providing a custom Registry to getPrometheusMetrics would cause /metrics to emit no response (#201)
Use Typedoc over JSDoc for hosted documentation (#199)
The bridge can now optionally reload the config file on a SIGHUP signal. Developers should define the onConfigChanged callback
when constructing Cli to make use of this feature. (#207)
Breaking: Remove Bluebird Promise support. Promises returned by the library will now be native. (#216)
Make url parameter optional when generating registration. (#217)
Add Bridge.close method to close the appservice (#227)
Bugfixes
Refactor RoomLinkValidator to not hastily approve a link if one user is exempt (#184)
Fix bluebird defer warnings by using our own defer implementation. (#188)
Bridge.run() now throws if it fails to listen to a port instead of creating a floating promise (#191)
Fixed some broken typings and defer failures (#200)
Fix issue where providing a custom Registry to getPrometheusMetrics would cause /metrics to emit no response (#201)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Bumps matrix-appservice-bridge from 1.13.2 to 2.0.0.
Release notes
Sourced from matrix-appservice-bridge's releases.
Changelog
Sourced from matrix-appservice-bridge's changelog.
Commits
edbdc9a
2.0.063528be
v2.0.0-rc1e3dec3e
Merge pull request #232 from matrix-org/hs/null-get-profile-infoa749ed2
Fix builds9ff216d
Create 232.bugfix79888d9
Allow info to be null on getProfileInfo37a00af
Merge pull request #227 from matrix-org/hs/close-server-functionc41c770
Update src/bridge.ts3f8126d
Update src/bridge.tsbff922f
Merge pull request #225 from matrix-org/j94/vetted-bridge-optsDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)