v2.14.0
Significant Changes
- New http endpoint on uplink console allows user to figure out if upstream connection to broker is alive or closed.
# Configure uplink to expose console
[console]
enabled = true
port = 3333
# Poll status of uplink when not in network
$ curl -X GET http://localhost:3333/status
{"connected":false}⏎
# Poll status of uplink when not in network
$ curl -X GET http://localhost:3333/status
{"connected":true}⏎
What's Changed
- feat: endpoint for uplink connection status by @de-sh in #350
- feat: retry tcpapps bind after failure
Full Changelog: v2.13.0...v2.14.0