15b7ad5762
I went through the commit log between master and 4.2.0, and added notes for everything I thought was relevant. Change-Id: I4ede290d3c924181e2eda0b90d3c3298f542a55c
10 lines
296 B
YAML
10 lines
296 B
YAML
---
|
|
features:
|
|
- |
|
|
The API root endpoint (GET /) now returns version
|
|
information for the server; specifically:
|
|
|
|
* min_version - minimum API version supported by the server;
|
|
* version - maximum API version supported by the server;
|
|
* status - version status, "CURRENT" for v1.
|