2021-02-23 17:14:08 +00:00
|
|
|
**Experimental**: This is a new format for release notes. The format and availability is subject to change.
|
|
|
|
|
2021-02-23 19:48:32 +00:00
|
|
|
## UNRELEASED
|
|
|
|
|
|
|
|
### Backward Incompatible Changes
|
|
|
|
|
|
|
|
- none
|
|
|
|
|
|
|
|
### New Features
|
|
|
|
|
2021-02-26 09:50:19 +00:00
|
|
|
- [Cloudflare One Routing](https://developers.cloudflare.com/cloudflare-one/tutorials/warp-to-tunnel) specific commands
|
|
|
|
now show up in the `cloudflared tunnel route --help` output.
|
2021-02-23 19:48:32 +00:00
|
|
|
|
|
|
|
### Improvements
|
|
|
|
|
|
|
|
- Nested commands, such as `cloudflared tunnel run`, now consider CLI arguments even if they appear earlier on the
|
|
|
|
command. For instance, `cloudflared --config config.yaml tunnel run` will now behave the same as
|
|
|
|
`cloudflared tunnel --config config.yaml run`
|
2021-02-28 23:24:38 +00:00
|
|
|
- Warnings are now shown in the output logs whenever cloudflared is running without the most recent version and
|
|
|
|
`no-autoupdate` is `true`.
|
|
|
|
|
2021-02-23 19:48:32 +00:00
|
|
|
|
|
|
|
### Bug Fixes
|
|
|
|
|
|
|
|
- none
|
|
|
|
|
2021-02-23 17:14:08 +00:00
|
|
|
## 2021.2.5
|
|
|
|
|
|
|
|
### New Features
|
|
|
|
|
2021-02-23 19:48:32 +00:00
|
|
|
- We introduce [Cloudflare One Routing](https://developers.cloudflare.com/cloudflare-one/tutorials/warp-to-tunnel) in
|
|
|
|
beta mode. Cloudflare customer can now connect users and private networks with RFC 1918 IP addresses via the
|
|
|
|
Cloudflare edge network. Users running Cloudflare WARP client in the same organization can connect to the services
|
|
|
|
made available by Argo Tunnel IP routes. Please share your feedback in the GitHub issue tracker.
|
2021-02-23 09:58:39 +00:00
|
|
|
|
2021-02-23 12:33:37 +00:00
|
|
|
## 2021.2.4
|
|
|
|
|
|
|
|
### Bug Fixes
|
2021-02-23 17:14:08 +00:00
|
|
|
|
2021-02-23 19:48:32 +00:00
|
|
|
- Reverts the Improvement released in 2021.2.3 for CLI arguments as it introduced a regression where cloudflared failed
|
|
|
|
to read URLs in configuration files.
|
|
|
|
- cloudflared now logs the reason for failed connections if the error is recoverable.
|
2021-02-23 12:33:37 +00:00
|
|
|
|
2021-02-23 09:58:39 +00:00
|
|
|
## 2021.2.3
|
2021-02-23 19:48:32 +00:00
|
|
|
|
2021-02-23 09:58:39 +00:00
|
|
|
### Backward Incompatible Changes
|
2021-02-23 19:48:32 +00:00
|
|
|
|
|
|
|
- Removes db-connect. The Cloudflare Workers product will continue to support db-connect implementations with versions
|
|
|
|
of cloudflared that predate this release and include support for db-connect.
|
|
|
|
|
2021-02-23 09:58:39 +00:00
|
|
|
### New Features
|
2021-02-23 19:48:32 +00:00
|
|
|
|
2021-02-23 17:14:08 +00:00
|
|
|
- Introduces support for proxy configurations with websockets in arbitrary TCP connections (#318).
|
2021-02-23 19:48:32 +00:00
|
|
|
|
2021-02-23 09:58:39 +00:00
|
|
|
### Improvements
|
2021-02-23 19:48:32 +00:00
|
|
|
|
|
|
|
- (reverted) Nested command line argument handling.
|
|
|
|
|
2021-02-23 09:58:39 +00:00
|
|
|
### Bug Fixes
|
2021-02-23 19:48:32 +00:00
|
|
|
|
|
|
|
- The maximum number of upstream connections is now limited by default which should fix reported issues of cloudflared
|
|
|
|
exhausting CPU usage when faced with connectivity issues.
|
2021-02-23 09:58:39 +00:00
|
|
|
|