proxy: Unexport methods that do not satisfy rpc to remove warning
[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.3
15 > _9 April 2020_
16
17 ### Fixes
18 - proxy: Unexport methods that do not satisfy rpc to remove warning
19
20 ## 0.3.2
21 > _20 March 2020_
22
23 ### Fixes
24 - statsclient: Fix panic occurring with VPP 20.05-rc0 (master)
25
26 ## 0.3.1
27 > _18 March 2020_
28
29 ### Fixes
30 - Fix import path in examples/binapi
31
32 ## 0.3.0
33 > _18 March 2020_
34
35 ### Fixes
36 - binapi-generator: Fix parsing default meta parameter
37
38 ### Features
39 - api: Improve compatibility checking with new error types:
40   `adapter.UnknownMsgError` and `api.CompatibilityError`
41 - api: Added exported function `api.GetRegisteredMessageTypes()`
42   for getting list of all registered message types
43 - binapi-generator: Support imports of common types from other packages
44 - binapi-generator: Generate `Reset()` method for messages
45 - binapi-generator: Compact generated methods
46
47 ### Other
48 - deps: Update `github.com/bennyscetbun/jsongo` to `v1.1.0`
49 - regenerate examples/binapi for latest VPP from stable/2001
50
51 ## 0.2.0
52 > _04 November 2019_
53
54 ### Fixes
55 - fixed socketclient for 19.08
56 - fixed binapi compatibility with master (20.01-rc0)
57 - fixed panic during stat data conversion
58
59 ### Features
60 - introduce proxy for remote access to stats and binapi
61 - optimizations for statclient
62
63 ### Other
64 - migrate to Go modules
65 - print info for users when sockets are missing
66
67 ## 0.1.0
68 > _03 July 2019_
69
70 The first release that introduces versioning for GoVPP.