File tree 3 files changed +24
-3
lines changed
3 files changed +24
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
- ## [ 2.1.3 ] ( https://github.com/TheHive-Project/Cortex/tree/2.1.3 )
3
+ ## [ 3.0.0-RC1 ] ( https://github.com/TheHive-Project/Cortex/tree/3.0.0-RC1 ) (2019-04-05 )
4
4
5
+ [ Full Changelog] ( https://github.com/TheHive-Project/Cortex/compare/2.1.3...3.0.0-RC1 )
6
+
7
+ ** Implemented enhancements:**
8
+
9
+ - Remove size limitations [ \# 178] ( https://github.com/TheHive-Project/Cortex/issues/178 )
10
+ - Collapse job error messages by default in job history [ \# 171] ( https://github.com/TheHive-Project/Cortex/issues/171 )
11
+ - Update Copyright with year 2019 [ \# 168] ( https://github.com/TheHive-Project/Cortex/issues/168 )
12
+
13
+ ** Fixed bugs:**
14
+
15
+ - SSO: Authentication module not found [ \# 181] ( https://github.com/TheHive-Project/Cortex/issues/181 )
16
+ - Akka Dispatcher Blocked [ \# 170] ( https://github.com/TheHive-Project/Cortex/issues/170 )
17
+
18
+ ** Closed issues:**
19
+
20
+ - Use files to communicate with analyzer/responder [ \# 176] ( https://github.com/TheHive-Project/Cortex/issues/176 )
21
+ - Provide analyzers and responders packaged with docker [ \# 175] ( https://github.com/TheHive-Project/Cortex/issues/175 )
22
+ - Single sign-on support for Cortex [ \# 165] ( https://github.com/TheHive-Project/Cortex/issues/165 )
23
+ - File extraction [ \# 120] ( https://github.com/TheHive-Project/Cortex/issues/120 )
24
+
25
+ ## [ 2.1.3] ( https://github.com/TheHive-Project/Cortex/tree/2.1.3 ) (2018-12-20)
5
26
[ Full Changelog] ( https://github.com/TheHive-Project/Cortex/compare/2.1.2...2.1.3 )
6
27
7
28
** Implemented enhancements:**
Original file line number Diff line number Diff line change 1
- version in ThisBuild := " 3.0.0-RC1-SNAPSHOT "
1
+ version in ThisBuild := " 3.0.0-RC1"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " cortex" ,
3
- "version" : " 2.1.2 " ,
3
+ "version" : " 3.0.0-RC1 " ,
4
4
"description" : " A powerfull observable analysis engine" ,
5
5
"license" : " AGPL-v3" ,
6
6
"homepage" : " https://github.com/TheHive-Project/Cortex" ,
You can’t perform that action at this time.
0 commit comments