Skip to content
This repository has been archived by the owner on Sep 6, 2022. It is now read-only.

0.2.0

Latest
Compare
Choose a tag to compare
@partim partim released this 07 Oct 13:36
· 7 commits to master since this release
8825b23

Breaking Changes

  • pdu::Error has been changed to contain an allocated octets buffer instead of being generic in a very fragile way. Consequently,
    pdu::BoxedError has been dropped. (#6)
  • The client traits VrpTarget and VrpUpdate have been modified to allow returning errors when processing data. (#7)
  • The minimum supported Rust version is now 1.42. (#6)

New

  • Implemented Default for state::Serial [(#4])
  • The client now provides a method Client::update that can be used to fetch a single update instead of just letting it run forever. (#7)

Bug Fixes

  • The server now correctly responds to received error PDUs by returning an error from server::Connection::run. (#6)