Remove hc2vpp codebase
[honeycomb.git] / release-notes / src / main / asciidoc / release_notes.adoc
1 = Honeycomb {project-version} Release notes
2
3 Release notes for honeycomb {project-version}.
4
5 Honeycomb is a generic NETCONF/RESTCONF management agent and provides a framework
6 for building specialized agents.
7
8 The biggest use case of honeycomb is VPP (fd.io's Vector packet processor).
9 Honeycomb delivers a management agent to enable integration of VPP with e.g. SDN controllers such as Opendaylight.
10
11 For VPP specific distribution of Honeycomb, refer to:
12 !!!!! FIXME/TODO add link !!!!!!
13
14 == Release plan
15 https://wiki.fd.io/view/Honeycomb/Release_Plans/Release_Plan_{project-public-version}[Release plan]
16
17 == Features
18 Adding to the list of existing features: https://wiki.fd.io/view/Honeycomb/Releases/1609#Features[1609 feature list]:
19
20 === New features
21
22 === Removed features
23
24 === Modified features
25 * https://jira.fd.io/browse/HONEYCOMB-73[Initializers tie-in with readers]
26 ** Instead of root level initializer, initialization can be split among multiple initializing readers
27 * https://jira.fd.io/browse/HONEYCOMB-270[Readers/ReadCustomizers able to influence presence of resulting data]
28 ** Suitable for presence container readers
29
30 === Deprecated features
31
32 == Backlog
33
34 * https://jira.fd.io/projects/HONEYCOMB/versions/{project-version-in-jira}[JIRA]
35 * https://jira.fd.io/jira/secure/ReleaseNote.jspa?projectId=10001&version={project-version-in-jira}[Release notes]
36
37 include::user_guide/user_guide.adoc[]
38
39 include::devel_guide/devel_guide.adoc[]