Releases: kytos/kytos-utils
Releases · kytos/kytos-utils
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.1rc1).
- Added friendly message when user stops NApp creation.
- Added error handling for invalid token errors.
- Updated dependencies.
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 a
kytos bug-report
command that prints environment information
for bug reports.
- Fixed path error to create
skel
files in python3.8
2020.2b3
This is the third beta release of "itamar" (2020.2b3).
- Changed
setup.py
to use python3
instead of python3.6
- Removed
python3.6
references from README.rst
and Makefile
2020.2b2
This is the second beta release of "itamar" (2020.2b2).
- Updated NApp template
- Fixed "NApp created" messages
2020.2b1
This is the first beta release of "itamar" (2020.2b1).
- Added a template for
setup.py
to be used in NApp creation.
- Updated module
kytos/cli/commands/napps/api.py
to handle HTTP code 400.
- Updated tests for the
install_napp
method.
- Updated How to Contribute link in README.rst.
2020.1
This the "helena" stable release, based on our last pre-releases.
Some key changes are:
- Added
@tags
decorator to run tests by type and size.
- Fixed error message in the
get_enabled
method.
- Fixed Travis false positive when tests failed.
- Fixed lzma module error when Scrutinizer runs unit tests.
2020.1rc1
This is the first release candidate of "helena" (2020.1rc1),
with improved unit test coverage (from 22% to 92%).
For more information, see the CHANGELOG.
2020.1b3
This is the third beta release of "helena" (2020.1b3).
The major changes are:
- Enabled Travis CI.
- Fixed some linter issues raised after the pylint upgrade.
For more information, see the CHANGELOG.