Skip to content

Commit 160769c

Browse files
authored
Merge pull request #141 from ngrok/bob/1.3.0
1.3.0
2 parents 19b3c39 + aa5c081 commit 160769c

39 files changed

+267
-189
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.3.0:
2+
3+
- 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.
4+
- Add `session_ca_cert` and `server_addr` to `ngrok.forward`, which correspond to the same functions in the session builder.
5+
16
## 1.2.0:
27

38
- 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.

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.2.0"
4+
version = "1.3.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

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

docs/classes/LabeledListenerBuilder.html

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

docs/classes/Listener.html

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

0 commit comments

Comments
 (0)