Skip to content

Latest commit

 

History

History
62 lines (43 loc) · 833 Bytes

CHANGES.rst

File metadata and controls

62 lines (43 loc) · 833 Bytes

ChangeLog

0.0.7 (2021-04-29)

Features

  • update to scapy 2.4.5

0.0.6 (2019-08-28)

Features

  • Add support for Thrift IDL parsing and printing

0.0.5 (2019-08-18)

Features

  • support py3k

0.0.4 (2019-02-01)

Bug Handling

  • handle files without valid messages

Features

  • update to scapy 2.4.2

0.0.3 (2015-11-04)

Bug Handling

Features

  • introduce a root exception for thrift_struct
  • add --structs to thrift-file reader to allow reading files that contain structs (instead of messages)

0.0.2 (2015-09-26)

Bug Handling

Features

  • add Thrift diff API
  • add new abstractions ThriftStruct and ThriftField