Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdlaird committed Jan 4, 2025
1 parent 9a0fa27 commit c340fac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
## [Unreleased](https://github.com/alexdlaird/java-ngrok/compare/2.3.4...HEAD)

### Added
- Support for `ngrok` config version 3, and `endpoints` tunnel definitions.
- Support for `ngrok` config version 3.
- Support for `traffic_policy` tunnel definition, which `ngrok` renamed from `policy`.
- Support for `traffic_policy.on_http_request` and `traffic_policy.on_http_response`, which `ngrok` added unique keys for in HTTP tunnels.
- If a value for `apiKey` is not set in [`JavaNgrokConfig`](https://javadoc.io/doc/com.github.alexdlaird/java-ngrok/2.3.5/com.github.alexdlaird.ngrok/com/github/alexdlaird/ngrok/conf/JavaNgrokConfig.html), it will attempt to use the environment variable `NGROK_API_KEY` if it is set.
Expand Down

0 comments on commit c340fac

Please sign in to comment.