Skip to content

Releases: alexdlaird/java-ngrok

1.5.6

08 Feb 00:12
Compare
Choose a tag to compare

Added

  • Darwin 64-bit ARM support, as this was added to ngrok itself.

Removed

  • Darwin 386 support, as this was removed from ngrok itself.

1.4.5

08 Feb 00:08
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

  • Darwin 64-bit ARM support, as this was added to ngrok itself.

Removed

  • Darwin 386 support, as this was removed from ngrok itself.

1.5.5

28 Sep 20:41
Compare
Choose a tag to compare

Fixed

  • Full ngrok log line now passed to Java logger (was previously just the msg field).

1.4.4

28 Sep 20:38
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

  • Test improvements.

Fixed

  • Parse issue from ngrok config file with inspect and bind_tls in tunnels definitions.
  • Full ngrok log line now passed to Java logger (was previously just the msg field).

1.5.4

21 Sep 23:12
Compare
Choose a tag to compare

Added

  • Test improvements.

Fixed

  • Parse issue from ngrok config file with inspect and bind_tls in tunnels definitions.

1.5.3

26 Aug 23:46
Compare
Choose a tag to compare

Added

  • Build improvements.
  • Documentation improvements.

Fixed

  • If no configPath is set in JavaNgrokConfig, now properly defaults to ~/.ngrok2/ngrok.yml.

1.4.3

26 Aug 23:43
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

  • Build improvements.
  • Documentation improvements.

Fixed

  • If no configPath is set in JavaNgrokConfig, now properly defaults to ~/.ngrok2/ngrok.yml.

1.5.0

25 Aug 21:09
4992527
Compare
Choose a tag to compare

Added

  • Shutdown hook, so running ngrok processes will clean themselves when the JVM shuts down.
  • Build improvements.
  • Documentation improvements.
  • Test improvements.

Removed

  • Java 8 support.
  • reconnectSessionRetries from JavaNgrokConfig, instead relying on ngrok's own built-in retry mechanism on startup fails.

1.4.0

25 Aug 21:04
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

  • Java 8 support, which will not be actively maintained. It is available through the java8-ngrok artifact on Maven Central.

1.1.0

20 Aug 21:43
Compare
Choose a tag to compare

Added

Fixed

  • JavaNgrokConfig.keepMonitoring is now true by default (was already documented this way, so fixing bug where it defaulted it false).
  • Serialization of ngrok's config.yml (can now properly parsed nested YAML to a nested Map).
  • Tunnel.Metrics rate and p fields are now doubles rather than ints, so they serialize correctly when populated.