You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+27Lines changed: 27 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,33 @@ All notable changes to this project will be documented in this file.
4
4
5
5
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).
6
6
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
+
7
34
## [7.18.0] - 2025-03-09
8
35
9
36
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