Releases: alexdlaird/java-ngrok
Releases · alexdlaird/java-ngrok
2.3.3
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.
2.2.15
Added
obj
parsing inNgrokLog
.throws
for unchecked exceptions to documentation.- Documentation improvements.
- Build and stability improvements.
Fixed
- Minor bugs, including a typo in the name of JavaNgrokConfig.getStartupTimeout().
1.4.13
Added
obj
parsing inNgrokLog
.throws
for unchecked exceptions to documentation.- Documentation improvements.
- Build and stability improvements.
Fixed
- Minor bugs, including a typo in the name of JavaNgrokConfig.getStartupTimeout().
2.2.14
Added
- Build and stability improvements.
- Documentation and style improvements.
1.4.12
Added
- Build and stability improvements.
- Documentation and style improvements.
2.2.13
Added
- Build improvements.
- Documentation improvements.