Skip to content

Releases: YYCoder/protobuf-thrift

Hotfix

12 Jun 13:38
Compare
Choose a tag to compare

fix: 🐛 thrift2proto enum element endless loop

Hotfix bugs

11 Jun 12:27
Compare
Choose a tag to compare
  1. thrift2proto missing optional label for map type
  2. thrift2proto fieldCase option not working

protobuf-thrift update

11 Jun 10:23
Compare
Choose a tag to compare

protobuf to thrift add features as below:

  1. support comment
  2. replace go-thrift with thrifter
  3. refactor pb => thrift transformation process, remove unnecessary go-thrift ast node generation
  4. pb2thrift support message nest enum and message, add a prefix to identify
  5. support wasm, optimize code structure

Thrift2pb optimization

18 Nov 15:17
Compare
Choose a tag to compare
  1. support comment
  2. replace go-thrift with thrifter, to preserve the order of ast nodes, white-spaces and comments
  3. refactor thrift => pb transformation process, remove unnecessary go-proto ast node generation

Fix go.mod path

10 Aug 04:58
Compare
Choose a tag to compare
fix: go mod path

Change-Id: I99637164affab18cd03efbc72ae8f259a86d255f

Initial Release

10 Aug 04:32
Compare
Choose a tag to compare

Complete all basic features, it's ready to use.