Skip to content

Commit

Permalink
Merge pull request #56 from kytos-ng/release/2022.3.0
Browse files Browse the repository at this point in the history
[release] Bumped 2022.3.0
  • Loading branch information
italovalcy authored Jan 23, 2023
2 parents 00644bf + a98a4db commit ceff075
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
18 changes: 8 additions & 10 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,28 +5,26 @@ All notable changes to the sdntrace_cp NApp will be documented in this file.

[UNRELEASED] - Under development
********************************

[2022.3.0] - 2022-12-15
***********************

Added
=====
- Added ``apscheduler`` library to handle job scheduling
- Added `PUT /traces` endpoint for bulk requests
- Added ``PUT /traces`` endpoint for bulk requests
- Added output port information to the trace result (last step) to help validating intra-switch EVCs

Changed
=======
- The functionality `match_and_aply` has been added to match flows and apply actions. This matches a given packet against the stored flows.

Deprecated
==========
- The functionality ``match_and_aply`` has been added to match flows and apply actions. This matches a given packet against the stored flows.

Removed
=======
- Removed dependency from `amlight/scheduler`
- Removed dependency from ``amlight/scheduler``
- Removed support for OpenFlow 1.0
- Unsubscribe to the `amlight/flow_stats.flows_updated` event
- Dependency on `flow_stats` has been removed, from where the functionality `match_and_aply` was previously used.

Fixed
=====
- Dependency on ``flow_stats`` has been removed, from where the functionality ``match_and_aply`` was previously used.

Security
========
Expand Down
2 changes: 1 addition & 1 deletion kytos.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"username": "amlight",
"name": "sdntrace_cp",
"description": "Run tracepaths on OpenFlow in the Control Plane",
"version": "2022.2.1",
"version": "2022.3.0",
"napp_dependencies": [],
"license": "MIT",
"tags": [],
Expand Down

0 comments on commit ceff075

Please sign in to comment.