Skip to content

Commit 7f42803

Browse files
committed
Version 3.0.0-alpha.11
PR-URL: #413
1 parent b6ecc7e commit 7f42803

4 files changed

Lines changed: 117 additions & 126 deletions

File tree

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.0.0-alpha.11][] - 2023-06-08
6+
7+
- Support pipe readable (for large files)
8+
- Support SNI callback for TLS transport
9+
- Multiple fixes
10+
511
## [3.0.0-alpha.10][] - 2023-05-03
612

713
- Drop node.js 14 support, add node.js 20
@@ -262,7 +268,8 @@ Module stub v0.0.0 and all before 1.0.0 are experiments with syntactic and
262268
binary structures and multiple different ideas originated from JSTP and old
263269
protocols like USP and CLEAR.
264270

265-
[unreleased]: https://github.com/metarhia/metacom/compare/v3.0.0-alpha.10...HEAD
271+
[unreleased]: https://github.com/metarhia/metacom/compare/v3.0.0-alpha.11...HEAD
272+
[3.0.0-alpha.11]: https://github.com/metarhia/metacom/compare/v3.0.0-alpha.10...v3.0.0-alpha.11
266273
[3.0.0-alpha.10]: https://github.com/metarhia/metacom/compare/v3.0.0-alpha.9...v3.0.0-alpha.10
267274
[3.0.0-alpha.9]: https://github.com/metarhia/metacom/compare/v3.0.0-alpha.8...v3.0.0-alpha.9
268275
[3.0.0-alpha.8]: https://github.com/metarhia/metacom/compare/v3.0.0-alpha.7...v3.0.0-alpha.8

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
| ------- | ------------------ |
77
| 0.x | :x: |
88
| 1.x | :x: |
9-
| 2.x | :white_check_mark: |
9+
| 2.x | :x: |
1010
| 3.x | :white_check_mark: |
1111

1212
## Reporting a Vulnerability

0 commit comments

Comments
 (0)