Skip to content

Commit

Permalink
Merge pull request #323 from kytos-ng/release/2022.3.0
Browse files Browse the repository at this point in the history
[release] Bumped 2022.3.0
  • Loading branch information
italovalcy authored Jan 23, 2023
2 parents a747fc3 + 2534ff0 commit 0fbc6d8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 16 deletions.
16 changes: 3 additions & 13 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ All notable changes to the kytos project will be documented in this file.
UNRELEASED - Under development
******************************

Added
=====
[2022.3.0] 2022-12-15
**********************

Changed
=======
Expand All @@ -16,27 +16,17 @@ Changed
- Flask/Werkzeug 2.0.0+ now provide ``async`` support, so NApps can leverage ``asyncio`` and its ecosystem when applicable using the same ``rest`` decorator
- Replaced ``get_event_loop`` with ``get_running_loop`` when applicable to be compatible with python 3.9+ in the future
- NApps are unloaded in the reverse order that they are enabled to facilitate to shutdown gracefully.
- ``MongoClient`` now has an explicit write_concern majority
- ``MongoClient`` now has an explicit ``write_concern`` majority
- Added dependencies ``dnspython==2.2.1, email-validator==1.3.0``
- Auth storage has been migrated from the NApp ``storehouse`` to MongoDB with ``kytos/users.py`` collection
- ``status_funcs`` have been moved to ``GenericEntity`` sub classes to avoid potential conflicts with different entities


Deprecated
==========

Removed
=======

Fixed
=====
- Log traceback error if NApps execute method doesn't handle an exception
- Stop ``APIServer`` instance after unloading NApps
- Log traceback error if the header from authorization was empty resulting in ``HTTP 500``

Security
========

[2022.2.2] - "kiko" - 2022-08-25
********************************

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@
# built documents.
#
# The short X.Y version.
version = u'2022.2.2'
version = u'2022.3.0'
show_version = False
# The full version, including alpha/beta/rc tags.
release = u'2022.2.2'
release = u'2022.3.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion kytos/core/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
The present metadata is intended to be used mainly on the setup.
"""
__version__ = '2022.2.2'
__version__ = '2022.3.0'
__author__ = 'Kytos Team'
__author_email__ = '[email protected]'
__license__ = 'MIT'
Expand Down

0 comments on commit 0fbc6d8

Please sign in to comment.