Skip to content

v5.1.0

Compare
Choose a tag to compare
@bobzilladev bobzilladev released this 05 Sep 15:23
· 22 commits to main since this release
229b80c

ENHANCEMENTS:

  • Added owner_id field to the api_key, credential, and ssh_credential resources. If supplied at credential creation, ownership will be assigned to the specified User or Bot. Only admins may specify an owner other than themselves. Defaults to the authenticated User or Bot.
  • Added failover_backend, http_response_backend, and tunnel_group_backend resources. A Failover backend defines failover behavior within a list of referenced backends. Traffic is sent to the first backend in the list. If that backend is offline or no connection can be established, ngrok attempts to connect to the next backend in the list until one is successful.