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