From 98c7867cb3ea30879aa3540904c5945021ef8736 Mon Sep 17 00:00:00 2001 From: Quentin Long Date: Fri, 29 Mar 2019 11:55:15 -0700 Subject: [PATCH] Version 0.1.39 --- changelog.md | 17 +++++++++++++++++ setup.py | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index d007a4dee..30b52f601 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,22 @@ # Change Log +# v0.1.39 + +### Added +- Added spike alerts for metric aggregations +- Allow SSL connections for Stomp +- Allow limits on alert text length +- Add optional min doc count for terms queries +- Add ability to index into arrays for alert_text_args, etc + +### Fixed +- Fixed bug involving --config flag with create-index +- Fixed some settings not being inherited from the config properly +- Some fixes for Hive alerter +- Close SMTP connections properly +- Fix timestamps in Pagerduty v2 payload +- Fixed an bug causing aggregated alerts to mix up + # v0.1.38 ### Added diff --git a/setup.py b/setup.py index 91a514f18..ac680c4a9 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ base_dir = os.path.dirname(__file__) setup( name='elastalert', - version='0.1.38', + version='0.1.39', description='Runs custom filters on Elasticsearch and alerts on matches', author='Quentin Long', author_email='qlo@yelp.com',