Skip to content

v2.14.0

Compare
Choose a tag to compare
@de-sh de-sh released this 09 Jul 11:56
· 32 commits to main since this release

Significant Changes

  1. 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