Releases: kytos/python-openflow
Releases · kytos/python-openflow
2021.1
This the "final" stable release, based on our last pre-releases.
For more information, see the CHANGELOG.
2021.1rc1
This is the first release candidate of "final" (2021.final-rc1).
- Added a string representation method to
GroupMod
,
Header
, Bucket
, ActionSetField
and ActionOutput
.
- Changed
setup.py
to run pytest-runner
only during the unit tests.
- Let Scrutinizer CI choose which Python 3.6 it'll use for tests.
- Fixed
PackException
error when running Kytos with OpenFlow 1.0 (#631).
- Fixed docstrings in
UBIntBase
and TableFeatures
classes.
2020.2
This the "itamar" stable release, based on our last pre-releases.
For more information, see the CHANGELOG.
2020.2rc1
This is the first release candidate of "itamar" (2020.2rc1).
The major changes are:
- Added support to native method int() in UBInt() class
- Added unit tests for UBInt8, UBInt64 and UBInt128 class
- Standardized
isenum
to is_enum
- Fixed "Recursion error" when building documentation with Sphinx >= 2.1
2020.2b3
This is the third beta release of "itamar" (2020.2b3).
- Added Python 3.[789] classifiers to
setup.py
- Removed Python 3.6 references from
README.rst
and Makefile
2020.2b2
This is the second beta release of "itamar" (2020.2b2).
- Added minimum_size tests to
FlowMod
and VendorHeader
- Fail test instead of skipping if no minimum_size is defined
2020.2b1
This is the first beta release of "itamar" (2020.2b1).
- Changed setup.py to alert when a test fails on Travis.
- Updated broken links and unpack example on README.rst.
2020.1
This the "helena" stable release, based on our last pre-releases.
- [v0x04] Added support for IPv6 packets and addresses (source and destination
match fields).
- Added the
@tags
decorator for small/medium/large tests.
2020.1rc1
No changes since last release.
2020.1b3
This is the third beta release of "helena" (2020.1b3).
The major changes are:
- Enabled Travis CI.
- Fixed 57 linter issues raised after the pylint upgrade.
For more information, see the CHANGELOG.