Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Releases: kytos/python-openflow

2021.1

31 May 20:11
89940be
Compare
Choose a tag to compare

This the "final" stable release, based on our last pre-releases.

For more information, see the CHANGELOG.

2021.1rc1

30 Apr 18:54
27fa621
Compare
Choose a tag to compare
2021.1rc1 Pre-release
Pre-release

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

30 Dec 20:06
0537c62
Compare
Choose a tag to compare

This the "itamar" stable release, based on our last pre-releases.

For more information, see the CHANGELOG.

2020.2rc1

23 Dec 13:36
42efc38
Compare
Choose a tag to compare
2020.2rc1 Pre-release
Pre-release

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

20 Nov 13:55
ee5bb5d
Compare
Choose a tag to compare
2020.2b3 Pre-release
Pre-release

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

23 Oct 14:40
62ea6d2
Compare
Choose a tag to compare
2020.2b2 Pre-release
Pre-release

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

08 Sep 18:42
4940e61
Compare
Choose a tag to compare
2020.2b1 Pre-release
Pre-release

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

07 Aug 18:56
a3387a7
Compare
Choose a tag to compare

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

17 Jun 13:39
b50e97c
Compare
Choose a tag to compare
2020.1rc1 Pre-release
Pre-release

No changes since last release.

2020.1b3

19 May 18:05
d7128e7
Compare
Choose a tag to compare
2020.1b3 Pre-release
Pre-release

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.