Releases: alexdlaird/java-ngrok
Releases · alexdlaird/java-ngrok
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
.
1.4.3
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
- Build improvements.
- Documentation improvements.
Fixed
- If no
configPath
is set inJavaNgrokConfig
, now properly defaults to~/.ngrok2/ngrok.yml
.
1.5.0
Added
- Shutdown hook, so running
ngrok
processes will clean themselves when the JVM shuts down. - Build improvements.
- Documentation improvements.
- Test improvements.
Removed
- Java 8 support.
reconnectSessionRetries
fromJavaNgrokConfig
, instead relying onngrok
's own built-in retry mechanism on startup fails.
1.4.0
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
- Java 8 support, which will not be actively maintained. It is available through the
java8-ngrok
artifact on Maven Central.