Skip to content

Releases: jlusiardi/tlv8_python

Version 0.10.0

12 Apr 07:46
Compare
Choose a tag to compare
Version 0.10.0 Pre-release
Pre-release

Bug Fix:

  • Fix for #15: consider length parameter for integer entries during encoding

Version 0.8.0

13 Apr 15:32
Compare
Choose a tag to compare
Version 0.8.0 Pre-release
Pre-release

New Features:

  • tlv8.encode can now handle lists of tlv8.Entry objects and
    tlv8.EntryLists
  • adds tlv8.JsonEncoder to serialize tlv8.Entry and
    tlv8.EntryList objects to json where needed

Version 0.7.0

14 Mar 14:32
06bd2ea
Compare
Choose a tag to compare
Version 0.7.0 Pre-release
Pre-release

New Features:

  • Add data type tlv8.DataType.UNSIGNED_INTEGER to make a distinction between the default of
    signed integers and unsigned integer. This is important for read network ports from TLV
    structures

Version 0.6.0

14 Mar 14:31
a4eaa78
Compare
Choose a tag to compare
Version 0.6.0 Pre-release
Pre-release

New Features:

  • Add function tlv8.deep_decode to get a quick view over a TLV structure.

Version 0.5.0

18 Feb 06:37
Compare
Choose a tag to compare
Version 0.5.0 Pre-release
Pre-release

New Features:

  • Integration of Coveralls into build pipeline
  • Add new type tlv8.EntryList to have easier access to entries in a TLV list

Version 0.4.0

14 Feb 09:12
Compare
Choose a tag to compare
Version 0.4.0 Pre-release
Pre-release

New Features:

  • Support encoding and decoding IntEnum keys and and values

Version 0.2.0

11 Feb 12:56
Compare
Choose a tag to compare
Version 0.2.0 Pre-release
Pre-release

New Features:

  • tlv8.Entry.encode now handles also bytearray instances as input for TLV Datatype bytes

Version 0.1.0

05 Feb 20:24
Compare
Choose a tag to compare
Version 0.1.0 Pre-release
Pre-release

Initial release to the public.