[ https://issues.apache.org/jira/browse/THRIFT-4685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17246004#comment-17246004 ]
Yuxuan Wang commented on THRIFT-4685: ------------------------------------- In SemVer breaking changes are allowed in v0, so thrift's current versioning is in compliance with SemVer. The issue on tchannel-go is mostly that they are using a modified thrift compiler (not from any official thrift release) and also they are using a very old version of thrift library (is v0.9.3 a LTS version or something? I've seen that version in several projects in the wild). We probably should provide a go.mod file under lib/go/thrift, though. Since we don't have any third party dependencies that file should only provide the package name and go version, and nothing else. > Support the new golang modules (1.11 or later) > ---------------------------------------------- > > Key: THRIFT-4685 > URL: https://issues.apache.org/jira/browse/THRIFT-4685 > Project: Thrift > Issue Type: Improvement > Components: Go - Library > Affects Versions: 0.12.0 > Environment: golang 1.11 or later > Reporter: James E. King III > Assignee: Duru Can Celasun > Priority: Minor > > Go added new module support in 1.11, see: > https://github.com/golang/go/wiki/Modules > We should move towards it. -- This message was sent by Atlassian Jira (v8.3.4#803005)