X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=RELEASE.md;h=392bbb6f839e8f20588f5a7eac9f327c678df444;hb=78053e164fbb75c014126a3deff440f165504582;hp=3ed72d06ffa4d32e356de720d87292c99d717491;hpb=f304552665ddd0658b361698424b815ff8237ef0;p=vpp.git diff --git a/RELEASE.md b/RELEASE.md index 3ed72d06ffa..392bbb6f839 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,13 +1,38 @@ # Release Notes {#release_notes} +* @subpage release_notes_1704 * @subpage release_notes_1701 * @subpage release_notes_1609 * @subpage release_notes_1606 +@page release_notes_1704 Release notes for VPP 17.04 + +## API changes + +- Python API: To avoid conflicts between VPP API messages names and + the Python API binding function names, VPP API methods are put in a + separate proxy object. + https://gerrit.fd.io/r/#/c/5570/ + The api methods are now referenced as: + vpp_handle = VPP(jsonfiles) + vpp_handle.connect(...) + vpp = vpp_handle.api + vpp.show_version() + vpp_handle.disconnect() + + For backwards compatibility VPP API methods are left in the main + name space (VPP), but will be removed from 17.07. + +- create_loopback message to be replaced with create_loopback_instance + create_loopback will be removed from 17.07. + https://gerrit.fd.io/r/#/c/5572/ + +@todo Release 17.04 needs release notes. + @page release_notes_1701 Release notes for VPP 17.01 @note This release was for a while known as 16.12. -@todo Release 17.01 needs release notes. +@todo Release 17.01 needs release notes. It will show up here soon... ## Features