Skip to content

Commit

Permalink
Merge pull request #115 from ngrok/bob/1.0.0
Browse files Browse the repository at this point in the history
1.0.0
  • Loading branch information
bobzilladev authored Feb 1, 2024
2 parents bde512c + 5aad1b7 commit 6c590d2
Show file tree
Hide file tree
Showing 40 changed files with 236 additions and 176 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.0:

- Add policy support to Listener builders and `ngrok.forward`

## 0.9.1:

- Move to `ngrok.forward` from `ngrok.connect`, keeping an alias.
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 = "0.9.1"
version = "1.0.0"

[lib]
crate-type = ["cdylib"]
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ const listener = await ngrok.forward({
oidc_allow_domains: ["<domain>"],
oidc_allow_emails: ["<email>"],
oidc_scopes: ["<scope>"],
policy: "<policy_json>",
request_header_remove: ["X-Req-Nope"],
response_header_remove: ["X-Res-Nope"],
request_header_add: ["X-Req-Yup:true"],
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/search.js

Large diffs are not rendered by default.

65 changes: 40 additions & 25 deletions docs/classes/HttpListenerBuilder.html

Large diffs are not rendered by default.

12 changes: 6 additions & 6 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 6c590d2

Please sign in to comment.