@@ -6,30 +6,46 @@ All notable changes to the python-openflow project are documented in this file.
6
6
[UNRELEASED] - Under development
7
7
********************************
8
8
9
- [2019.2b1] - "" beta1 - 2019-08-30
9
+ Added
10
+ =====
11
+
12
+ Changed
13
+ =======
14
+
15
+ Removed
16
+ =======
17
+
18
+ Fixed
19
+ =====
20
+
21
+ Security
22
+ ========
23
+
24
+
25
+ [2019.2b1] - "gil" beta1 - 2019-08-30
10
26
**************************************
11
27
12
28
Added
13
29
=====
14
- - Now, is possible to unpack a body with arbitrary length
15
- - Added a body to ActionExperimenter
16
- - Added of 1.3 raw dump instructions to README
17
- - Added some raw tests to openflow 1.0
18
- - Added some raw files and tests to openflow 1.3
30
+ - [v0x04] Added support for ActionExperimenter's body (thanks, @dgarc330!)
31
+ - [v0x01 | v0x04] Added some raw test files to OpenFlow 1.0 and 1.3
32
+ - [v0x04] Added unit tests to OpenFlow 1.3: FlowRemoved, PacketIn, PortStatus,
33
+ FeaturesRequest and FeaturesReply.
19
34
20
35
Changed
21
36
=======
22
- - Set pytest as the default unit test tool
23
- - Enabled Scrutinizer coverage stats
37
+ - [v0x04] Improved OpenFlow 1.3 raw dump instructions in README
38
+ - Set pytest as the default unit test framework
24
39
25
40
Removed
26
41
=======
27
- - Remove kytos docs mapping when build tests
42
+ - Removed dependency from online Kytos docs when running tests
28
43
29
44
Fixed
30
45
=====
31
- - Fixed some linter issues
32
- - Fixed tab in the wrong place that break newer versions of `make `
46
+ - [v0x04] Fixed OpenFlow 1.3 PacketOut validation before `pack() `
47
+ - Fixed dependencies for developer-mode install
48
+
33
49
34
50
[2019.1] - "fafa" stable version - 2019-07-12
35
51
*********************************************
0 commit comments