Releases: alexdlaird/java-ngrok
Releases · alexdlaird/java-ngrok
2.3.1
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.
1.4.11
The 1.4.x
branch is where support for Java 8 of java-ngrok
is passively maintained. It is available through the java8-ngrok
artifact on Maven Central.
Added
- Build improvements.
- Documentation improvements.
2.2.12
Added
- Build and stability improvements.