Skip to content

v0.4.0

Choose a tag to compare

@dcj dcj released this 25 May 20:53
· 7 commits to main since this release

Added

  • Documentation and tests for pendulum.DateTime propagation through MQTT and webhook channels (commit).

Changed

  • MQTT URI schemes from /notifiers are now normalized following Postel's Law — mqtt://, mqtts://, tcp://, ssl://, and bare host:port forms are all accepted (commit).
  • Fixed dict access patterns on coerced models in examples and docs (commit).