OperatorFoundation / shapeshifter-dispatcher

Shapeshifter Dispatcher converts Pluggable Transports that implement the Go API from the Pluggable Transports 2.1 specification into proxies usable by applications. Several proxy modes are provided, including proxying of both TCP and UDP traffic.
https://OperatorFoundation.org/
MIT License
177 stars 28 forks source link

Consider tagging releases #22

Closed KwadroNaut closed 5 years ago

KwadroNaut commented 5 years ago

The more activity, the higher the probability that something breaks. I'd like to be able to fetch the latest stable version and use that. When there are security updates or bug fixes, I'd like to be upgrade, without breaking changes like iat-mode vs iatmode, or if using a method that gets removed, it's great to know about that.

Thanks for considering!

CryptoSax commented 5 years ago

the main reason we had to make a few of the changes like iat-mode was due mostly to conforming the spec. We also plan to start implementing go modules soon, which from my understanding should help with different releases being unstable. So far, the current release should hopefully be the most stable. If not, i'm going to not close the issue yet so i can remember to provide a more stable version for you in the event that this one has major issues

CryptoSax commented 5 years ago

We will start pushing regular releases moving forward! Thanks again for the feedback

KwadroNaut commented 5 years ago

Thanks, makes sense!

the main reason we had to make a few of the changes like iat-mode was due mostly to conforming the spec.

Wait, which spec? I looked at https://github.com/Pluggable-Transports/Pluggable-Transports-spec/commit/8cab0d7bc8b3bf25596ad4cd4943e47a2d720a8b

colthreepv commented 4 years ago

Up for this issue.
I wanted to create a docker image for this project, but version 3.0.0 does not compile, so I am forced to use master, thus creating an unreliable Docker Image 😞 relying on latest tag