Skip to content

Commit

Permalink
Merge pull request #130 from ngrok/bob/1.1.1
Browse files Browse the repository at this point in the history
1.1.1
  • Loading branch information
bobzilladev committed Mar 5, 2024
2 parents 6f1f903 + e443458 commit 2b2c0bf
Show file tree
Hide file tree
Showing 40 changed files with 206 additions and 184 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.1.1:

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

## 1.1.0:

- 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.
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.0"
version = "1.1.1"

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

32 changes: 25 additions & 7 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 2b2c0bf

Please sign in to comment.