This is an automated email from the git hooks/post-receive script.
shelikhoo pushed a change to branch main in repository pluggable-transports/snowflake.
from 2c599f8 change bandwidth type from int to int64 to prevent overflow new 33248f3 Add Version Output Support to Snowflake new 4ebd85e add version output to log
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference.
Summary of changes: client/snowflake.go | 10 ++++++++++ common/utls/client_hello_id.go | 8 ++++++++ common/utls/client_hello_id_version.go | 24 ++++++++++++++++++++++++ common/version/combined.go | 5 +++++ common/version/detail.go | 13 +++++++++++++ common/version/version.go | 7 +++++++ proxy/main.go | 10 ++++++++++ server/server.go | 10 ++++++++++ 8 files changed, 87 insertions(+) create mode 100644 common/utls/client_hello_id_version.go create mode 100644 common/version/combined.go create mode 100644 common/version/detail.go create mode 100644 common/version/version.go