-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release new version >2.0.0? #532
Comments
I just had the same question today :) The main downside, new module |
Is there any chance to get this fixed soonish? Asking, because if the upcoming Debian/stable release (AKA bullseye) is supposed to include a current version of redigo, this would need to be handled rather sooner than later. ;( |
v2 is not being developed / supported v1.X is the one which should be used. See this PR for all the history on why we chose to do it this way: #440 |
Why not bump the version to 3 without changes? That should eliminate all confusion. |
See the conversation on #440 but in short major version bumps in gomod are painful for users :( |
Looking at https://github.com/gomodule/redigo/tags there's a strange order with version numbers:
So version v2.0.0 being the highest version number actually predates all the newer ones.
Debian ships the golang-github-gomodule-redigo-dev package as of version 2.0.0 (which also explains why their automated tools didn't notice that there's a "newer" version available since then).
Would it possible to release a new version as something like 2.1.0? (Otherwise Debian would have to introduce a so called epoch version, which is considered the last resort)
Thanks!
The text was updated successfully, but these errors were encountered: