Skip to content

Commit cc40296

Browse files
authored
Merge pull request #132 from ngrok/bob/1.2.0
1.2.0
2 parents 3e013c5 + 928f77b commit cc40296

38 files changed

+271
-185
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.2.0:
2+
3+
- 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.
4+
15
## 1.1.1:
26

37
- Add `appProtocol(string)` to the labeled listener builder. Setting this to "http2" will enable HTTP/2 support to the backend application.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
edition = "2021"
33
name = "ngrok-javascript"
4-
version = "1.1.1"
4+
version = "1.2.0"
55

66
[lib]
77
crate-type = ["cdylib"]

docs/assets/search.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/classes/HttpListenerBuilder.html

+45-27
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/classes/LabeledListenerBuilder.html

+26-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)