Sensu v0.12.0 Release Notes

Release Date: 2013-10-28 // over 10 years ago
  • ๐Ÿ’ฅ Breaking Changes

    • ๐Ÿšš Deprecated API endpoints, /check/request and /event/resolve, have been removed. Please use /request and /resolve.

    ๐Ÿ›  Fixed

    • โž• Added additional AMQP library version constraints.
    • ๐Ÿ‘Œ Improved API POST data validation.

    โž• Added

    • API stashes can now expire, automatically removing themselves after N seconds, eg. '{"path": "foo", "content":{"bar": "baz"}, "expire": 600}'.