Skip to content

v0.8.11

Choose a tag to compare

@mihai-dinculescu mihai-dinculescu released this 01 Mar 15:37
· 199 commits to main since this release
f97b456

Rust

Changed

  • HubHandler: s200b and s200d handler builders have been consolidated into a single s200 method. (thanks to @mibofra)
  • HubHandler: t310 and t315 handler builders have been consolidated into a single t31x method. (thanks to @mibofra)
  • ChildDeviceHubResult: S200B and S200D variants have been consolidated into a single S200 variant.
  • ChildDeviceHubResult: T310 and T315 variants have been consolidated into a single T31X variant.

Python

Changed

  • HubHandler: s200b and s200d handler builders have been consolidated into a single s200 method. (thanks to @mibofra)
  • HubHandler: t310 and t315 handler builders have been consolidated into a single t31x method. (thanks to @mibofra)

Full Changelog: v0.8.10...v0.8.11