Skip to content

Commit 6c08ef6

Browse files
committed
Release 5.4.7
1 parent 340b5a9 commit 6c08ef6

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

docs/thehive/api-docs/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
openapi: 3.1.0
22
info:
33
title: TheHive
4-
version: v1-5.4.6-1
4+
version: v1-5.4.7-1
55
description: "\n## General\n\nAlmost all of the endpoints will require an authentication.\
66
\ Supported ways of authentication are detailed below.\n\nEach user has permissions,\
77
\ defined by their role. The permissions of the user are checked when making api\

docs/thehive/release-notes/release-notes-5.4.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,30 @@
1919
!!! info
2020
An [upgrade guide](../installation/upgrade-from-5.x.md) is available to help you migrate from TheHive 5.x
2121

22+
## 5.4.7 - 16th of January 2025
23+
24+
### Fixes
25+
26+
#### Global Search
27+
- Added support for wildcard searches using the * operator.
28+
Example for a case named Phishing incident on BU-FR45, will be returned by searching BU-F* or BU*..
29+
30+
#### UI
31+
- Impact field is now more readable in dark theme after case closure.
32+
- Fixed an issue on avatar change in the user profile page.
33+
- Removed an incorrect message displayed when launching a responder on an observable.
34+
- Fixed a display issue occurring when the function/responder list is excessively long.
35+
- Enhanced handling for overly long function names during input.
36+
37+
#### Dashboard
38+
- Corrected the display of text color in the donut and bar charts for the dark theme.
39+
- Removed the “_total” value from the radar widget display.
40+
- Removed cache option in UI configuration when DirectQuery is activate.
41+
- Ensured that customized date formats are now consistently applied in dashboards.
42+
43+
### Docker configuration file
44+
- The entry point docker parameter --cql-cluster is replaced by --cql-datacenter. This parameter, used in cluster configuration, allows to define the name of the Cassandra datacenter used by the TheHive node.
45+
2246
## 5.4.6 - 12th of December 2024
2347

2448
### Security fix

0 commit comments

Comments
 (0)