aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCecylia Bocovich <cohosh@torproject.org>2021-11-04 10:34:34 -0400
committerCecylia Bocovich <cohosh@torproject.org>2021-11-04 10:34:34 -0400
commitf6b6342a3a0d38257cd492140fccc8c65c07310c (patch)
tree4a320f5891f02eec1844b63559f5eb1770b7d531 /ChangeLog
parent0a2598a1e854243b2f69dae05d713260b4816098 (diff)
downloadsnowflake-f6b6342a3a0d38257cd492140fccc8c65c07310c.tar.gz
snowflake-f6b6342a3a0d38257cd492140fccc8c65c07310c.zip
Update ChangeLog for v2 releasev2.0.0
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6c9b992..e4b3998 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+Changes in version v2.0.0 - 2021-11-04
+
+- Turn the standalone snowflake proxy code into a library
+- Clean up and reworked the snowflake client and server library code
+- Unify broker/bridge domains to *.torproject.net
+- Updates to the snowflake library documentation
+- New package functions to define and set a rendezvous method with the
+broker
+- Factor out the broker geoip code into its own external library
+- Bug fix to check error calls in preparePeerConnection
+- Bug fixes in snowflake tests
+- Issue 40059: add the ability to pass in snowflake arguments through SOCKS
+- Increase buffer sizes for sending and receiving snowflake data
+- Issue 25985: rendezvous with the broker using AMP cache
+- Issue 40055: wait for the full poll interval between proxy polls
+
Changes in version v1.1.0 - 2021-07-13
- Refactors of the Snowflake broker code