Skip to content

Commit 056f599

Browse files
committed
Version 3.1.0
PR-URL: #460
1 parent 768d4c4 commit 056f599

File tree

3 files changed

+17
-10
lines changed

3 files changed

+17
-10
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## [Unreleased][unreleased]
44

5+
## [3.1.0][] - 2023-10-06
6+
7+
- Decompose bind to init and listen to handle EADDRINUSE and escalate error
8+
- Fix buffer length calculation for unicode strings
9+
- Drop node.js 16 and 19 and update dependencies
10+
511
## [3.0.6][] - 2023-09-13
612

713
- Log requests to static
@@ -239,7 +245,8 @@ Module stub v0.0.0 and all before 1.0.0 are experiments with syntactic and
239245
binary structures and multiple different ideas originated from JSTP and old
240246
protocols like USP and CLEAR.
241247

242-
[unreleased]: https://github.com/metarhia/metacom/compare/v3.0.6...HEAD
248+
[unreleased]: https://github.com/metarhia/metacom/compare/v3.1.0...HEAD
249+
[3.1.0]: https://github.com/metarhia/metacom/compare/v3.0.6...v3.1.0
243250
[3.0.6]: https://github.com/metarhia/metacom/compare/v3.0.5...v3.0.6
244251
[3.0.5]: https://github.com/metarhia/metacom/compare/v3.0.4...v3.0.5
245252
[3.0.4]: https://github.com/metarhia/metacom/compare/v3.0.3...v3.0.4

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "metacom",
3-
"version": "3.0.6",
3+
"version": "3.1.0",
44
"author": "Timur Shemsedinov <[email protected]>",
55
"description": "Communication protocol for Metarhia stack with rpc, events, binary streams, memory and db access",
66
"license": "MIT",
@@ -53,7 +53,7 @@
5353
"node": "18 || 20"
5454
},
5555
"dependencies": {
56-
"metautil": "^3.12.0",
56+
"metautil": "^3.13.0",
5757
"ws": "^8.14.0"
5858
},
5959
"devDependencies": {

0 commit comments

Comments
 (0)