Skip to content

Commit

Permalink
Merge pull request #138 from kytos-ng/release/2024.1
Browse files Browse the repository at this point in the history
release: bumped 2024.1.0
  • Loading branch information
viniarck authored Aug 14, 2024
2 parents 3545b1c + d853b3f commit 89ea428
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,24 @@ All notable changes to the of_core NApp will be documented in this file.
[UNRELEASED] - Under development
********************************

[2024.1.0] - 2024-07-23
***********************

Changed
=======
- Updated python environment installation from 3.9 to 3.11
- Updated test dependencies

Fixed
=====
- Set ``interface.speed`` on ``PortStatus`` reason ``OFPPR_ADD`` and ``OFPPR_MODIFY``
- cookie is no longer a factor of a Flow match_id, just so equivalent matches but different cookies don't get different representations

[2023.2.0] - 2024-02-16
***********************

Fixed
=====
- Multipart replies clean up now happens before connection gets established to be safer
- Set ``interface.speed`` on ``PortStatus`` reason ``OFPPR_ADD`` and ``OFPPR_MODIFY``
- cookie is no longer a factor of a Flow match_id, just so equivalent matches but different cookies don't get different representations

[2023.1.0] - 2023-06-05
***********************
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": "kytos",
"name": "of_core",
"description": "OpenFlow Core of Kytos Controller, responsible for main OpenFlow operations.",
"version": "2023.2.0",
"version": "2024.1.0",
"napp_dependencies": [],
"license": "MIT",
"url": "https://github.com/kytos/of_core.git",
Expand Down

0 comments on commit 89ea428

Please sign in to comment.