From fa898b770da0461322ac580cd81ef727b7fd5ddb Mon Sep 17 00:00:00 2001 From: Martin Buhr Date: Wed, 6 Jan 2016 05:03:06 -0500 Subject: [PATCH] Updated change log --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6828efae94a..e4a93029db6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 1.9.1 + +- Added new feature: Detailed logging, enable by setting `analytics_config.enable_detailed_recording` to true, two new fields will be added to analytics data: rawRequest and rawResponse, these will be in wire format and are *NOT* anonymised. This adds additional processing complexity to request throughput so could degrade performance. + # 1.9 - Gateway Mongo Driver updated to be compatible with MongoDB v3.0