Skip to content

Releases: alexdlaird/java-ngrok

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

1.0.0

18 Aug 23:08
Compare
Choose a tag to compare
  • First stable release of java-ngrok.

0.3.0

18 Aug 06:06
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release

This is a pre-release.

0.2.0

17 Aug 03:36
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release

This is a pre-release.

0.1.0

13 Aug 00:17
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

This is a pre-release.

0.0.4

12 Aug 00:23
Compare
Choose a tag to compare
0.0.4 Pre-release
Pre-release

This is a pre-release.

0.0.3

11 Aug 18:20
Compare
Choose a tag to compare
0.0.3 Pre-release
Pre-release

This is a pre-release.