We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cf12c2 commit 670f6aaCopy full SHA for 670f6aa
1 file changed
CHANGELOG.md
@@ -6,6 +6,15 @@ The Product Changelog at **[matomo.org/changelog](https://matomo.org/changelog)*
6
7
## Matomo 5.7.0
8
9
+### Breaking Changes
10
+
11
+* Client-side faults now map to consistent 4xx responses:
12
+ - Missing/invalid API params return 400
13
+ - Invalid actions return 404
14
+ - Missing chunks return 404
15
+ - Missing plugins return 404
16
+ - Deactivated plugins return 403
17
18
### New Features
19
20
* New event `PrivacyManager.deleteDataSubjectsForDeletedSites` to enable plugins to be GDPR compliant, when tracking visit unrelated data.
0 commit comments