mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 11:11:30 -04:00
Bump version to v2.8.1
This commit is contained in:
parent
9f330caa08
commit
a0e3e871c4
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
Changes in version v2.8.1 - 2023-12-21
|
||||
- Issue 40276: Reduce allocations in encapsulation.ReadData
|
||||
- Issue 40310: Remove excessive logging for closed proxy connections
|
||||
- Issue 40278: Add network fix for old version of android to proxy
|
||||
- Bump versions of dependencies
|
||||
|
||||
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
|
||||
|
|
|
@ -4,4 +4,4 @@ func GetVersion() string {
|
|||
return version
|
||||
}
|
||||
|
||||
var version = "2.8.0"
|
||||
var version = "2.8.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue