Skip to content

v1.12.0

Compare
Choose a tag to compare
@abhinav abhinav released this 25 Jun 19:04
· 349 commits to dev since this release

Added

  • gen: Added ThriftPackageImporter to control import path
    resolution Thrift files.
  • Structs now include getter functions for all fields. This
    improves Apache Thrift compatibility.
  • Enums now implement encoding.TextMarshaler.

Changed

  • gen: NewGenerator is now usable from other packages.