Changelog for
snowflake-2.9.2-2.11.x86_64.rpm :
* Mon Apr 22 2024 Eyad Issa
- Update to version 2.9.2:
* Issue 40288: Add integration testing with Shadow
* Issue 40345: Automatically build and push containers to our registry
* Issue 40339: Fix client ID reuse bug in SQS rendezvous
* Issue 40341: Modify SQS rendezvous arguments to use b64 encoded parameters
* Issue 40330: Add new metrics at the broker for per-country rendezvous stats
* Issue 40345: Update docker container tags
* Bump versions of dependencies- Update to version 2.9.1:
* Issue 40335: Fix release job
* Change deprecated io/ioutil package to io package
* Bump versions of dependencies
* Sun Feb 11 2024 Eyad Issa - Update to version 2.9.0:
* Prune metrics that are reported for rendezvous
* Move RendezvousMethod field to messages.Arg
* Add metrics for tracking rendezvous method
* Fix nil ptr deference when listing client queues
* Add unit tests for SQS rendezvous in broker
* Add unit tests for SQS rendezvous in client
* Add mocks and interfaces for testing SQS rendezvous
* Implement SQS rendezvous in client and broker
* Cosmetic fixes taken from !219.
* Add probetest commandline option for STUN URL
* Use SetNet setting in probetest to ignore net.Interfaces error
* Add proxy commandline option for probe server URL
* Scrub space separated ip addresses
* Update recommended torrc options in the client readme
* Add vcs revision to version string- Update to version 2.8.1
* Suppress logs of EventOnProxyConnectionOver
* Add Ignore Android Restriction Workaround for Proxy
* Have encapsulation.ReadData return an error when the buffer is short.
* Have encapsulation.ReadData read into a provided buffer.
* Sun Dec 10 2023 eyadlorenzoAATTgmail.com- Update to version 2.8.0:
* chore(deps): update module github.com/pion/webrtc/v3 to v3.2.23
* chore(deps): update module github.com/miekg/dns to v1.1.57
* chore(deps): update module golang.org/x/net to v0.18.0
* chore(deps): update module github.com/gorilla/websocket to v1.5.1
* Update prometheus metrics to use new EventOnProxyStats
* Process and properly log connection closure stats
* Modify EventOnProxyStats to include summary data
* Proxy stats log only what occurred that time interval
* Move creation of periodic stats task inside proxy library
* Zero bytesSyncLogger stats after reading them
* Remove ThroughputSummary from bytesLogger
* Check if multiple front domains argument is empty
* chore(deps): update module github.com/prometheus/client_golang to v1.17.0
* chore(deps): update module github.com/refraction-networking/utls to v1.5.4
* Add outbound proxy configuration propagation
* Add transport wrapper
* Add common proxy utilities
* chore(deps): update module github.com/prometheus/client_model to v0.5.0
* chore(deps): update module golang.org/x/net to v0.17.0 [security]
* chore(deps): update module github.com/xtaci/kcp-go/v5 to v5.6.5
* improvement(broker): don\'t reject unrestricted client if there are no restricted proxies
* Sat Oct 21 2023 kastlAATTb1-systems.de- Update to version 2.7.0:
* update version to 2.7.0
* fix(proxy): Correctly close connection pipe when dealing with error
* Remove proxy churn measurements from broker.
* fix(proxy): remove _potential_ deadlock
* Maintain backward compatability with old clients
* Randomly select front domain from comma-separated list
* Update dependencies
* chore(deps): update module github.com/xtaci/kcp-go/v5 to v5.6.3
* Remove Golang 1.20 from CI Testing
* Update CI targets to test android from golang 1.21
* Sat Oct 21 2023 Johannes Kastl - new package snowflake: TOR snowflake proxy server