From db87efa2ec1e91e81517236b164b279e57b8daa8 Mon Sep 17 00:00:00 2001 From: Ondrej Fabry Date: Fri, 20 Mar 2020 10:52:19 +0100 Subject: Fix statsclient for VPP 20.05-rc0 (master) - this change fixes panic that was occurring with recent VPP that was caused by incorrectly calculated vector length - converting returned vector length from uint64 to uint32 results in correct length value Change-Id: I76a4b9d147c3df3bea9d3e5ef5853e2809dc42e8 Signed-off-by: Ondrej Fabry --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 088c84d..72c7a27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,12 @@ This file lists changes for the GoVPP releases. - --> +## 0.3.2 +> _20 March 2020_ + +### Fixes +- statsclient: Fix panic occurring with VPP 20.05-rc0 (master) + ## 0.3.0 > _18 March 2020_ -- cgit 1.2.3-korg