Skip to content

Releases: alexdlaird/java-ngrok

2.3.0

08 Apr 14:38
cd588dc
Compare
Choose a tag to compare

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.

2.2.16

24 Mar 13:12
Compare
Choose a tag to compare

Added

  • Build and stability improvements.

2.2.15

08 Mar 16:31
Compare
Choose a tag to compare

Added

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

Fixed

1.4.13

08 Mar 16:31
Compare
Choose a tag to compare

Added

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

Fixed

2.2.14

06 Mar 21:24
Compare
Choose a tag to compare

Added

  • Build and stability improvements.
  • Documentation and style improvements.

1.4.12

06 Mar 21:23
Compare
Choose a tag to compare

Added

  • Build and stability improvements.
  • Documentation and style improvements.

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