Skip to content

Commit

Permalink
Merge pull request #132 from ngrok/bob/1.2.0
Browse files Browse the repository at this point in the history
1.2.0
  • Loading branch information
bobzilladev authored Mar 12, 2024
2 parents 3e013c5 + 928f77b commit cc40296
Show file tree
Hide file tree
Showing 38 changed files with 271 additions and 185 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 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.

## 1.1.1:

- Add `appProtocol(string)` to the labeled listener builder. Setting this to "http2" will enable HTTP/2 support to the backend application.
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.1.1"
version = "1.2.0"

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

Large diffs are not rendered by default.

72 changes: 45 additions & 27 deletions docs/classes/HttpListenerBuilder.html

Large diffs are not rendered by default.

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

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

Loading

0 comments on commit cc40296

Please sign in to comment.