Skip to content

Latest commit

 

History

History
53 lines (33 loc) · 1.25 KB

RELEASE.md

File metadata and controls

53 lines (33 loc) · 1.25 KB

v1.3.1

  • No new features

Bugfixes

  • Don't specify a domain when setting cookies. This allows 411 to work when the hostname doesn't match the site configuration.

v1.3.0

  • Support for ES5.0
  • Merged in support for running 411 behind an auth proxy #95 #79
  • Filter/Target errors are no longer considered a failure (Search jobs will not be rescheduled as a result)
  • Render long alerts vertically in emails
  • Update dependencies

Bugfixes

  • Fixed changelog modal not appearing
  • Fixed undefined setPassword call in create_user script.

v1.2.0

  • Added Search execution options on the configuration page
  • Added support for index patterns
  • Added options for parsing date fields
  • Refactored Search code to support multiple 'sources' per Search type.
  • More UX tweaks

Breaking changes

  • The Logstash Search type has been replaced by the ES Search type.
  • The config syntax for specifying indices has changed.
  • The config syntax for defining Search sources has changed.

See the upgrade guide for details.

v1.1.0

  • Added support for API keys
  • Added Push Search for pushing Alerts into 411
  • Added support for MySQL
  • Added Pagerduty target (#71)
  • UX tweaks
  • Misc bug fixes

v1.0.1

First release