java-ngrok

A Java wrapper for ngrok

MIT License

Stars
43

Bot releases are hidden (Show)

java-ngrok - 2.3.0 Latest Release

Published by alexdlaird 6 months ago

Added

  • Support for domain configuration when building CreateTunnel.
  • Support for user_agent_filter configuration when building CreateTunnel.
  • Support for policy configuration when building CreateTunnel.
  • us-cal-1 to Region.
  • Test cases for TLS tunnels.
  • Build improvements.

Fixed

  • ngrok config value ip_restriction was incorrectly plural in previous versions of java-ngrok. Value is now interpreted as singular to align with the ngrok docs, and classes and methods associated with it, like TunnelIPRestriction, have been renamed.
java-ngrok -

Published by alexdlaird 7 months ago

Added

  • Build and stability improvements.
java-ngrok -

Published by alexdlaird 7 months ago

Added

  • obj parsing in NgrokLog.
  • throws for unchecked exceptions to documentation.
  • Documentation improvements.
  • Build and stability improvements.

Fixed

java-ngrok -

Published by alexdlaird 7 months ago

Added

  • obj parsing in NgrokLog.
  • throws for unchecked exceptions to documentation.
  • Documentation improvements.
  • Build and stability improvements.

Fixed

java-ngrok -

Published by alexdlaird 8 months ago

Added

  • Build and stability improvements.
  • Documentation and style improvements.
java-ngrok -

Published by alexdlaird 8 months ago

Added

  • Build and stability improvements.
  • Documentation and style improvements.
java-ngrok -

Published by alexdlaird 8 months ago

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.
java-ngrok -

Published by alexdlaird 8 months ago

Added

  • Build improvements.
  • Documentation improvements.
java-ngrok -

Published by alexdlaird 8 months ago

Added

  • Build and stability improvements.
java-ngrok -

Published by alexdlaird 8 months ago

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 from main between 1.6.0 and 2.2.11. See the main changelog for full details.
  • Biggest change is support for ngrok v3—including labels—and that ngrok v3 is installed by default.
java-ngrok - 2.2.11

Published by alexdlaird 8 months ago

Added

  • Build and stability improvements.
java-ngrok - 1.4.7

Published by alexdlaird 8 months ago

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 from main between 1.6.0 and 2.2.11. See the main changelog for full details.
  • Biggest change is support for ngrok v3—including labels—and that ngrok v3 is installed by default.
java-ngrok -

Published by alexdlaird 8 months ago

Changed

  • Moved evaluation of HTTP GET retry logic from DefaultHttpClient's getInputStream() to get().
  • Build and stability improvements.
java-ngrok -

Published by alexdlaird 8 months ago

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 in JavaNgrokConfig, it will attempt to use the environment variable NGROK_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.
java-ngrok -

Published by alexdlaird 8 months ago

Added

  • Stability improvements.
java-ngrok -

Published by alexdlaird 8 months ago

Added

  • Support for Java 21.
  • Build improvements.
java-ngrok -

Published by alexdlaird 10 months ago

Fixed

  • Test improvements, suite now respects NGROK_AUTHTOKEN for all necessary tests (skipped if not set, rather than tests failing).
java-ngrok - 2.2.6

Published by alexdlaird 10 months ago

Added

  • If a value for authToken is not set in JavaNgrokConfig, it will attempt to use the environment variable NGROK_AUTHTOKEN if it is set.
  • Build improvements.
java-ngrok -

Published by alexdlaird 11 months ago

Changed

Fixed

  • Build improvements.
java-ngrok -

Published by alexdlaird 11 months ago

Added

  • Documentation improvements.