Releases: ngrok/ngrok-go
Releases · ngrok/ngrok-go
Version 1.5.0
- Added new forwarding API. See
[Session].ListenAndForward
and[Session].ListenAndServeHTTP
. - Deprecates
WithHTTPServer
andWithHTTPHandler
. Use[Session].ListenAndServeHTTP
instead.
Version 1.4.1
- Add
UserAgentFilter
middleware module
Version 1.4.0
- 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
- 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
Changes:
- Move muxado tunneling protocol from
ngrok-go
into a separate repository - muxado-go
Version 1.2.0
Additions:
- Add a
Warnings
method tongrok.Session
to surface non-fatal errors
Currently, this will only ever containngrok.AgentVersionDeprecated
errors.
Version 1.1.1
Changes:
- Fix a bug in the muxado stream implementation that was breaking websockets