You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This beta release includes the following changes and improvements:
3
+
4
+
- Added support for routing non-RFC 1918 local IPv4 networks through the WARP tunnel when unrestricted LAN inclusion is enabled by policy or MDM.
5
+
- Improved DNS reliability on networks with lower MTUs by clamping the TCP maximum segment size (MSS) for DNS-over-HTTPS connections sent through the tunnel.
6
+
- Improved API reliability by retrying requests dropped when reusing pooled connections.
7
+
- Fixed Extra Logging failing to capture packets across all interfaces.
8
+
- Fixed an issue that could prevent remote diagnostics from completing.
9
+
- Fixed DNS connectivity checks failing on IPv6-only networks.
10
+
- Fixed the client service exiting when its route-monitoring socket was closed after sleep or wake.
11
+
- Fixed DNS enforcement checks making the client service unresponsive on systems with large routing tables.
12
+
- Fixed slow captive portal checks causing the client service to become unresponsive or restart while connecting.
13
+
- Fixed a race when switching tunnel protocols during key rotation that could prevent WireGuard from connecting.
14
+
- Fixed the client continuing to report 'No network' after a successful manual disconnect.
15
+
- Fixed a client UI crash that could occur when the daemon connection was reset during an IPC request.
16
+
- Fixed a startup crash when date formatting data for the system locale had not yet loaded.
17
+
18
+
**Known issues**
19
+
20
+
- None
21
+
22
+
For Zero Trust documentation, see: https://developers.cloudflare.com/cloudflare-one/team-and-resources/devices/cloudflare-one-client/
23
+
For Consumer documentation, see: https://developers.cloudflare.com/warp-client/
This beta release includes the following changes and improvements:
3
+
4
+
- Added support for routing non-RFC 1918 local IPv4 networks through the WARP tunnel when unrestricted LAN inclusion is enabled by policy or MDM.
5
+
- Improved DNS reliability on networks with lower MTUs by clamping the TCP maximum segment size (MSS) for DNS-over-HTTPS connections sent through the tunnel.
6
+
- Improved API reliability by retrying requests dropped when reusing pooled connections.
7
+
- The client no longer requires the Windows WLAN AutoConfig service to be running.
8
+
- Implemented a service recovery mechanism backed by Windows scheduler task to start WARP service on system unlock if not already started.
9
+
- Fixed slow captive portal checks causing the client service to become unresponsive or restart while connecting.
10
+
- Fixed a race when switching tunnel protocols during key rotation that could prevent WireGuard from connecting.
11
+
- Fixed the client continuing to report 'No network' after a successful manual disconnect.
12
+
- Fixed Digital Experience Monitoring (DEX) HTTP tests failing TLS validation on Windows.
13
+
- Fixed the client UI crashing at startup when it could not write to the Windows registry.
14
+
- Fixed latency spikes and traffic interruptions during TPM-backed API authentication when hardware-backed registration is enabled.
15
+
- Fixed trailing whitespace in BIOS serial numbers causing serial-number and client-certificate device posture checks to fail.
16
+
- Fixed a client UI crash that could occur when the daemon connection was reset during an IPC request.
17
+
- Fixed a startup crash when date formatting data for the system locale had not yet loaded.
18
+
19
+
**Known issues**
20
+
21
+
- None
22
+
23
+
For Zero Trust documentation, see: https://developers.cloudflare.com/cloudflare-one/team-and-resources/devices/cloudflare-one-client/
24
+
For Consumer documentation, see: https://developers.cloudflare.com/warp-client/
0 commit comments