All Versions
10
Latest Version
Avg Release Cycle
71 days
Latest Release
2094 days ago

Changelog History

  • v1.5.0 Changes

    August 01, 2018
    • ๐Ÿ”€ Merged all development branches into master
  • v1.4.2 Changes

    January 17, 2018
    • No new features

    ๐Ÿ›  Bugfixes

    • ๐Ÿ›  Fixed issues with previous release
  • v1.4.1 Changes

    January 16, 2018
    • ๐Ÿ”€ Merged #136 for content matching in HTTP searches
    • โœ‚ Delete associated alerts when a search is deleted
    • Finish up custom timezone implementation

    ๐Ÿ›  Bugfixes

    • ๐Ÿ›  Fix exact match queries
    • ๐Ÿ›  Fix ES source link generation
    • Set auth cookie in proxy-auth mode
    • Escape content in Slack target
    • ๐Ÿ’ป Misc perf/UI fixes
  • v1.4.0 Changes

    June 20, 2017
    • Per-user timezones
    • Email renderers

    ๐Ÿ›  Bugfixes

    • ๐Ÿ‘‰ Show original value if a renderer throws an error
    • โšก๏ธ Correctly update index for alerts associated with deleted searches
    • ๐Ÿ“œ Parse dates as UTC on the frontend
    • ๐ŸŽ Performance fixes
  • v1.3.3 Changes

    May 03, 2017
    • No new features

    ๐Ÿ›  Bugfixes

    • ๐Ÿ›  Fix PHP error on executing bin/es_sync.php
  • v1.3.2 Changes

    April 27, 2017
    • ๐Ÿ‘ Announcement support on the index page

    ๐Ÿ›  Bugfixes

    • ๐Ÿ›  Fixed error when running scheduler
    • ๐Ÿ›  Fix ES ssl connection initialization
    • ๐Ÿ›  Fix error in Slack target #118
  • v1.3.1 Changes

    April 08, 2017
    • 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 Changes

    April 08, 2017
    • ๐Ÿ‘Œ 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 Changes

    January 18, 2017
    • โž• 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.
  • v1.1.0 Changes

    October 31, 2016
    • โž• 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