Begin development of next release 0.3.0
[govpp.git] / CHANGELOG.md
1 # Changelog
2
3 This file lists changes for the GoVPP releases.
4
5 ## 0.3.0
6 > _in development_
7
8 // TO BE ADDED
9
10 ## 0.2.0
11 > _04 November 2019_
12
13 ### Fixes
14 - fixed socketclient for 19.08
15 - fixed binapi compatibility with master (20.01-rc0)
16 - fixed panic during stat data conversion
17
18 ### Features
19 - introduce proxy for remote access to stats and binapi
20 - optimizations for statclient
21
22 ### Other
23 - migrate to Go modules
24 - print info for users when sockets are missing
25
26 ## 0.1.0
27 > _03 July 2019_
28
29 The first release that introduces versioning for GoVPP.
30
31 ### VPP compatibility
32
33 | VPP | Status | Notes |
34 |---|---|---|
35 | 19.08-rc0 | ❕ | preliminary support (`19.08-rc0~478-g2f5f` recommended) |
36 | 19.04 | ✔ | latest release (preffered) |
37 | 19.01 | ✔ | limited capabilities (dropping soon) |