From 6b8b0857a511e2f25f37d72b840a3966b72fedb3 Mon Sep 17 00:00:00 2001 From: Ben Tyler Date: Fri, 3 Mar 2017 10:51:44 +0100 Subject: [PATCH] changes: update for 0.16.0 --- CHANGES.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 2e18345..9b7bb7c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,13 @@ +### v0.16.0 - March 2, 2017 +--- +##### Features +* Support for protobuf3 + +##### Misc/Bugs +* siphash -> sip13 for hashing tags/metrics (minor performance improvement) +* fix missing pprof HTTP routes (`/debug/pprof/{heap|profile|block|trace}`) +* stop materializing and release memory back to the OS once graceful restart is triggered: this creates space for the new instance to load up + ### v0.15.0 - Feb 6, 2017 --- ##### Features