From 21ca2e225ea522d857f27a6d58b38e5b906e0bda Mon Sep 17 00:00:00 2001 From: lneto Date: Wed, 13 May 2026 11:09:55 +0100 Subject: [PATCH] Release 2026.5.0 --- RELEASE_NOTES | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 3902871d..ee9ea8a5 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -1,3 +1,30 @@ +2026.5.0 +- 2026-05-08 Bump golang.org/x/net from v0.40.0 to v0.53.0 +- 2026-05-07 TUN-10507: Bump go and go-boring to 1.26.2 +- 2026-05-07 TUN-10511: Add Static DNS Resolvers +- 2026-05-07 TUN-10390: Call prechecks +- 2026-05-07 TUN-10513: Disable /debug/pprof/cmdline endpoint +- 2026-05-06 TUN-10390: Fix missing TLS settings +- 2026-05-05 chore: Fix warnings +- 2026-05-04 TUN-10389: Implement main run method +- 2026-04-30 TUN-10388: Adding probe check +- 2026-04-30 TUN-10388 Implement dialers for connectivity checks +- 2026-04-30 TUN-10389: Improve probe functions +- 2026-04-29 SECENG-13496 update pkg docs for gokeyless to support multiple builds +- 2026-04-29 chore: Add pre-push hooks +- 2026-04-29 TUN-10388: Use pointer for suggested protocol +- 2026-04-27 TUN-10387: Add no-prechecks flag +- 2026-04-23 TUN-10386: Add Table Renderer +- 2026-04-21 AUTH-4699, AUTH-8460, TUN-10179: Vendor gopsutil/v4 for cross-platform process identification +- 2026-04-21 AUTH-4699, AUTH-8460, TUN-10179: Fix .lock file deletion race condition +- 2026-04-20 TUN-10413: Centralize TLS curve configuration in crypto/ and adopt X25519MLKEM768 for QUIC/H2 +- 2026-04-15 TUN-10385: Add connectivity checks foundation +- 2026-04-14 chore: Fix errors in cmd +- 2026-04-14 TUN-10384: Probe TLS Helper +- 2026-04-14 TUN-10383: Set edge-ip-version to auto +- 2026-04-10 SECENG-13056 update gokeyless install instructions on pkg.cloudflare.com/index.html +- 2026-04-02 TUN-9952: Bump go to 1.26 + 2026.3.0 - 2026-03-05 TUN-10292: Add cloudflared management token command - 2026-03-03 chore: Addressing small fixes and typos