Releases: kytos/kytos
2020.1b2
This is the second beta release of "helena" (2020.1b2).
The major changes are:
kytosdnow creates configuration only in post-install - #1042- Fixed
SandboxViolationwhen installing Kytos as a dependency
from PyPI - #494 - Fixed install from wheel package format - #922
- Fixed "There is no config file." error when starting kytosd - #951
- Upgraded versions for all dependencies
For more information, see the CHANGELOG.
2020.1b1
This is the first beta release of "helena" (2020.1b1).
The main changes are:
- New unit tests for NApps:
kytos/kronos, coverage increased from 0% to 31%kytos/mef_eline, coverage increased from 67% to 70%kytos/of_core, coverage increased from 28% to 47%
- New blueprint: EP018 - Kytos testing pipeline and definitions.
For more information, see the CHANGELOG.
2019.2
[2019.2] - "gil" stable - 2019-12-20
This the "gil" stable release, based on our last pre-releases.
Some of the key changes are:
Changed
- Changed loggers to begin the hierarchy with "kytos."
- Modify the kytos developer mode to check the installation of configuration files.
- Blueprint EP016: Changed layout and improvement ideas.
- Blueprint EP017: More details on OpenFlow errors.
- Improved installation of dependencies - pinned versions for dependencies
in the production and developer install modes.
Added
- New blueprint: EP018 - API Authentication.
- New blueprint: EP019 - Improvements on Statistics Metrics Collections.
- New blueprint: EP020 - Data and Settings Persistence.
- New Authentication module - REST endpoints can now be protected
using the@authenticateddecorator. - New
etcdbackend for the Storehouse NApp (experimental). - New
/metadataREST endpoint to access package metadata.
kytos-utilsnow uses this to look for version mismatches. - NApps Server now has e-mail verification and password reset for devs
- Added
python-openflowunit test coverage section to Kytos Dev guide Interfaceobjects have a new booleanlldpattribute (defaultTrue).
Other applications can look at this attribute to determine the LLDP behavior.
Fixed
- Fixed duplicated logs (#993)
- Fixed exception handling during NApp setup which could cause
locks on kytosd shutdown (#1000) - Fixed kytos installation without virtual env (eg.:
sudo).
For more information, see the CHANGELOG.
2019.2rc1
This is the first release candidate for "gil" (2019.2rc1). The main changes are:
Added
- New
etcdbackend for the Storehouse NApp (experimental) - NApps Server now has e-mail verification and password reset for devs
- Added
python-openflowunit test coverage section to Kytos Dev guide
Fixed
- Fixed duplicated logs (#993)
- Fixed exception handling during NApp setup which could cause
locks on kytosd shutdown (#1000)
For more information, see the CHANGELOG.
2019.2b3
This is the third beta release of "gil" (2019.2b3). The main changes are:
- New Authentication module - REST endpoints can now be protected
using the@authenticateddecorator. - New unit tests to the Authentication module.
- New
/metadataREST endpoint to access package metadata.
kytos-utilsnow uses this to look for version mismatches. - Blueprint EP018 - Updated endpoints to configure Authentication module.
- Fixed kytos installation without virtual env (eg.:
sudo).
For more information, see the CHANGELOG.
2019.2b2
This is the second beta release of "gil" (2019.2b2). The main changes are:
- New blueprint: EP018 - API Authentication.
- New blueprint: EP019 - Improvements on Statistics Metrics Collections.
- New blueprint: EP020 - Data and Settings Persistence.
- Changed loggers to begin the hierarchy with "kytos."
- Modify the kytos developer mode to check the installation of configuration files.
- Blueprint EP016: Changed layout and improvement ideas.
- Blueprint EP017: More details on OpenFlow errors.
For more information, see the CHANGELOG.
2019.2b1
This is the first beta release of "gil" (2019.2b1). Some of the key changes are:
Interfaceobjects have a new booleanlldpattribute (defaultTrue).
Other applications can look at this attribute to determine the LLDP behavior.- Improved installation of dependencies - pinned versions for dependencies
in the production and developer install modes.
For more information, see the CHANGELOG.
2019.1
This the "fafa" stable release, based on our last pre-releases.
Some of the key changes are:
- New Kronos NApp. It'll be responsible for handling time series data,
with initial support for InfluxDB (EXPERIMENTAL). - Changed default OpenFlow TCP port to 6653
kytos-utilsdecoupled from kytos core- Added REST API endpoints to manage NApps from remote applications
pytestis now the default tool for Kytos' unit tests
2019.1rc1
2019.1b3
This is the third beta release of "fafa" (2019.1).
For more information, visit CHANGELOG.md.