summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCecylia Bocovich <cohosh@torproject.org>2023-11-20 10:50:37 -0500
committerCecylia Bocovich <cohosh@torproject.org>2023-11-20 11:43:07 -0500
commita88f73b0ffd2d3db4a92360f1f265374d3ab5635 (patch)
tree45edae923fad6026fdfd3d5f50aa95de0b9c463c
parentaca932c5f332d56a7faad874239cad795c147b03 (diff)
downloadsnowflake-a88f73b0ffd2d3db4a92360f1f265374d3ab5635.tar.gz
snowflake-a88f73b0ffd2d3db4a92360f1f265374d3ab5635.zip
Bump version to 2.8.0v2.8.0
-rw-r--r--ChangeLog8
-rw-r--r--common/version/version.go2
2 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f4725a2..67837cb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
7142fa3 fix(proxy): Correctly close connection pipe when dealing with error
6393af6 Remove proxy churn measurements from broker.
diff --git a/common/version/version.go b/common/version/version.go
index d6f0f70..6d6084e 100644
--- a/common/version/version.go
+++ b/common/version/version.go
@@ -4,4 +4,4 @@ func GetVersion() string {
return version
}
-var version = "2.7.0"
+var version = "2.8.0"