File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
This file lists changes for the GoVPP releases.
4
4
5
+ ## 0.2.0
6
+ > _ 04 November 2019_
7
+
8
+ ### Fixes
9
+ - fixed socketclient for 19.08
10
+ - fixed binapi compatibility with master (20.01-rc0)
11
+ - fixed panic during stat data conversion
12
+
13
+ ### Features
14
+ - introduce proxy for remote access to stats and binapi
15
+ - optimizations for statclient
16
+
17
+ ### Other
18
+ - migrate to Go modules
19
+ - print info for users when sockets are missing
20
+
21
+
5
22
## 0.1.0
6
23
> _ 03 July 2019_
7
24
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import (
23
23
24
24
var (
25
25
name = "govpp"
26
- version = "v0.0.0+unknown "
26
+ version = "v0.2.0 "
27
27
commitHash = "unknown"
28
28
buildBranch = "HEAD"
29
29
buildStamp = ""
You can’t perform that action at this time.
0 commit comments