-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [1.5.1](v1.5.0...v1.5.1) (2022-03-29) ### Bug Fixes * **Messages:** Improves the performance of the . The list of possible recipients for messages is now created cyclically in a background job and is immediately available for the frontend. ([73cda44](73cda44)), closes [#678](#678) [#680](#680) * Removes long deprecated environment variables from `.env.sample`. This variables have had no effect for some time. ([9bf0a55](9bf0a55)), closes [#679](#679) * RPC methods can now be extended with additional parameters while still remaining compatible with legacy RPC clients if default values are used. ([4320b23](4320b23)), closes [iris-connect/iris-backlog#278](https://github.com/iris-connect/iris-backlog/issues/278) * Updates EPS to version v0.2.6 ([2cd3a4a](2cd3a4a))
- Loading branch information
1 parent
283173e
commit 8676b3d
Showing
9 changed files
with
29 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -559,7 +559,7 @@ [email protected] | MIT | https://github.com/sindresorhus/invert-kv | |
[email protected] | MIT | https://github.com/indutny/node-ip | ||
[email protected] | MIT | https://github.com/whitequark/ipaddr.js | ||
[email protected] | MIT | https://github.com/whitequark/ipaddr.js | ||
[email protected]rc.2-POST-RELEASE | UNLICENSED | | ||
[email protected] | UNLICENSED | | ||
[email protected] | MIT | https://github.com/sindresorhus/is-absolute-url | ||
[email protected] | MIT | https://github.com/inspect-js/is-arguments | ||
[email protected] | MIT | https://github.com/qix-/node-is-arrayish | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ [email protected] | MIT | https://github.com/TehShrike/deepmerge | |
[email protected] | Apache-2.0 | https://github.com/SheetJS/node-exit-on-epipe | ||
[email protected] | MIT | https://github.com/follow-redirects/follow-redirects | ||
[email protected] | Apache-2.0 | https://github.com/SheetJS/frac | ||
[email protected]rc.2-POST-RELEASE | UNLICENSED | | ||
[email protected] | UNLICENSED | | ||
[email protected] | MIT | https://github.com/lodash/lodash | ||
[email protected] | Apache-2.0 | https://github.com/SheetJS/printj | ||
[email protected] | Apache-2.0 | https://github.com/SheetJS/printj | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters