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>2014-11-16 22:42:15 +0300
committerThomas Steur <tsteur@users.noreply.github.com>2014-11-16 22:42:15 +0300
commita96d880b1f30d2612701b6a21f0f63341afb11b0 (patch)
tree41597fd5a212cf8ec56e757956df5be9c219f258 /CHANGELOG.md
parent0d967aa37142e388f06d490421acb516a28999a2 (diff)
refs #6661 added change of HTTP 400 tracker api to changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6147d20627..5efc3a0414 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,9 @@ This is a changelog for Piwik platform developers. All changes for our HTTP API'
## Piwik 2.10.0
+### Breaking Changes
+* The HTTP Tracker API does now respond with a HTTP 400 instead of a HTTP 500 in case an invalid `siteId` or `forcedVisitorId` is used.
+
### New APIs
* New URL parameter `send_image=0` in the [HTTP Tracking API](http://developer.piwik.org/api-reference/tracking-api) to receive a HTTP 204 response code instead of a GIF image. This improves performance and can fix errors if images are not allowed to be obtained directly (eg Chrome Apps).