Skip to content

v0.6.5

Compare
Choose a tag to compare
@fhunleth fhunleth released this 22 Nov 22:19
  • New features
    • Support wild card subscriptions to properties. This makes it possible to
      subscribe to things like ["interface", :_, "addresses"] where the :_
      indicates that any value in the second position should match. That
      particular subscription would send a message whenever an IP address anywhere
      gets added, changed, or removed.