You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 21, 2021. It is now read-only.
This release fixes a subtle but serious memleak in all previous 5.x
4
+
versions. Upgrading immediately is highly recommended.
5
+
6
+
### Bug Fixes
7
+
8
+
***dataunions:** Withdraw amount can be a string ([bccebcb](https://github.com/streamr-dev/streamr-client/commit/bccebcb580e91f55a68a0aae864dcc48cf370bfa))
9
+
***keyexchange:** Remove bad call to cancelTask. ([cb576fd](https://github.com/streamr-dev/streamr-client/commit/cb576fdccbbf2600011c89a151cb15a3870a258a))
10
+
***pipeline:** Fix memleak in pipeline. ([86fcb83](https://github.com/streamr-dev/streamr-client/commit/86fcb833d74df267ad538fc37cf76c4f95c9462c))
11
+
***pushqueue:** Empty pending promises array in cleanup, prevents memleak. ([1e4892c](https://github.com/streamr-dev/streamr-client/commit/1e4892ccabd6853c59648fc025bc8be1fd630e55))
12
+
***pushqueue:** Transform was doing something unusual. ([27dbb05](https://github.com/streamr-dev/streamr-client/commit/27dbb05612a2d838e4ce399fb643d6ca00c1af74))
13
+
***subscribe:** Clean up type errors. ([1841741](https://github.com/streamr-dev/streamr-client/commit/184174127835a3d11160acbe4804b621e4480a86))
14
+
***util:** Clean up dangling Defers in LimitAsyncFnByKey. ([1eaa55a](https://github.com/streamr-dev/streamr-client/commit/1eaa55a9b51f44e055148ba80fa51e1d63fe2a77))
15
+
***util/defer:** Rejig exposed functions so resolve/reject can be gc'ed. ([2638f2b](https://github.com/streamr-dev/streamr-client/commit/2638f2b164455b6c45f3c6e9d3d6b297669ebc7a))
16
+
***validator:** Only keep a small message validator cache. ([de7b689](https://github.com/streamr-dev/streamr-client/commit/de7b68953dd52f8fbdf4bee4dff2ba6b3bd02545))
0 commit comments