aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
blob: 8c1c2ab25496a43587341f167d8dc4c43b59631c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Changelog

This file lists changes for the GoVPP releases.

## 0.3.0
> _in development_

// TO BE ADDED

## 0.2.0
> _04 November 2019_

### Fixes
- fixed socketclient for 19.08
- fixed binapi compatibility with master (20.01-rc0)
- fixed panic during stat data conversion

### Features
- introduce proxy for remote access to stats and binapi
- optimizations for statclient

### Other
- migrate to Go modules
- print info for users when sockets are missing

## 0.1.0
> _03 July 2019_

The first release that introduces versioning for GoVPP.

### VPP compatibility

| VPP | Status | Notes |
|---|---|---|
| 19.08-rc0 | ❕ | preliminary support (`19.08-rc0~478-g2f5f` recommended) |
| 19.04 | ✔ | latest release (preffered) |
| 19.01 | ✔ | limited capabilities (dropping soon) |