This repository was archived by the owner on Nov 3, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,21 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
5
5
6
6
## [ Unreleased]
7
7
8
+ ## [ v3.1.1] - 2019-07-25
9
+
10
+ ### Added
11
+ - Ability to get open indices in ElasticsearchClient
12
+ - Documentation on installing dependencies on Mac OS X
13
+
14
+ ### Changed
15
+ - AWS Managed Elasticsearch/Kibana version to 6.7
16
+
17
+ ### Fixed
18
+ - Disk free/total in /about page shows at most 2 decimal places
19
+ - Connections to SQS and S3 without access key and secret
20
+ - Ability to block IPs and add to Watchlist
21
+
22
+
8
23
## [ v3.1.0] - 2019-07-18
9
24
10
25
### Added
@@ -41,6 +56,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
41
56
- Unnecessary and conflicting package dependencies from MozDef and mozdef_util
42
57
- get_indices to include closed indices
43
58
59
+
44
60
## [ v3.0.0] - 2019-07-08
45
61
### Added
46
62
- Support for Python3
@@ -168,7 +184,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
168
184
- Added checks on sending SQS messages to only accept intra-account messages
169
185
- Improved docker performance and disk space requirements
170
186
171
- [ Unreleased ] : https://github.com/mozilla/MozDef/compare/v3.1.0...HEAD
187
+ [ Unreleased ] : https://github.com/mozilla/MozDef/compare/v3.1.1...HEAD
188
+ [ v3.1.1 ] : https://github.com/mozilla/MozDef/compare/v3.1.0...v3.1.1
172
189
[ v3.1.0 ] : https://github.com/mozilla/MozDef/compare/v3.0.0...v3.1.0
173
190
[ v3.0.0 ] : https://github.com/mozilla/MozDef/compare/v2.0.1...v3.0.0
174
191
[ v2.0.1 ] : https://github.com/mozilla/MozDef/compare/v2.0.0...v2.0.1
You can’t perform that action at this time.
0 commit comments