Skip to content

Releases: alexdlaird/java-ngrok

2.2.13

26 Feb 18:51
Compare
Choose a tag to compare

Added

  • Build improvements.
  • Documentation improvements.

1.4.11

26 Feb 20:22
Compare
Choose a tag to compare

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

18 Feb 14:39
Compare
Choose a tag to compare

Added

  • Build and stability improvements.

1.4.8

18 Feb 13:48
Compare
Choose a tag to compare

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

Removed

  • NgrokProcess.stopMonitorThread(), use NgrokProcess.ProcessMonitor.stop() instead.

2.2.10

15 Feb 20:37
Compare
Choose a tag to compare

Changed

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

1.4.6

15 Feb 20:28
Compare
Choose a tag to compare

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.

2.2.9

14 Feb 21:10
Compare
Choose a tag to compare

Added

  • Stability improvements.

2.2.8

09 Feb 04:40
Compare
Choose a tag to compare

Added

  • Support for Java 21.
  • Build improvements.

2.2.7

30 Dec 22:53
Compare
Choose a tag to compare

Fixed

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

2.2.6

27 Dec 13:11
Compare
Choose a tag to compare

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.