You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Prashant V (Jira)" <ji...@apache.org> on 2020/05/12 04:05:00 UTC

[jira] [Created] (THRIFT-5205) Tag prior releases with "v" prefix for compatibility with go.mod

Prashant V created THRIFT-5205:
----------------------------------

             Summary: Tag prior releases with "v" prefix for compatibility with go.mod
                 Key: THRIFT-5205
                 URL: https://issues.apache.org/jira/browse/THRIFT-5205
             Project: Thrift
          Issue Type: Task
          Components: Go - Library
    Affects Versions: 0.12.0, 0.11.0, 0.10.0
            Reporter: Prashant V


Thrift 0.13.0 uses the tag "v0.13.0", while prior releases do not have the "v" prefix. Is it possible to add an additional tag "v0.10.0", "v0.11.0", etc for older releases so that Go modules works correctly with them, see [https://github.com/golang/go/issues/32945]

 

We have some projects that use older versions and can't update due to the breaking changes where ctx was added as a parameter, so need to use old versions, but would still like to use go.mod.

 

Adding additional tags (the old ones should still be valid) would help unblock usage of Go modules.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)