mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 20:11:19 -04:00
Bump version to 2.8.0
This commit is contained in:
parent
aca932c5f3
commit
a88f73b0ff
2 changed files with 9 additions and 1 deletions
|
@ -1,3 +1,11 @@
|
||||||
|
Changes in version v2.8.0 - 2023-11-20
|
||||||
|
- Issue 40069: Add outbound proxy support
|
||||||
|
- Issue 40301: Fix for a bug in domain fronting configurations
|
||||||
|
- Issue 40302: Remove throughput summary from proxy logger
|
||||||
|
- Issue 40302: Change proxy stats logging to only log stats for traffic that occurred in the summary interval
|
||||||
|
- Update renovate bot configuration to use Go 1.21
|
||||||
|
- Bump versions of dependencies
|
||||||
|
|
||||||
Changes in version v2.7.0 - 2023-10-16
|
Changes in version v2.7.0 - 2023-10-16
|
||||||
7142fa3 fix(proxy): Correctly close connection pipe when dealing with error
|
7142fa3 fix(proxy): Correctly close connection pipe when dealing with error
|
||||||
6393af6 Remove proxy churn measurements from broker.
|
6393af6 Remove proxy churn measurements from broker.
|
||||||
|
|
|
@ -4,4 +4,4 @@ func GetVersion() string {
|
||||||
return version
|
return version
|
||||||
}
|
}
|
||||||
|
|
||||||
var version = "2.7.0"
|
var version = "2.8.0"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue