We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7a4c70 commit 5543d28Copy full SHA for 5543d28
History.md
@@ -1,4 +1,12 @@
1
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
10
2.0.0 / 2017-06-26
11
==================
12
package.json
@@ -1,6 +1,6 @@
{
"name": "https-proxy-agent",
- "version": "2.0.0",
+ "version": "2.1.0",
"description": "An HTTP(s) proxy `http.Agent` implementation for HTTPS",
"main": "./index.js",
"scripts": {
0 commit comments