Skip to content

Releases: alexdlaird/java-ngrok

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.

2.2.5

01 Dec 23:29
Compare
Choose a tag to compare

Changed

Fixed

  • Build improvements.

2.2.4

14 Nov 21:33
Compare
Choose a tag to compare

Added

  • Documentation improvements.

2.2.3

17 Sep 23:36
Compare
Choose a tag to compare

Added

  • retryCount added to DefaultHttpClient, so GET options can now support retries.
  • Documentation improvements.
  • Test improvements.

2.2.2

14 Sep 21:07
Compare
Choose a tag to compare

Added

  • Documentation improvements.