Skip to content

Releases: ngrok/ngrok-api-go

v5.4.1

23 May 18:46
68e787a
Compare
Choose a tag to compare

What's Changed

Fixes

  • Update generated files by @ngrok-ci in #44 - Fixed an issue with pagination for some resources, like reserved_addrs, by using the next_page_uri returned in the response instead of the id of the last resource.

Full Changelog: v5.4.0...v5.4.1

v5.4.0

30 Apr 21:43
d53f31b
Compare
Choose a tag to compare

ENHANCEMENTS:

Added support for the Bot User API. The Bot User API allows you to manage the bots that are registered to your ngrok account. You can automate the creation, management, and deletion of bot users in your account.

v5.3.1

24 Apr 20:21
8197456
Compare
Choose a tag to compare

INTERNAL:

  • Moved location of BaseClient

v5.3.0

06 Feb 16:34
a10b7a6
Compare
Choose a tag to compare

ENHANCEMENTS:

  • Added support for the Traffic Policy module on TCP edges, TLS edges, and HTTPS edge routes. A Traffic Policy allows traffic to and from your edges to be shaped and influenced by defining rules that contain expression to filter the traffic and actions to take effect.
  • Added static_backend resource, which defines a static address at which traffic should be forwarded.

v5.2.0

13 Dec 20:26
602b501
Compare
Choose a tag to compare
  • Added JWT Validation edge route module client and datatype
  • Added User Agent Filter edge route module client and datatype

v5.1.0

05 Sep 15:23
229b80c
Compare
Choose a tag to compare

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.

v5.0.0

06 Dec 21:09
da8b5e2
Compare
Choose a tag to compare

v5.0.0

Breaking Changes

v5.0.0 has breaking changes. Notably, properties that previously had pointers to slices or maps no longer have pointers. For instance,

Hostports: *[]string `json:"hostports,omitempty"`

is now

Hostports: []string `json:"hostports,omitempty"`

Additions

New clients have been generated for ApplicationSessions and ApplicationUsers.

v4.0.1: cut new release for ngrok-api-go

06 Apr 23:25
7e7b4c3
Compare
Choose a tag to compare

Minor documentation updates

v4.0.0: cut new release for ngrok-api-go

29 Mar 22:31
v4.0.0
253e0bb
Compare
Choose a tag to compare
v4.0.0: cut new release for ngrok-api-go