@@ -11,6 +11,45 @@ This file lists changes for the GoVPP releases.
11
11
-
12
12
-->
13
13
14
+ ## 0.8.0
15
+
16
+ > _ 18 July 2023_
17
+
18
+ ### Changes
19
+
20
+ - Add VPP 23.06 to CI (#136 )
21
+ - Improvements for GoVPP CLI (#135 )
22
+ - Skip running CI tests for docs updates (#137 )
23
+ - binapigen: initial support for counters and paths (#121 )
24
+ - Refactor resolving VPP API input (#130 )
25
+ - Update Dockerfile.integration (#134 )
26
+ - Add README for examples (#128 )
27
+ - Invalidate msgTable map during reconnect (#127 )
28
+ - Add more GoVPP CLI features (#117 )
29
+ - Update README.md (#115 )
30
+ - Generate message comments (#109 )
31
+ - Add User Guide (#110 )
32
+ - Enhancements for binapigen (#93 )
33
+ - Update Go and test if binapi is up-to-date (#105 )
34
+ - Create RELEASE document (#89 )
35
+
36
+ ### Fixes
37
+
38
+ - Fix returning message reply on retval errors (#147 )
39
+ - Fix memory leak for timers (#138 )
40
+ - Fix channel pool (#131 )
41
+ - Fix race in statsclient during reconnect (#126 )
42
+ - Fix memory leak with reply timers (#124 )
43
+ - Fix for Dockerfile smell DL3008 (#123 )
44
+ - Fix disconnect for AsyncConnect case (#106 )
45
+ - Fix binapi generation if old binapi files are not present (#73 )
46
+
47
+ ### GoMemif
48
+
49
+ - Fix memif abstract socket support (#119 )
50
+ - Handle EINTR error (#99 )
51
+
52
+
14
53
## 0.7.0
15
54
16
55
> _ 29 November 2022_
0 commit comments