Skip to content

v0.7.0

Compare
Choose a tag to compare
@sdwilsh sdwilsh released this 30 Oct 22:43
77d5c8f

New Features

  • Added the ability to set the packet clear time for API commands. This can be useful if the default of three seconds was too slow for the GEM to finish sending a packet.

Breaking Changes

  • siobrultech_protocols.gem.protocol.T and siobrultech_protocols.gem.protocol.R have been removed. Any imports should replace them with siobrultech_protocols.gem.api.T and siobrultech_protocols.gem.api.R, respectively.
  • The constant PACKET_DELAY_CLEAR_TIME from siobrultech_protocols.gem.protocol has been removed. A new constant, PACKET_DELAY_CLEAR_TIME_DEFAULT is added to siobrultech_protocols.gem.const, which is the default value we use if a value is not provided to the BidirectionalProtocol.

Full Changelog: v0.6.0...v0.7.0