From 2feccd772c7bfe37e43531cf7524deb30190de8b Mon Sep 17 00:00:00 2001 From: lneto Date: Thu, 30 Jan 2025 14:43:23 +0000 Subject: [PATCH] Release 2025.1.1 --- CHANGES.md | 4 ++++ RELEASE_NOTES | 17 +++++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 2389511c..b3574850 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,7 @@ +## 2025.1.1 +### New Features +- This release introduces the use of new Post Quantum curves and the ability to use Post Quantum curves when running tunnels with the QUIC protocol this applies to non-FIPS and FIPS builds. + ## 2024.12.2 ### New Features - This release introduces the ability to collect troubleshooting information from one instance of cloudflared running on the local machine. The command can be executed as `cloudflared tunnel diag`. diff --git a/RELEASE_NOTES b/RELEASE_NOTES index dcf4bc89..88180b33 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -1,3 +1,20 @@ +2025.1.1 +- 2025-01-30 TUN-8858: update go to 1.22.10 and include quic-go FIPS changes +- 2025-01-30 TUN-8855: fix lint issues +- 2025-01-30 TUN-8855: Update PQ curve preferences +- 2025-01-30 TUN-8857: remove restriction for using FIPS and PQ +- 2025-01-30 TUN-8894: report FIPS+PQ error to Sentry when dialling to the edge +- 2025-01-22 TUN-8904: Rename Connect Response Flow Rate Limited metadata +- 2025-01-21 AUTH-6633 Fix cloudflared access login + warp as auth +- 2025-01-20 TUN-8861: Add session limiter to UDP session manager +- 2025-01-20 TUN-8861: Rename Session Limiter to Flow Limiter +- 2025-01-17 TUN-8900: Add import of Apple Developer Certificate Authority to macOS Pipeline +- 2025-01-17 TUN-8871: Accept login flag to authenticate with Fedramp environment +- 2025-01-16 TUN-8866: Add linter to cloudflared repository +- 2025-01-14 TUN-8861: Add session limiter to TCP session manager +- 2025-01-13 TUN-8861: Add configuration for active sessions limiter +- 2025-01-09 TUN-8848: Don't treat connection shutdown as an error condition when RPC server is done + 2025.1.0 - 2025-01-06 TUN-8842: Add Ubuntu Noble and 'any' debian distributions to release script - 2025-01-06 TUN-8807: Add support_datagram_v3 to remote feature rollout