java-ngrok

A Java wrapper for ngrok

MIT License

Stars
43

Bot releases are hidden (Show)

java-ngrok -

Published by alexdlaird about 1 year ago

Added

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

Published by alexdlaird about 1 year ago

Added

  • Documentation improvements.
java-ngrok -

Published by alexdlaird about 1 year ago

Fixed

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

Published by alexdlaird about 1 year ago

Added

java-ngrok -

Published by alexdlaird over 1 year ago

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

Published by alexdlaird over 1 year ago

Changed

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

Published by alexdlaird over 1 year ago

Added

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

Published by alexdlaird over 1 year ago

Fixed

  • Inconsistencies with default installation of ngrok v2.
java-ngrok -

Published by alexdlaird over 1 year ago

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

Published by alexdlaird over 1 year ago

Fixed

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

Published by alexdlaird almost 2 years ago

Fixed

  • Stability improvements.
java-ngrok -

Published by alexdlaird almost 2 years ago

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

Published by alexdlaird over 2 years ago

Added

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

Removed

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

Published by alexdlaird over 2 years ago

Added

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

Removed

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

Published by alexdlaird about 3 years ago

Fixed

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

Published by alexdlaird about 3 years ago

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).
java-ngrok - 1.5.4

Published by alexdlaird about 3 years ago

Added

  • Test improvements.

Fixed

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

Published by alexdlaird about 3 years ago

Added

  • Build improvements.
  • Documentation improvements.

Fixed

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

Published by alexdlaird about 3 years ago

Added

  • Build improvements.
  • Documentation improvements.

Fixed

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

Published by alexdlaird about 3 years ago

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.