Skip to content

Releases: org-arl/ProtocolDataUnits.jl

v0.3.0

05 Oct 15:55
527a518
Compare
Choose a tag to compare

ProtocolDataUnits v0.3.0

BREAKING RELEASE

  • Type PDU renamed to AbstractPDU
  • Constant PDU exported as a short version of module ProtocolDataUnits
  • API changed to PDU.encode() and PDU.decode()
  • Auto-truncation and auto-padding disabled (throws exception if length mismatch)
  • Explicit padding can be requested by defining length as PadTo(n)
  • Auto wire-encoded length storage in PDU disabled for vectors (but retained for strings)
  • Wire-encoded length can be requested by defining length as WireEncoded()

Diff since v0.2.0

v0.2.0

02 Oct 18:44
Compare
Choose a tag to compare

ProtocolDataUnits v0.2.0

Diff since v0.1.0

v0.1.0

29 Sep 19:52
Compare
Choose a tag to compare

Initial working release, pending registration