File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ### [ 4.2.1] ( https://www.github.com/web-std/io/compare/fetch-v4.2.0...fetch-v4.2.1 ) (2023-08-29)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * ** fetch:** fix memory leak when passing ` keepAlive ` ([ #83 ] ( https://www.github.com/web-std/io/issues/83 ) ) ([ 5fde362] ( https://www.github.com/web-std/io/commit/5fde362a9648de474c52006cf94d9dedba12b480 ) )
9
+ * ** fetch:** import ` Buffer ` from ` 'buffer' ` ([ #90 ] ( https://www.github.com/web-std/io/issues/90 ) ) ([ 29d8936] ( https://www.github.com/web-std/io/commit/29d8936fb489cee1fa132167da69bee8202bace8 ) )
10
+
3
11
## [ 4.2.0] ( https://www.github.com/web-std/io/compare/fetch-v4.1.2...fetch-v4.2.0 ) (2023-08-28)
4
12
5
13
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @web-std/fetch" ,
3
- "version" : " 4.2.0 " ,
3
+ "version" : " 4.2.1 " ,
4
4
"description" : " Web API compatible fetch implementation" ,
5
5
"main" : " ./dist/lib.node.cjs" ,
6
6
"module" : " ./src/lib.node.js" ,
You can’t perform that action at this time.
0 commit comments