Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.04 KB

CHANGELOG.md

File metadata and controls

27 lines (21 loc) · 1.04 KB

2.2.0

  • Dependencies: Remove constraint on public_suffix and enforce ruby >= 2.x

2.1.1

  • Docs: Set the default_codec doc attribute.

2.1.0

  • allow interpolation of event fields in url #11

2.0.2

  • Enable event based data in attachments

2.0.1

  • Update codec dependencies

2.0.0

  • Breaking: Updated plugin to use new Java Event APIs
  • relax logstash-core-plugin-api constrains
  • update .travis.yml
  • Added variable expansion to usernames and channel names (#6)
  • Fixed bug when reporting malformed requests (#3)
  • Test fixes since newer versions of logstash-core expects the values in the add_field hash to not be integers.
  • initial version containing basic slack functionality