wire v2.1.0 Release Notes

Release Date: 2016-01-18 // over 8 years ago
  • 2016-01-18

    • Empty lists of packed values were being encoded incorrectly. In Wire 2.0.x our message adapters incorrectly included empty lists for [packed=true] rather than omitting them. This is now fixed.
    • New: Message.encode() to concisely encode a message.
    • New: MessageAdapter.decode(ByteString) to decode a message from a byte string without an intermediate byte array.
    • New: Wire now includes a sample code generation for service interfaces.