Skip to content

Commit 8b9cfcd

Browse files
committed
Publish change notes for 2021.2.5
1 parent 5ba3b3b commit 8b9cfcd

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

CHANGES.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,29 @@
1-
# Experimental: This is a new format for release notes. The format and availability is subject to change.
1+
**Experimental**: This is a new format for release notes. The format and availability is subject to change.
2+
3+
## 2021.2.5
4+
5+
### New Features
6+
- We introduce [Cloudflare One Routing](https://developers.cloudflare.com/cloudflare-one/tutorials/warp-to-tunnel) in beta mode, where users can create private networks with RFC 1918 IP addresses on Cloudflare's network. Clients running Cloudflare WARP client in the same organization can then connect to services made available by Argo Tunnel. Please share your feedback in the GitHub issue opened.
7+
28

39
## 2021.2.4
410

511
### Bug Fixes
6-
- [configuration] fixes a case where `cloudflared` failed to read URLs in configuration files
7-
- [logging] cloudflared now logs reason for failed connections if the error is recoverable
12+
- 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.
13+
- Cloudflared now logs the reason for failed connections if the error is recoverable.
14+
815

916
## 2021.2.3
1017

1118
### Backward Incompatible Changes
12-
- [db-connect] Removes db-connect from `cloudflared`. 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.
19+
- 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.
1320

1421
### New Features
15-
- [TCP connects] Introduces support for proxy configurations with websockets in arbitrary TCP connections (#318)
22+
- Introduces support for proxy configurations with websockets in arbitrary TCP connections (#318).
1623

1724
### Improvements
18-
- [command line interface] Nested commands (such as cloudflared tunnel run) now consider CLI arguments even if they appear earlier in the command. E.g. `cloudflared --config config.yaml tunnel run` will now behave similarly to `cloudflared tunnel --config config.yaml run`
25+
- Nested command line arguments (such as `cloudflared tunnel run`) now consider CLI arguments even if they appear earlier in the command. E.g. `cloudflared --config config.yaml tunnel run` will now behave similarly to `cloudflared tunnel --config config.yaml run`
1926

2027
### Bug Fixes
21-
- [dns-proxy] 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.
28+
- 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.
2229

0 commit comments

Comments
 (0)