3.15.0
ngrok Agent 3.15.0
Added 5
- Add --url agent CLI flag for creation of HTTP(S), TLS, and TCP protocol endpoints
- Add --metadata and --description agent CLI flags when using --url
- Add endpoints as a new field used for endpoint creation
- Add agent field to the agent configuration format for V3
- Add support for endpoint fields in ngrok's api
Deprecated 2
- Deprecate --domain, --scheme, and --remote-addr agent CLI flags, replaced by --url
- Deprecate tunnels in v3 configuration in favor of endpoints
Added --url agent CLI flag for creation of HTTP(S), TLS, and TCP protocol endpoints. Deprecated --domain, --scheme, and --remote-addr agent CLI flags, which have been replaced by --url. Added --metadata and --description agent CLI flags when using --url. Added endpoints: as a new field used for endpoint creation. A new agent: field has been added to the agent configuration format for V3. v3 supports both tunnels and endpoints. Tunnels are now considered deprecated when using config v3. Some agent configuration fields have been renamed in v3. v2 is still supported, but does not support the new endpoints: , or agent: fields. Added support for endpoint fields in ngrok's api.