Skip to content

Commit

Permalink
Merge pull request #141 from ngrok/bob/1.3.0
Browse files Browse the repository at this point in the history
1.3.0
  • Loading branch information
bobzilladev committed May 23, 2024
2 parents 19b3c39 + aa5c081 commit 160769c
Show file tree
Hide file tree
Showing 39 changed files with 267 additions and 189 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.3.0:

- 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.
- Add `session_ca_cert` and `server_addr` to `ngrok.forward`, which correspond to the same functions in the session builder.

## 1.2.0:

- 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.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "ngrok-javascript"
version = "1.2.0"
version = "1.3.0"

[lib]
crate-type = ["cdylib"]
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/search.js

Large diffs are not rendered by default.

56 changes: 28 additions & 28 deletions docs/classes/HttpListenerBuilder.html

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions docs/classes/LabeledListenerBuilder.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions docs/classes/Listener.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 160769c

Please sign in to comment.