Skip to content

Commit

Permalink
Version 1.5.3
Browse files Browse the repository at this point in the history
PR-URL: #161
  • Loading branch information
tshemsedinov committed Feb 28, 2021
1 parent db87e70 commit a4e5072
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 26 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased][unreleased]

## [1.5.3][] - 2021-02-28

- Marshal timeout error to the client side
- Get user ip from Client class: `context.client.ip`
- Change queue configuration: https://github.com/metarhia/impress/issues/1484
Expand Down Expand Up @@ -67,7 +69,8 @@ Module stub v0.0.0 and all before 1.0.0 are experiments with syntactic and
binary structures and multiple different ideas originated from JSTP and old
protocols like USP and CLEAR.

[unreleased]: https://github.com/metarhia/metacom/compare/v1.5.2...HEAD
[unreleased]: https://github.com/metarhia/metacom/compare/v1.5.3...HEAD
[1.5.3]: https://github.com/metarhia/metacom/compare/v1.5.2...v1.5.3
[1.5.2]: https://github.com/metarhia/metacom/compare/v1.5.1...v1.5.2
[1.5.1]: https://github.com/metarhia/metacom/compare/v1.5.0...v1.5.1
[1.5.0]: https://github.com/metarhia/metacom/compare/v1.4.0...v1.5.0
Expand Down
43 changes: 21 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "metacom",
"version": "1.5.2",
"version": "1.5.3",
"author": "Timur Shemsedinov <[email protected]>",
"description": "Communication protocol for Metarhia stack with rpc, events, binary streams, memory and db access",
"license": "MIT",
Expand Down Expand Up @@ -54,9 +54,9 @@
"ws": "^7.4.3"
},
"devDependencies": {
"eslint": "^7.20.0",
"eslint": "^7.21.0",
"eslint-config-metarhia": "^7.0.1",
"eslint-config-prettier": "^8.0.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.3.1",
"metatests": "^0.7.2",
Expand Down

0 comments on commit a4e5072

Please sign in to comment.