@metamask-previews/json-rpc-middleware-stream 6.0.2-preview.8cdddaf → 6.0.2-preview.cbe2fbb7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +28 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,4 +1,5 @@
1
1
  # Changelog
2
+
2
3
  All notable changes to this project will be documented in this file.
3
4
 
4
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
@@ -7,68 +8,95 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
  ## [Unreleased]
8
9
 
9
10
  ## [6.0.2]
11
+
10
12
  ### Changed
13
+
11
14
  - Bump `@metamask/utils` to `^8.3.0` ([#3769](https://github.com/MetaMask/core/pull/3769))
12
15
  - Bump `@metamask/json-rpc-engine` to `^7.3.2` ([#3821](https://github.com/MetaMask/core/pull/3821))
13
16
 
14
17
  ## [6.0.1]
18
+
15
19
  ### Changed
20
+
16
21
  - Bump `@metamask/json-rpc-engine` to `^7.3.1` ([#3695](https://github.com/MetaMask/core/pull/3695))
17
22
 
18
23
  ## [6.0.0]
24
+
19
25
  ### Added
26
+
20
27
  - Migrate `@metamask/json-rpc-engine` into the core monorepo ([#1762](https://github.com/MetaMask/core/pull/1762))
21
28
 
22
29
  ## Changed
30
+
23
31
  - **BREAKING**: Rename package from `json-rpc-middleware-stream` to `@metamask/json-rpc-middleware-stream` ([#1762](https://github.com/MetaMask/core/pull/1762))
24
32
  - Bump `@metamask/json-rpc-engine` from `^7.1.0` to `^7.2.0` ([#1762](https://github.com/MetaMask/core/pull/1762))
25
33
  - Bump `@metamask/utils` from `^8.1.0` to `^8.2.0` ([#1762](https://github.com/MetaMask/core/pull/1762))
26
34
 
27
35
  ## [5.0.1]
36
+
28
37
  ### Changed
38
+
29
39
  - Upgrade typescript version to 4.8.4 ([#68](https://github.com/MetaMask/json-rpc-middleware-stream/pull/68))
30
40
 
31
41
  ## [5.0.0]
42
+
32
43
  ### Changed
44
+
33
45
  - **BREAKING**: Increase minimum Node.js version to 16 ([#59](https://github.com/MetaMask/json-rpc-middleware-stream/pull/59))
34
46
  - **BREAKING**: Update `readable-stream` from `^2.3.3` to `^3.6.2` ([#55](https://github.com/MetaMask/json-rpc-middleware-stream/pull/55))
35
47
  - **BREAKING**: Switch from legacy `json-rpc-engine`@`^6.1.0` to `@metamask/json-rpc-engine`@`^7.1.1` ([#54](https://github.com/MetaMask/json-rpc-middleware-stream/pull/54))
36
48
  - Add dependency `@metamask/utils` ([#54](https://github.com/MetaMask/json-rpc-middleware-stream/pull/54))
37
49
 
38
50
  ## [4.2.3]
51
+
39
52
  ### Fixed
53
+
40
54
  - Moved json-rpc-engine from devDependencies to dependencies ([#56](https://github.com/MetaMask/json-rpc-middleware-stream/pull/56))
41
55
 
42
56
  ## [4.2.2]
57
+
43
58
  ### Changed
59
+
44
60
  - Bump @metamask/safe-event-emitter from 2.0.0 to 3.0.0 ([#44](https://github.com/MetaMask/json-rpc-middleware-stream/pull/44))
45
61
 
46
62
  ### Fixed
63
+
47
64
  - Fix race condition in `createStreamMiddleware` ([#47](https://github.com/MetaMask/json-rpc-middleware-stream/pull/47))
48
65
  - Previously this middleware would fail to process synchronous responses on initialized streams
49
66
 
50
67
  ## [4.2.1]
68
+
51
69
  ### Fixed
70
+
52
71
  - Add early return in createStreamMiddleware.processsResponse method if JSON RPC request is not found ([#35](https://github.com/MetaMask/json-rpc-middleware-stream/pull/35))
53
72
 
54
73
  ## [4.2.0]
74
+
55
75
  ### Changed
76
+
56
77
  - Change error throw when response is seen for unknown request into warning displayed in console ([#32](https://github.com/MetaMask/json-rpc-middleware-stream/pull/32))
57
78
 
58
79
  ## [4.1.0]
80
+
59
81
  ### Changed
82
+
60
83
  - Added retry limit of 3 to requests ([#30](https://github.com/MetaMask/json-rpc-middleware-stream/pull/30))
61
84
 
62
85
  ## [4.0.0] - 2022-10-03
86
+
63
87
  ### Changed
88
+
64
89
  - BREAKING: Add Node 12 as minimum required version [#15](https://github.com/MetaMask/json-rpc-middleware-stream/pull/15)
65
90
  - Retry pending requests when notification to reconnect is received ([#27](https://github.com/MetaMask/json-rpc-middleware-stream/pull/27))
66
91
 
67
92
  ### Security
93
+
68
94
  - Add `@lavamoat/allow-scripts` to make dependency install scripts opt-in ([#25](https://github.com/MetaMask/json-rpc-middleware-stream/pull/25))
69
95
 
70
96
  ## [3.0.0] - 2020-12-08
97
+
71
98
  ### Added
99
+
72
100
  - TypeScript typings ([#11](https://github.com/MetaMask/json-rpc-middleware-stream/pull/11))
73
101
 
74
102
  [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-middleware-stream@6.0.2...HEAD
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/json-rpc-middleware-stream",
3
- "version": "6.0.2-preview.8cdddaf",
3
+ "version": "6.0.2-preview.cbe2fbb7",
4
4
  "description": "A small toolset for streaming JSON-RPC data and matching requests and responses",
5
5
  "keywords": [
6
6
  "MetaMask",