Skip to content

Releases: ngrok/ngrok-go

Version 1.5.0

16 Oct 17:29
aa219ba
Compare
Choose a tag to compare
  • Added new forwarding API. See [Session].ListenAndForward and [Session].ListenAndServeHTTP.
  • Deprecates WithHTTPServer and WithHTTPHandler. Use [Session].ListenAndServeHTTP instead.

Version 1.4.1

12 Sep 18:26
90456bf
Compare
Choose a tag to compare
  • Add UserAgentFilter middleware module

Version 1.4.0

30 Aug 21:59
d26a592
Compare
Choose a tag to compare
  • Switch to connect.ngrok-agent.com:443 as the default server address
  • Add nicer error types that expose the ngrok error code

Version 1.3.1

30 Jun 16:06
3f355c8
Compare
Choose a tag to compare
  • Pulls in a fix to the underlying muxado-go library that was causing very-low-latency connections to get mistakenly marked as timed-out on Windows.

Version 1.3.0

12 Jun 14:57
8d01b94
Compare
Choose a tag to compare

Changes:

  • Move muxado tunneling protocol from ngrok-go into a separate repository - muxado-go

Version 1.2.0

06 Jun 15:03
c342c3e
Compare
Choose a tag to compare

Additions:

  • Add a Warnings method to ngrok.Session to surface non-fatal errors
    Currently, this will only ever contain ngrok.AgentVersionDeprecated errors.

Version 1.1.1

02 Jun 17:59
a6167d4
Compare
Choose a tag to compare

Changes:

  • Fix a bug in the muxado stream implementation that was breaking websockets