cloudflared-mirror/CHANGES.md

23 lines
1.2 KiB
Markdown
Raw Normal View History

2021-02-23 09:58:39 +00:00
# Experimental: This is a new format for release notes. The format and availability is subject to change.
2021-02-23 12:33:37 +00:00
## 2021.2.4
### Bug Fixes
- [configuration] fixes a case where `cloudflared` failed to read URLs in configuration files
- [logging] cloudflared now logs reason for failed connections if the error is recoverable
2021-02-23 09:58:39 +00:00
## 2021.2.3
### Backward Incompatible Changes
2021-02-23 12:33:37 +00:00
- [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.
2021-02-23 09:58:39 +00:00
### New Features
2021-02-23 12:33:37 +00:00
- [TCP connects] Introduces support for proxy configurations with websockets in arbitrary TCP connections (#318)
2021-02-23 09:58:39 +00:00
### Improvements
2021-02-23 12:33:37 +00:00
- [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`
2021-02-23 09:58:39 +00:00
### Bug Fixes
2021-02-23 12:33:37 +00:00
- [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.
2021-02-23 09:58:39 +00:00