All Versions
28
Latest Version
Avg Release Cycle
95 days
Latest Release
986 days ago

Changelog History
Page 3

  • v0.2.2 Changes

    March 30, 2016
    • #26: Fix generated toString() for fields with @redacted doc comments
  • v0.2.1 Changes

    March 29, 2016
    • #25: Improve generated toString() methods
    • #24: Add SimpleJsonProtocol
    • #19: Fix codegen for services which inherit from other services
    • #5: Fix compilation with relative includes (e.g. include '../common.thrift')
    • #7: Fix lookup of included constants during linking
    • #4: Add automatic Parcelable implementation
    • 0๏ธโƒฃ #2: Fix nested-generic fields with default values
  • v0.2.0 Changes

    February 23, 2016
    • Re-design Transport to not use Okio, avoid potential threading issues therein
  • v0.1.4 Changes

    February 16, 2016
    • ๐Ÿ›  Fix new bug in generated 'toString'
  • v0.1.3 Changes

    February 12, 2016
    • Alter generated 'toString' so that it outputs one single line
    • ๐Ÿ‘‰ Make '@redacted' annotation detection case-insensitive
  • v0.1.2 Changes

    January 14, 2016
    • Demote AssertionError to ProtocolExeception in ProtocolUtil#skip() for unknown TType values.
  • v0.1.1 Changes

    January 06, 2016
    • โž• Add CompactProtocol implementation
    • โž• Add integration test suite
    • โž• Add service-client code generation
    • โž• Add service-client runtime implementation
    • โž• Add ability to parse annotations in Thrift IDL
    • โž• Add (redacted) annotation for fields
  • v0.1.0 Changes

    • ๐Ÿ“œ Thrift IDL parser
    • Thrift IDL model
    • Java code generator
    • Command-line compiler
    • Generated structs, adapters, and BinaryProtocol