Skip to content

Releases: alexdlaird/java-ngrok

2.2.1

13 Sep 18:18
Compare
Choose a tag to compare

Fixed

  • Bug in Tunnel, a misspelled method was committed instead of using setters to update publicUrl and proto.

2.2.0

13 Sep 02:06
Compare
Choose a tag to compare

Added

2.1.0

23 Apr 01:34
Compare
Choose a tag to compare

Added

  • Support for oauth configuration when building CreateTunnel.
  • Support for other new ngrok v3 CreateTunnel parameters, including circuit_breaker, compression, mutual_tls_cas, proxy_proto, websocket_tcp_converter, terminate_at, request_header, response_header, ip_restrictions, and verify_webhook.
  • Documentation improvements.
  • Test improvements.

2.0.0

12 Apr 14:51
Compare
Choose a tag to compare

Changed

  • Default installer behavior downloads ngrok v3 by default.
  • Documentation updates.
  • Test updates.

1.7.2

12 Apr 13:50
Compare
Choose a tag to compare

Added

  • Support for basic_auth parameter in ngrok v3.
  • Documentation improvements.
  • Test improvements.

1.7.1

11 Apr 18:09
Compare
Choose a tag to compare

Fixed

  • Inconsistencies with default installation of ngrok v2.

1.7.0

11 Apr 17:31
Compare
Choose a tag to compare

Added

  • ngrokVersion to CreateTunnel so parameter details can be properly inferred when necessary.

Fixed

  • Inconsistencies with default installation of ngrok v2.
  • Documentation improvements.
  • Test improvements.

1.6.2

08 Mar 14:47
Compare
Choose a tag to compare

Fixed

  • Issue where zip file paths were not normalized before they were read.
  • Documentation improvements.
  • Test improvements.

1.6.1

29 Nov 17:00
Compare
Choose a tag to compare

Fixed

  • Stability improvements.

1.6.0

28 Nov 22:06
Compare
Choose a tag to compare

Added

  • Support for ngrok v3 (v2 is still used by default).
  • Documentation and examples for using java-ngrok with ngrok v3.

Fixed

  • Stability improvements.
  • Documentation improvements.
  • Test improvements.