Releases: alexdlaird/java-ngrok
Releases · alexdlaird/java-ngrok
2.3.16
2.3.15
Added
- Documentation improvements.
2.3.14
Added
- Documentation improvements.
Fixed
- Noisy log around
ProcessMonitor
thread shutting down.
2.3.12
Added
- Support for MSYS2's
mingw
when installing the agent. Likecygwin
, it is mapped to its corresponding Windows binary. - Windows ARM 64-bit support.
- FreeBSD ARM support.
- Build and stability improvements.
- Documentation improvements.
Fixed
NgrokV2CDNUrl
andNgrokV3CDNUrl
both improperly defined the constant for Apple Silicon asDARWIN_i386_arm
. It has been renamed toDARWIN_x86_64_arm
.
1.4.19
The 1.4.x
branch is where support for Java 8 of java-ngrok
was maintained. It is available through the java8-ngrok
artifact on Maven Central.
Added
- Documentation improvements.
Fixed
- Noisy log around
ProcessMonitor
thread shutting down.
1.4.17
The 1.4.x
branch is where support for Java 8 of java-ngrok
was maintained. It is available through the java8-ngrok
artifact on Maven Central.
Added
- Support for MSYS2's
mingw
when installing the agent. Likecygwin
, it is mapped to its corresponding Windows binary. - Windows ARM 64-bit support.
- FreeBSD ARM support.
- Build and stability improvements.
- Documentation improvements.
Fixed
NgrokV2CDNUrl
andNgrokV3CDNUrl
both improperly defined the constant for Apple Silicon asDARWIN_i386_arm
. It has been renamed toDARWIN_x86_64_arm
.
2.3.11
Added
NgrokClient.api()
, allowingapi
commands to be executed from the agent.- Agent interface, which provides access to Captured Requests and agent status.
slf4j
dependency, making logging improvements.- Stability improvements.
- Documentation improvements.
Changed
NgrokLog.lvl
now consistently parsesERR
,EROR
, andCRIT
toERROR
instead ofSEVERE
.
Fixed
- Refactored concurrency around
ProcessMonitor
and startup logging, as the old design could lead to race conditions when startup errored. NgrokLog
string may contain a malformed or emptylvl
. Default is nowNOTSET
in such cases.
1.4.16
The 1.4.x
branch is where support for Java 8 of java-ngrok
was maintained. It is available through the java8-ngrok
artifact on Maven Central.
Added
NgrokClient.api()
, allowingapi
commands to be executed from the agent.- Agent interface, which provides access to Captured Requests and agent status.
slf4j
dependency, making logging improvements.- Stability improvements.
- Documentation improvements.
Changed
NgrokLog.lvl
now consistently parsesERR
,EROR
, andCRIT
toERROR
instead ofSEVERE
.
Fixed
- Refactored concurrency around
ProcessMonitor
and startup logging, as the old design could lead to race conditions when startup errored. NgrokLog
string may contain a malformed or emptylvl
. Default is nowNOTSET
in such cases.
2.3.10
Added
- Support for
pooling_enabled
in CreateTunnel, which allows for the use ofhttps
andtls
Internal Endpoints. - Stability improvements around concurrency, process execution.
- Documentation improvements.
- Test improvements.
1.4.15
The 1.4.x
branch is where support for Java 8 of java-ngrok
was maintained. It is available through the java8-ngrok
artifact on Maven Central.
Added
- Support for
pooling_enabled
inCreateTunnel
, which allows for the use ofhttps
andtls
Internal Endpoints. - Stability improvements around concurrency, process execution.
- Documentation improvements.
- Test improvements.