Skip to content

Latest commit

 

History

History
84 lines (68 loc) · 1.69 KB

CHANGELOG.rst

File metadata and controls

84 lines (68 loc) · 1.69 KB

Changelog

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

[UNRELEASED] - Under development

Added

Changed

Deprecated

Removed

Fixed

Security

[2.2.0] - 2018-06-15

Changed

  • Send flow_mod to only enabled switches.
  • Change enabled attributes to use the method is_enabled.

[2.1.0] - 2018-04-20

Changed

  • Update kytos.json version form 2.0.0 to 2.1.0.
  • Send flow_mod to only enabled switches.
  • Return 404 status code when dpid is not found.

Fixed

  • Fix actions to have correct type and value pair.
  • Fix OpenAPI.yml.
  • Some type fixes.

[2.0.0] - 2017-11-30

Added

  • Add REST API Version.
  • Send app specific events when sending a flow_mod.
  • Add documentation for of_flow_manager.
  • Implement endpoint for add/delete/list flows.
  • Added methods to deal with 1.0/1.3 flows.
  • Adding dependencies in kytos.json.

Changed

  • Change request body of the rest api.
  • Change rest api to return Response with mimetype='application/json'.
  • Change list of flows to dictitonary.
  • Change actions field from dict to list in bodies.
  • Standardize models and examples.
  • Change 'Response' to 'Flows'.
  • Change HTTP success code for add flows.
  • Change Napp name to kytos/flow_manager and tags

[1.1.3] - 2017-06-16

Added

  • Added examples of requests/replies to of_flow_manager REST endpoints.
  • Added rest api endpoints and JSON input/output.

[0.1.0] - 2016-11-09

Added

  • Created application to register REST endpoints to manage flows.