Releases: alexdlaird/java-ngrok
Releases · alexdlaird/java-ngrok
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.
1.1.0
Added
- Support for
ngrok
's tunnel definitions
when calling NgrokClient.connect(). If a tunnel definition inngrok
's config matches the givenname
, it will be used to start the tunnel. - Support for a
ngrok
tunnel definition
named "java-ngrok-default" when calling NgrokClient.connect(). Whenname
isNone
and a "java-ngrok-default" tunnel definition exists itngrok
's config, it will be used. refreshMetrics()
to NgrokClient.- Documentation improvements.
- Test improvements.
Fixed
JavaNgrokConfig.keepMonitoring
is nowtrue
by default (was already documented this way, so fixing bug where it defaulted itfalse
).- Serialization of
ngrok
'sngrok.yml
(can now properly parsed nested YAML to a nested Map). Tunnel.Metrics
rate
andp
fields are nowdouble
s rather thanint
s, so they serialize correctly when populated.
1.0.0
- First stable release of
java-ngrok
.
0.3.0
This is a pre-release.
0.2.0
This is a pre-release.
0.1.0
This is a pre-release.
0.0.4
This is a pre-release.
0.0.3
This is a pre-release.