All notable changes to the flow_stats NApp will be documented in this file.
- Added from_replies_flows function to map a the replies_flows into generic flows.
- Event
kytos/of_core.flow_stats.received
has replaced eventkytos/of_core.v0x04.messages.in.ofpt_multipart_reply
.
- Made a shallow copy when iterating on shared data structure to avoid RuntimeError size changed
- Added unit tests and increased unit test coverage
- [Issue 12] Enhanced and standardized setup.py install_requires to install pinned dependencies
- [Issue 4] Add setup.py and requirements
- [Issue 9] Improve flow_stats handler to avoid reset generic_flows before having all multiple parts
- [Issue 13] GET /api/amlight/flow_stats/flow/stats/ not found
- [Issue 8] Fix multipart flow stats reply to avoid data loss and race conditions
- [Issue 5] Removing flow_history from flow_stats as a result of performance issues