This repository was archived by the owner on May 28, 2022. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- ** Experimental** : This is a new format for release notes. The format and availability is subject to change.
1+ ## 2022.3.1
2+ ### Bug Fixes
3+ - Various fixes to the reliability of ` quic ` protocol, including an edge case that could lead to cloudflared crashing.
4+
5+ ## 2022.3.0
6+ ### New Features
7+ - It is now possible to configure Ingress Rules to point to an origin served by unix socket with either HTTP or HTTPS.
8+ If the origin starts with ` unix:/ ` then we assume HTTP (existing behavior). Otherwise, the origin can start with
9+ ` unix+tls:/ ` for HTTPS.
10+
11+ ## 2022.2.1
12+ ### New Features
13+ - This project now has a new LICENSE that is more compliant with open source purposes.
14+
15+ ### Bug Fixes
16+ - Various fixes to the reliability of ` quic ` protocol.
17+
18+ ## 2022.1.3
19+ ### New Features
20+ - New ` cloudflared tunnel vnet ` commands to allow for private routing to be virtualized. This means that the same CIDR
21+ can now be used to point to two different Tunnels with ` cloudflared tunnel route ip ` command. More information will be
22+ made available on blog.cloudflare.com and developers.cloudflare.com/cloudflare-one once the feature is globally available.
23+
24+ ### Bug Fixes
25+ - Correctly handle proxying UDP datagrams with no payload.
26+ - Bug fix for origins that use Server-Sent Events (SSE).
27+
28+ ## 2022.1.0
29+ ### Improvements
30+ - If a specific ` protocol ` property is defined (e.g. for ` quic ` ), cloudflared no longer falls back to an older protocol
31+ (such as ` http2 ` ) in face of connectivity errors. This is important because some features are only supported in a specific
32+ protocol (e.g. UDP proxying only works for ` quic ` ). Hence, if a user chooses a protocol, cloudflared now adheres to it
33+ no matter what.
34+
35+ ### Bug Fixes
36+ - Stopping cloudflared running with ` quic ` protocol now respects graceful shutdown.
237
338## 2021.12.2
439### Bug Fixes
You can’t perform that action at this time.
0 commit comments