Skip to content

Commit

Permalink
release 5.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
srottenberg committed Nov 7, 2024
1 parent 8464f6a commit 0f0c311
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/thehive/api-docs/docs.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openapi: 3.1.0
info:
title: TheHive
version: v1-5.4.2-1
version: v1-5.4.3-1
description: "\n## General\n\nAlmost all of the endpoints will require an authentication.\
\ Supported ways of authentication are detailed below.\n\nEach user has permissions,\
\ defined by their role. The permissions of the user are checked when making api\
Expand Down Expand Up @@ -30227,6 +30227,7 @@ components:
- editable
- forAdmin
- forOrg
- consumesLicense
type: object
properties:
_id:
Expand Down Expand Up @@ -30257,6 +30258,8 @@ components:
type: boolean
forOrg:
type: boolean
consumesLicense:
type: boolean
OutputPropertyDescription:
required:
- name
Expand Down
36 changes: 36 additions & 0 deletions docs/thehive/release-notes/release-notes-5.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,42 @@
!!! info
An [upgrade guide](../installation/upgrade-from-5.x.md) is available to help you migrate from TheHive 5.x

## 5.4.3 - 7th of November 2024

### Improvements

#### Microsoft teams Notifier Update
Updated the Microsoft Teams notifier to use Power Automate as Microsoft has deprecated the webhook used previously. A guide to updating your notifier is available [here](../user-guides/organisation/notifications/teams.md).
#### Cases/Alerts status visibility
Added a colored background to the stage icon in status components for better visibility in case and alert lists.
#### License Check Improvements
Improved display of permissions and profiles that consume licenses for clearer management by administrators. The “Manage Dashboard” permission no longer consumes a license.
#### Task title Limit
Added a character limit check for task titles to notify users when their input exceeds the allowed length.
#### Edit Alert title
Adding the ability to edit alert title directly from the general tab.

### Fixes

#### Cortex job queue
- Enhanced the handling of concurrent job submissions to the Cortex server for better efficiency and stability.
- Fixed an issue related to job status recovery in TheHive when the Cortex server crashes.

#### Live feed display
Fixed issues with overly long text and tags in the live feed display.

#### Observables list loading
Optimized the rendering speed for the observables tab to improve performance.

#### App default language
Fixed default language selection to use the browser’s language on first connection.

#### Improved Case Closure Error Handling
Modified case closure behavior: if a backend error occurs, the case closure window now remains open to prevent data loss.

#### Tasklog Display in Timeline
When adding a tasklog with the option "display in the timeline", the tasklog now appears in the timeline view from the task preview after the preview drawer is closed.

## 5.4.2 - 21st of October 2024
### Fix
- This version fixes a regression related to the query boolean parameters in the public API. These parameter values are case insensitive again.
Expand Down

0 comments on commit 0f0c311

Please sign in to comment.