Skip to content

1.4.16

Compare
Choose a tag to compare
@alexdlaird alexdlaird released this 11 May 14:30
· 53 commits to 1.4.x since this release

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(), allowing api 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 parses ERR, EROR, and CRIT to ERROR instead of SEVERE.

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 empty lvl. Default is now NOTSET in such cases.