Since v3.0.0 was released with a mismatched import path (/v2 instead of /v3, fixed in #1030) - it broke the existing builds of my plugins. An issue that could be worked around, but this breaks any go get or similar as you'd have to run go get github.com/gotify/server/v2@v3.0.0 just to get the correct version installed.
Is there any ETA on the next tagged release which would include the import path fix, even if it's a small patch release with just that cherry picked in?
Since v3.0.0 was released with a mismatched import path (
/v2instead of/v3, fixed in #1030) - it broke the existing builds of my plugins. An issue that could be worked around, but this breaks anygo getor similar as you'd have to rungo get github.com/gotify/server/v2@v3.0.0just to get the correct version installed.Is there any ETA on the next tagged release which would include the import path fix, even if it's a small patch release with just that cherry picked in?