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