diff --git a/CHANGELOG.md b/CHANGELOG.md index fda088e..0d309bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.1.0: + +- Add `app_protocol(string)` to http and labeled listener builders, and `app_protocol: string` as a `ngrok.forward()` argument. Setting this to "http2" will enable HTTP/2 support to the backend application. + ## 1.0.0 - Add policy support to Listener builders and `ngrok.forward` diff --git a/Cargo.toml b/Cargo.toml index d2b60a9..43e61ae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "ngrok-python" -version = "1.0.0" +version = "1.1.0" description = "The ngrok Agent SDK for Python" [lib] diff --git a/docs/.doctrees/environment.pickle b/docs/.doctrees/environment.pickle index 8c48b8c..8b4966a 100644 Binary files a/docs/.doctrees/environment.pickle and b/docs/.doctrees/environment.pickle differ diff --git a/docs/.doctrees/http_listener_builder.doctree b/docs/.doctrees/http_listener_builder.doctree index 4e4379a..86c5f60 100644 Binary files a/docs/.doctrees/http_listener_builder.doctree and b/docs/.doctrees/http_listener_builder.doctree differ diff --git a/docs/.doctrees/index.doctree b/docs/.doctrees/index.doctree index 963408e..e725cbe 100644 Binary files a/docs/.doctrees/index.doctree and b/docs/.doctrees/index.doctree differ diff --git a/docs/.doctrees/labeled_listener_builder.doctree b/docs/.doctrees/labeled_listener_builder.doctree index 6486cfd..d7152bf 100644 Binary files a/docs/.doctrees/labeled_listener_builder.doctree and b/docs/.doctrees/labeled_listener_builder.doctree differ diff --git a/docs/genindex.html b/docs/genindex.html index aef76a5..f6636ea 100644 --- a/docs/genindex.html +++ b/docs/genindex.html @@ -218,10 +218,16 @@

A

  • (ngrok.TlsListenerBuilder method)
  • +
  • allow_user_agent() (ngrok.HttpListenerBuilder method) +