Release 2025.1.1
This commit is contained in:
parent
90176a79b4
commit
2feccd772c
|
@ -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
|
## 2024.12.2
|
||||||
### New Features
|
### 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`.
|
- 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`.
|
||||||
|
|
|
@ -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.1.0
|
||||||
- 2025-01-06 TUN-8842: Add Ubuntu Noble and 'any' debian distributions to release script
|
- 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
|
- 2025-01-06 TUN-8807: Add support_datagram_v3 to remote feature rollout
|
||||||
|
|
Loading…
Reference in New Issue