Les étiquettes permettent de marquer des moments spécifiques de l’historique du projet comme étant importants
  • 0.3.1
    e9489aef · Release version 0.3.1 ·
    0.3.1 (released 13 November 2016)
    ------------------
    - #82: Fix i64 constants greater than Integer.MAX_VALUE
    - #78: Fix bug preventing string const values from generating correctly
    
  • 0.3.0
    e5aeafc1 · Release version 0.3.0 ·
    Thrifty 0.3.0
    --------------
    
    Added:
    ------
    - New unified API for types in `thrifty-schema`, consolidating `ThriftType` and `Named`
    - Support for `(deprecated = "true")` Thrift annotation by emitting `@Deprecated` in Java
    - `Struct` interface which makes writing to protocols simpler - no more passing around Adapters
    - Builder APIs for `thrifty-schema` to allow for customization of a schema prior to code generation
    - Link-type validation of Thrift services and their functions
    
    Fixed:
    ------
    - Numerous edge-cases in const-value validation
    - A crash parsing certain kinds of doc comments
    
    Contributors:
    - @benjamin-bader
    - @naturalwarren
    - @hzsweers
    - @seanabraham
    - @gabrielittner
    
  • 0.2.3
    6d3aba90 · Release version 0.2.3 ·
    0.2.3 (released 8 July 2016)
    ------------------
    - #37: Add Obfuscated and Redacted annotations, along with codegen support for PII obfuscation
    - #36: Fix references to constants in default values for fields
    - #31: Fix parsing `throws` clauses when `throws` is on a separate line
    
  • 0.2.2
    0.2.2 (released 30 March 2016)
    - #26: Fix generated `toString()` for fields with `@redacted` doc comments
  • 0.2.1
    f42de961 · Prepare release 0.2.1 ·
    0.2.1 (released 29 March 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
    - #2: Fix nested-generic fields with default values
  • 0.2.0
    c2cc22f8 · Release version 0.2.0 ·
    Release 0.2.0
    
    - Repackage to com.microsoft
    - Replace Okio in Transport layer with hand-rolled read and write methods
  • 0.1.4
    b8d0217f · Prepare release 0.1.4 ·
    Release 0.1.4
  • 0.1.3
    d9c51317 · Release 0.1.3 ·
    Minor release 0.1.3
  • 0.1.2
    Release version 0.1.2
  • 0.1.1
    Release 0.1.1
    
    The first usable release of Thrifty.  Huzzah.