Skip to content

v1.0.0

Compare
Choose a tag to compare
@wazzamatazz wazzamatazz released this 23 Sep 12:22
· 4 commits to main since this release
b4e1872

Breaking Changes

  • MQTT and Azure Event Hub publisher constructor signatures have changed and now require an ILoggerFactory instead of an ILogger<T>.
  • Abstract RuuviTagListener.ListenAsync method is now protected. This is to allow for IRuuviTagListener.ListenAsync to be explicitly implemented so that it updates metrics when observations are received.
  • Some public utility methods in RuuviTagUtilities that previously accepted byte[] now accept Span<byte> instead.

What's Changed

Full Changelog: v0.14.0...v1.0.0