Skip to content

Commit 5543d28

Browse files
committed
Release 2.1.0
1 parent d7a4c70 commit 5543d28

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

History.md

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

2+
2.1.0 / 2017-08-08
3+
==================
4+
5+
* only include the port number in the Host header when non-default port (#22)
6+
* set ALPN to "http 1.1" by default when using tlsproxy (#25)
7+
* only set `ALPNProtocols` when the property does not already exist
8+
* support SNI (#14)
9+
210
2.0.0 / 2017-06-26
311
==================
412

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "https-proxy-agent",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "An HTTP(s) proxy `http.Agent` implementation for HTTPS",
55
"main": "./index.js",
66
"scripts": {

0 commit comments

Comments
 (0)