Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Steur <tsteur@users.noreply.github.com>2018-11-29 06:06:02 +0300
committerGitHub <noreply@github.com>2018-11-29 06:06:02 +0300
commit970883b106229f11a071c5470538bfb29dc83871 (patch)
tree323d4f791107b93e16dd55fe0cedcac6df379e33 /CHANGELOG.md
parent1bea8652a119d9098c695bba6c15bcd7d7fbaea9 (diff)
Add possibility to queue tracking requests so they are sent in bulk (#13616)
* add possibility to queue requests * add tests * update changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f876032e03..1639b3bd9a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,7 +6,9 @@ The Product Changelog at **[matomo.org/changelog](https://matomo.org/changelog)*
## Matomo 3.8.0
-### Breaking Changes
+### New APIs
+
+* It is now possible to queue a request on the JavaScript tracker using the method `queueRequest(requestUrl)`. This can be useful to group multiple tracking requests into one bulk request to reduce the number of tracking requests that are sent to your server making the tracking more efficient.
* The output type "save on disk" in the API method `ScheduledReport.generateReport` has been replaced by the download output type.
## Matomo 3.6.1