Releases: alexdlaird/java-ngrok
Releases · alexdlaird/java-ngrok
2.3.8
Added
DefaultHttpClient
now respectsretryCount
, so APIGET
operations also retry if configured.
Fixed
process
andprocessMonitor
are no longer set tonull
when NgrokProcess.stop() is called, as this was error prone behavior that also suppressed useful information.
2.3.7
Added
- Documentation improvements.
2.3.6
Added
- Documentation improvements.
2.3.5
Added
- Support for
ngrok
config version 3. - Support for
traffic_policy
tunnel definition, whichngrok
renamed frompolicy
. - Support for
traffic_policy.on_http_request
andtraffic_policy.on_http_response
, whichngrok
added unique keys for in HTTP tunnels. - If a value for
apiKey
is not set inJavaNgrokConfig
, it will attempt to use the environment variableNGROK_API_KEY
if it is set.
Remove
- Tunnel definition fields
hostname
andclient_cas
, as they are no longer supported byngrok
.
2.3.4
Added
- Test improvements.
Changed
- Permission for installed binary to limit execute to user.
2.3.3
Added
- Documentation improvements.
2.3.2
Added
- Documentation improvements.
Fixed
- NgrokProcess.ProcessMonitor.stop() is now public (it was already documented as such).
2.3.1
Added
- Documentation improvements update links to
ngrok
's documentation. - Test improvements.
2.3.0
Added
- Support for
domain
configuration when building CreateTunnel. - Support for
user_agent_filter
configuration when building CreateTunnel. - Support for
policy
configuration when building CreateTunnel. us-cal-1
to Region.- Test cases for TLS tunnels.
- Build improvements.
Fixed
ngrok
config valueip_restriction
was incorrectly plural in previous versions ofjava-ngrok
. Value is now interpreted as singular to align with thengrok
docs, and classes and methods associated with it,
like TunnelIPRestriction, have been renamed.
2.2.16
Added
- Build and stability improvements.