Releases: alexdlaird/java-ngrok
Releases · alexdlaird/java-ngrok
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.
1.4.8
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
- Rebased the
1.4.x
branch with Java 8-compatible changes frommain
between1.6.0
and2.2.12
. See themain changelog
for full details. - Biggest change is support for
ngrok
v3—includinglabels
—and thatngrok
v3 is installed by default.
Removed
NgrokProcess.stopMonitorThread()
, useNgrokProcess.ProcessMonitor.stop()
instead.
2.2.10
Changed
- Moved evaluation of HTTP
GET
retry logic fromDefaultHttpClient
'sgetInputStream()
toget()
. - Build and stability improvements.
1.4.6
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
- If a value for
authToken
is not set inJavaNgrokConfig
, it will attempt to use the environment variableNGROK_AUTHTOKEN
if it is set. - Test improvements, suite now respects
NGROK_AUTHTOKEN
for all necessary tests (skipped if not set, rather than tests failing). - Build and stability improvements.
Fixed
- Issue where zip file paths were not normalized before they were read.
2.2.9
Added
- Stability improvements.
2.2.8
Added
- Support for Java 21.
- Build improvements.
2.2.7
Fixed
- Test improvements, suite now respects
NGROK_AUTHTOKEN
for all necessary tests (skipped if not set, rather than tests failing).
2.2.6
Added
- If a value for
authToken
is not set inJavaNgrokConfig
, it will attempt to use the environment variableNGROK_AUTHTOKEN
if it is set. - Build improvements.