Skip to content

Latest commit

 

History

History
58 lines (42 loc) · 1.3 KB

CHANGELOG.rst

File metadata and controls

58 lines (42 loc) · 1.3 KB

Changelog

All notable changes to the flow_stats NApp will be documented in this file.

[UNRELEASED] - Under development

Added

  • Added from_replies_flows function to map a the replies_flows into generic flows.
  • Event kytos/of_core.flow_stats.received has replaced event kytos/of_core.v0x04.messages.in.ofpt_multipart_reply.

Changed

Deprecated

Removed

Fixed

Security

[2022.2.1] - 2022-08-15

Fixed

  • Made a shallow copy when iterating on shared data structure to avoid RuntimeError size changed

[2022.2.0] - 2022-08-08

General Information

  • Added unit tests and increased unit test coverage

[2022.1.0] - 2022-02-08

Added

  • [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

Fixed

  • [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