Alex Laird
Alex Laird
`ngrok` released v3.x, which has many breaking changes. `pyngrok` still works fine with `ngrok` 2.x, which is the version it uses for its managed binary, but it is easy to...
This may be more of a question than a report. Since upgrading to v4, a token is required. However, the GitHub Action Target pull_request does not provide secrets to the...
This warning when building the package for release: ``` _apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated !! ******************************************************************************** Please use a simple string containing a SPDX expression for...
`ngrok` has [deprecating Edges](https://ngrok.com/docs/universal-gateway/edges/?utm_campaign=deprecation_notice_edges_04_2025&utm_medium=email&_hsenc=p2ANqtz-9z77Owmk44wHAXaBTjCfbEVHxKMPO7w9E8W-F284lO0FIrIEnvCtbhSLQ9o9NaZCFkrHfAxRyOtHAj02mli4ZMLAbMNg&_hsmi=357901456&utm_content=docs_edges&utm_source=email), will remove support on December 31st, 2025. `pyngrok` supports Labeled Tunnels (on Edges) in the config file, the documented replacement for which is [Internal Endpoints](https://ngrok.com/docs/universal-gateway/internal-endpoints/). We...
In the latest `ngrok` Agent API, `ngrok` has now added parity support for `/endpoints` to align with `/tunnels`. This aligns with the v3 config files as well, so support should...
### Description This PR can be merged when `ngrok` starts publishing the ARM64 binary for FreeBSD (which they've said they plan to in the near future). ### Type of Change...
This is a WIP PR, but I'm opening to highlight that this library _does_ still work with `pillow` 11+ (which would allow many dependencies, like my own, to add support...
In the latest `ngrok` Agent API, `ngrok` has now added parity support for `/endpoints` to align with `/tunnels`. This aligns with the v3 config files as well, so support should...