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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+33-12Lines changed: 33 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,12 @@
1
+
## 1.6.0
2
+
3
+
- Updated the internal ngrok SDK
4
+
- Added support for internal endpoints
5
+
1
6
## 1.5.0
2
-
Adds `poolingEnabled` to listener builders, allowing the endpoint to pool with other endpoints with the same host/port/binding
7
+
8
+
- Adds `poolingEnabled` to listener builders, allowing the endpoint to pool with
9
+
other endpoints with the same host/port/binding
3
10
4
11
## 1.4.1
5
12
@@ -9,24 +16,33 @@ Adds `poolingEnabled` to listener builders, allowing the endpoint to pool with o
9
16
10
17
- Rename `policy` to `traffic_policy`
11
18
- Fix quickstart example in README
12
-
- Add Microsoft Visual C++ Redistributable requirement for Windows to documentation
19
+
- Add Microsoft Visual C++ Redistributable requirement for Windows to
20
+
documentation
13
21
14
22
## 1.3.0:
15
23
16
-
- Add `rootCas` to session builder and `root_cas` to `ngrok.forward`. Setting this to `host` will use the host's trusted certificates to connect for the ngrok session.
17
-
- Add `session_ca_cert` and `server_addr` to `ngrok.forward`, which correspond to the same functions in the session builder.
24
+
- Add `rootCas` to session builder and `root_cas` to `ngrok.forward`. Setting
25
+
this to `host` will use the host's trusted certificates to connect for the
26
+
ngrok session.
27
+
- Add `session_ca_cert` and `server_addr` to `ngrok.forward`, which correspond
28
+
to the same functions in the session builder.
18
29
19
30
## 1.2.0:
20
31
21
-
- Add `verifyUpstreamTls` to listener builders and `verify_upstream_tls` to `ngrok.forward`. Setting this to false will skip verification of the upstream application's TLS certificate.
32
+
- Add `verifyUpstreamTls` to listener builders and `verify_upstream_tls` to
33
+
`ngrok.forward`. Setting this to false will skip verification of the upstream
34
+
application's TLS certificate.
22
35
23
36
## 1.1.1:
24
37
25
-
- Add `appProtocol(string)` to the labeled listener builder. Setting this to "http2" will enable HTTP/2 support to the backend application.
38
+
- Add `appProtocol(string)` to the labeled listener builder. Setting this to
39
+
"http2" will enable HTTP/2 support to the backend application.
26
40
27
41
## 1.1.0:
28
42
29
-
- Add `appProtocol(string)` to http listener builder, and `app_protocol: string` as a `ngrok.forward()` argument. Setting this to "http2" will enable HTTP/2 support to the backend application.
43
+
- Add `appProtocol(string)` to http listener builder, and `app_protocol: string`
44
+
as a `ngrok.forward()` argument. Setting this to "http2" will enable HTTP/2
45
+
support to the backend application.
30
46
31
47
## 1.0.0:
32
48
@@ -58,8 +74,10 @@ Adds `poolingEnabled` to listener builders, allowing the endpoint to pool with o
58
74
59
75
## 0.6.0:
60
76
61
-
- Flattened `listener.forwardPipe()` and `listener.forwardTcp()` into `listener.forward()`. Determination will be made based on `addr` input.
62
-
- Add `ngrok.listeners()` and `session.listeners()` to get a list of current non-closed listeners for the process or session, respectively.
77
+
- Flattened `listener.forwardPipe()` and `listener.forwardTcp()` into
78
+
`listener.forward()`. Determination will be made based on `addr` input.
79
+
- Add `ngrok.listeners()` and `session.listeners()` to get a list of current
80
+
non-closed listeners for the process or session, respectively.
63
81
- Add `errorCode` field to thrown errors, where possible.
64
82
- More heuristics for automatic unix socket file placement.
65
83
- Connect heuristic improved for strings parseable as numbers.
@@ -89,12 +107,14 @@ Adds `poolingEnabled` to listener builders, allowing the endpoint to pool with o
89
107
90
108
## 0.3.0:
91
109
92
-
- Added `ngrok.connect(Config)`, `ngrok.authtoken()`, and `ngrok.disconnect(url)`.
110
+
- Added `ngrok.connect(Config)`, `ngrok.authtoken()`, and
111
+
`ngrok.disconnect(url)`.
93
112
- Examples cleanup.
94
113
95
114
## 0.2.0:
96
115
97
-
- Now have examples for Express, Fastify, Hapi, Koa, Nest.js, Next.js, Remix, Svelte, and Vue.
116
+
- Now have examples for Express, Fastify, Hapi, Koa, Nest.js, Next.js, Remix,
117
+
Svelte, and Vue.
98
118
- Add `prettier` auto code formatting.
99
119
100
120
## 0.1.1:
@@ -132,7 +152,8 @@ Adds `poolingEnabled` to listener builders, allowing the endpoint to pool with o
132
152
133
153
## 0.0.7:
134
154
135
-
- Improved memory management, removing need to keep NodeJS from garbage collecting certain objects.
155
+
- Improved memory management, removing need to keep NodeJS from garbage
156
+
collecting certain objects.
136
157
- Support callbacks for remote operations (stop, restart, update).
0 commit comments