Skip to content

Commit 1df5e8f

Browse files
committed
update requirements, docs, changelog
1 parent 4dd50dc commit 1df5e8f

File tree

4 files changed

+21
-2
lines changed

4 files changed

+21
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
Recent changes: As of Elastalert 0.2.0, you must use Python 3.6. Python 2 will not longer be supported.
2+
13
[![Build Status](https://travis-ci.org/Yelp/elastalert.svg)](https://travis-ci.org/Yelp/elastalert)
24
[![Join the chat at https://gitter.im/Yelp/elastalert](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/Yelp/elastalert?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
35

changelog.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Change Log
22

3+
# v0.2.1
4+
5+
### Fixed
6+
- Fixed an AttributeError introduced in 0.2.0
7+
8+
# v0.2.0
9+
10+
- Switched to Python 3
11+
12+
### Added
13+
- Add rule loader class for customized rule loading
14+
- Added thread based rules and limit_execution
15+
- Run_every can now be customized per rule
16+
17+
### Fixed
18+
- Various small fixes
19+
320
# v0.1.39
421

522
### Added

docs/source/running_elastalert.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Requirements
88

99
- Elasticsearch
1010
- ISO8601 or Unix timestamped data
11-
- Python 2.7
11+
- Python 3.6
1212
- pip, see requirements.txt
1313
- Packages on Ubuntu 14.x: python-pip python-dev libffi-dev libssl-dev
1414

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ PyStaticConfiguration>=0.10.3
1717
python-dateutil>=2.6.0,<2.7.0
1818
python-magic>=0.4.15
1919
python-magic>=0.4.15
20-
PyYAML>=3.12
20+
PyYAML>=5.1
2121
requests>=2.0.0
2222
stomp.py>=4.1.17
2323
texttable>=0.8.8

0 commit comments

Comments
 (0)