Skip to content

Commit 95171eb

Browse files
committed
Release 2.37.0
1 parent 2acf75b commit 95171eb

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

History.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11

2+
2.37.0 / 2021-04-02
3+
==================
4+
5+
**features**
6+
* [[`2acf75b`](http://github.com/node-modules/urllib/commit/2acf75b75050667f7341e6990078e0330e704af1)] - feat: add unix domain socket file support (#352) (Khaidi Chu <<[email protected]>>)
7+
8+
**others**
9+
* [[`f2a42d1`](http://github.com/node-modules/urllib/commit/f2a42d19d2236979c16eea13c229839e5a78b381)] - chore: LICENSE link typo (fengmk2 <<[email protected]>>)
10+
* [[`28a0152`](http://github.com/node-modules/urllib/commit/28a0152c0ae5d4470d88b8122724b6228b48b319)] - chore: update contributors (fengmk2 <<[email protected]>>)
11+
* [[`5674670`](http://github.com/node-modules/urllib/commit/56746704d61116d99846d94480d223a9e3c42913)] - test: add socket checker test case (#341) (fengmk2 <<[email protected]>>)
12+
* [[`d953ec0`](http://github.com/node-modules/urllib/commit/d953ec0e55ec28d553a24c5cf0fcb64715e7c8f9)] - test: add testcase for using retry and writeStream in HttpClient2 (#350) (Haoliang Gao <<[email protected]>>)
13+
214
2.36.1 / 2020-06-09
315
==================
416

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "urllib",
3-
"version": "2.36.1",
3+
"version": "2.37.0",
44
"description": "Help in opening URLs (mostly HTTP) in a complex world — basic and digest authentication, redirections, cookies and more.",
55
"keywords": [
66
"urllib",

0 commit comments

Comments
 (0)