Fix statsclient for VPP 20.05-rc0 (master)
[govpp.git] / CHANGELOG.md
1 # Changelog
2
3 This file lists changes for the GoVPP releases.
4
5 <!-- TEMPLATE
6 ### Fixes
7 -
8 ### Features
9 -
10 ### Other
11 -
12 -->
13
14 ## 0.3.2
15 > _20 March 2020_
16
17 ### Fixes
18 - statsclient: Fix panic occurring with VPP 20.05-rc0 (master)
19
20 ## 0.3.0
21 > _18 March 2020_
22
23 ### Fixes
24 - binapi-generator: Fix parsing default meta parameter
25
26 ### Features
27 - api: Improve compatibility checking with new error types:
28   `adapter.UnknownMsgError` and `api.CompatibilityError`
29 - api: Added exported function `api.GetRegisteredMessageTypes()`
30   for getting list of all registered message types
31 - binapi-generator: Support imports of common types from other packages
32 - binapi-generator: Generate `Reset()` method for messages
33 - binapi-generator: Compact generated methods
34
35 ### Other
36 - deps: Update `github.com/bennyscetbun/jsongo` to `v1.1.0`
37 - regenerate examples/binapi for latest VPP from stable/2001
38
39 ## 0.2.0
40 > _04 November 2019_
41
42 ### Fixes
43 - fixed socketclient for 19.08
44 - fixed binapi compatibility with master (20.01-rc0)
45 - fixed panic during stat data conversion
46
47 ### Features
48 - introduce proxy for remote access to stats and binapi
49 - optimizations for statclient
50
51 ### Other
52 - migrate to Go modules
53 - print info for users when sockets are missing
54
55 ## 0.1.0
56 > _03 July 2019_
57
58 The first release that introduces versioning for GoVPP.