Skip to content

Commit

Permalink
Merge pull request #191 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 16, 2024
2 parents 17ccb73 + 9e1662d commit 13bd947
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
17 changes: 8 additions & 9 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,18 @@ file.
[UNRELEASED] - Under development
********************************

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

Added
=====
- Added pacing for sending flow mods. Pacing can be configured in ``ACTION_PACES`` in the NApp's ``setings.py`` file.

Changed
=======
- Updated python environment installation from 3.9 to 3.11
- Added ``kytos.flow_manager.flows.single.(install|delete)`` handler with ``pool="dynamic_single"``

General Information
===================
- Added new script ``scripts/db/2024.1.0/000_hard_delete_old.py``, it's a general purpose script to hard delete flows that have been soft deleted before a given string UTC datetime.
Expand All @@ -20,15 +28,6 @@ You're are encouraged to use this script from time to time until `flow_manager`
[2023.2.0] - 2024-02-16
***********************

Changed
=======
- Updated python environment installation from 3.9 to 3.11
- Updated test dependencies
- Added ``kytos.flow_manager.flows.single.(install|delete)`` handler with ``pool="dynamic_single"``

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

Changed
=======

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": "flow_manager",
"description": "Manage switches' flows through a REST API.",
"version": "2023.2.0",
"version": "2024.1.0",
"napp_dependencies": ["kytos/of_core"],
"license": "MIT",
"url": "https://github.com/kytos/flow_manager.git",
Expand Down

0 comments on commit 13bd947

Please sign in to comment.