Releases: alexdlaird/java-ngrok
Releases · alexdlaird/java-ngrok
1.7.0
Added
ngrokVersion
to CreateTunnel so parameter details can be properly inferred when necessary.
Fixed
- Inconsistencies with default installation of
ngrok
v2. - Documentation improvements.
- Test improvements.
1.6.2
Fixed
- Issue where zip file paths were not normalized before they were read.
- Documentation improvements.
- Test improvements.
1.6.1
Fixed
- Stability improvements.
1.6.0
1.5.6
Added
- Darwin 64-bit ARM support, as this was added to
ngrok
itself.
Removed
- Darwin 386 support, as this was removed from
ngrok
itself.
1.4.5
The 1.4.x
branch is where support for Java 8 of java-ngrok
is passively maintains. It is available through the java8-ngrok
artifact on Maven Central.
Added
- Darwin 64-bit ARM support, as this was added to
ngrok
itself.
Removed
- Darwin 386 support, as this was removed from
ngrok
itself.
1.5.5
Fixed
- Full
ngrok
log line now passed to Java logger (was previously just themsg
field).
1.4.4
The 1.4.x
branch is where support for Java 8 of java-ngrok
is passively maintains. It is available through the java8-ngrok
artifact on Maven Central.
Added
- Test improvements.
Fixed
- Parse issue from
ngrok
config file withinspect
andbind_tls
intunnels
definitions. - Full
ngrok
log line now passed to Java logger (was previously just themsg
field).
1.5.4
Added
- Test improvements.
Fixed
- Parse issue from
ngrok
config file withinspect
andbind_tls
intunnels
definitions.
1.5.3
Added
- Build improvements.
- Documentation improvements.
Fixed
- If no
configPath
is set inJavaNgrokConfig
, now properly defaults to~/.ngrok2/ngrok.yml
.