Skip to content

Commit 2d74358

Browse files
Changelog for 7.19.0
1 parent 939ca6e commit 2d74358

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,33 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [7.19.0] - 2025-05-28
8+
9+
The highlight of this release is the new flow system. It replaces how rule actions are defined. It is backwards compatible with old versions and will automatically migrate actions to flows. But the system and how things are tracked in the database has been improved significantly. Therefore it was not possible to migrate existing rule logs. If you have failed items in your log, it is recommended to wait for the update until your rules are successful again. Alternatively you can go to the administration section and disabel the rule enqueue to halt the execution of rules until everything has been processed successfully.
10+
11+
### Added
12+
13+
* **API**: Content compression for JSON endpoints.
14+
* **Rules**: Better debuggability of rules by separate tracking of each action attempt.
15+
* **Rules**: New rule trigger: Cron jobs with a minimum time between jobs of 4 hours.
16+
* **UI**: Keep history of AI chat conversation and restore it.
17+
18+
### Changed
19+
20+
* **Logging**: Redact sensitive configuration values in the log.
21+
* **Rules**: New workflow (flows) system.
22+
* **SQL**: Migration to new framework for bulk updates.
23+
* **UI**: Disable autocompletion for password fields.
24+
* **UI**: Migration to generated code for API models.
25+
26+
### Fixed
27+
28+
* **Identity**: New option to disable OIDC profile scope for custom authentication server.
29+
* **UI**: Fixed the expanded mode for editors.
30+
* **UI**: Fixed the title service, which is reponsible to show tht eitle in the broswer tab.
31+
* **UI**: Several fixes to the onboarding system.
32+
* **UI**: Use proper default value for star controls.
33+
734
## [7.18.0] - 2025-03-09
835

936
This version adds support for SQL databases. A lot of tests have been implemented to ensure it is working properly, but this is still in an early version.

0 commit comments

Comments
 (0)