1.1.0
Added
- Support for
ngrok
's tunnel definitions
when calling NgrokClient.connect(). If a tunnel definition inngrok
's config matches the givenname
, it will be used to start the tunnel. - Support for a
ngrok
tunnel definition
named "java-ngrok-default" when calling NgrokClient.connect(). Whenname
isNone
and a "java-ngrok-default" tunnel definition exists itngrok
's config, it will be used. refreshMetrics()
to NgrokClient.- Documentation improvements.
- Test improvements.
Fixed
JavaNgrokConfig.keepMonitoring
is nowtrue
by default (was already documented this way, so fixing bug where it defaulted itfalse
).- Serialization of
ngrok
'sngrok.yml
(can now properly parsed nested YAML to a nested Map). Tunnel.Metrics
rate
andp
fields are nowdouble
s rather thanint
s, so they serialize correctly when populated.