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.