From 42acb6e38ce584410248dea66fb1f918fea92cf3 Mon Sep 17 00:00:00 2001 From: dizzy Date: Mon, 4 Mar 2024 22:43:31 -0800 Subject: [PATCH] Version 1.0.5 (#43) --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f26cc3..21984e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ == Changelog === += 1.0.5 = +* Change the Help URL of the Login form to go directly to the connection guide. +* Add a warning if a user tries connecting with a pre-4.14 version Matomo. +* Use the showColumns parameter to lessen the amount of data returned by Matomo. +* Make sure to apply filter_truncate on the last request when a Default Row Limit is set. +* Improve Matomo API request error handling and retry logic. +* Better handling of the Default Row Limit setting. + = 1.0.4 = * Reduce number of rows fetched at a time again. * Do not silence JSON.parse failures when processing Matomo API response data.