All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
2.0.3 - 2019-08-16
- Fix export to csv so that exported file does not duplicate csv headers
- Rewrite csv file to path specified at runtime instead of appending
2.0.2 - 2019-05-07
- Add leeway to
iat
field of token to account for clock skew - Add
MIT
license
2.0.1 - 2019-04-24
- Address vulnerability with
urllib3
2.0.0 - 2019-03-25
- Changed cli logic for using elastic search api
- Using cursor logic instead bookmark
1.1.0 - 2018-10-31
- Added tests
- Fixed re-initialization of syslog handler
- added
-v
flag for verbose logs - Refactored code to be more pythonic 🐍
- Init project