1
1
#########
2
2
Changelog
3
3
#########
4
- All notable changes to the kytos-napps project will be documented in this file.
4
+
5
+ All notable changes to the ``of_stats `` project will be documented in this file.
5
6
6
7
[UNRELEASED] - Under development
7
8
********************************
8
9
Added
9
10
=====
10
- - Added support for automated tests and CI with Travis.
11
11
12
12
Changed
13
13
=======
14
- - Changed README.rst to include some info badges.
15
- - Yala substitutes Pylama as the main linter checker.
16
- - Updated requirements.
17
14
18
15
Deprecated
19
16
==========
@@ -23,34 +20,43 @@ Removed
23
20
24
21
Fixed
25
22
=====
26
- - Enable of_stats in Scrutinizer.
27
- - Fixed some linter issues.
28
- - Fixed user_speed unit test.
29
- - Fixed setup.py changing it to one inspired by of_core.
30
23
31
24
Security
32
25
========
33
26
34
- [2.0] - 2021-04-16
27
+ Changed
28
+ =======
29
+
30
+
31
+ [2.0] - 2021-04-22
35
32
******************
33
+ Added
34
+ =====
35
+ - Added support for automated tests and CI with Travis.
36
+
36
37
Changed
37
38
=======
38
39
- Replaced RRDtool by ``kytos/kronos `` to persist the statistics.
39
40
- Refactored ``AggregateStats ``, ``FlowStats `` and ``PortStats `` class
40
41
to use ``kytos/kronos `` to save data.
41
- - Changed ``setup.py `` to catch exception for linter error.
42
42
- Updated ``requirements.txt `` file.
43
- - Updated OpenAPI and ``README.rst `` file.
44
43
- Moved unit tests to ``tests/unit `` dir.
44
+ - Changed ``setup.py `` to catch exception for linter error.
45
+ - Updated OpenAPI and ``README.rst `` file.
45
46
- Added ``kytos/kronos `` as dependency.
47
+ - Yala substitutes Pylama as the main linter checker.
48
+ - Changed README.rst to include some info badges.
46
49
47
50
Removed
48
51
=======
49
52
- Removed RRDtool dependencies.
50
53
51
54
Fixed
52
55
=====
56
+ - Fixed ``user_speed `` unit test.
57
+ - Fixed ``setup.py `` changing it to one inspired by ``of_core ``.
53
58
- Fixed linter issues.
59
+ - Enable ``of_stats `` in Scrutinizer.
54
60
55
61
56
62
[1.1.0] - 2018-04-20
0 commit comments