aiohttp-security/CHANGES.txt

34 lines
792 B
Plaintext
Raw Normal View History

2015-07-08 17:30:24 +00:00
Changes
=======
2017-10-17 09:36:25 +00:00
0.4.0 (2018-09-27)
------------------
- Bump minimal supported ``aiohttp`` version to 3.2
- Use ``request.config_dict`` for accessing ``jinja2`` environment. It
allows to reuse jinja rendering engine from parent application.
2018-09-06 10:06:55 +00:00
0.3.0 (2018-09-06)
------------------
- Deprecate ``login_required`` and ``has_permission`` decorators.
Use ``check_authorized`` and ``check_permission`` helper functions instead.
- Bump supported ``aiohttp`` version to 3.0+
- Enable strong warnings mode for test suite, clean-up all deprecation
warnings.
- Polish documentation
2017-11-17 15:54:46 +00:00
0.2.0 (2017-11-17)
------------------
2018-09-06 10:06:55 +00:00
- Add ``is_anonymous``, ``login_required``, ``has_permission`` helpers (#114)
2017-11-17 15:54:46 +00:00
2017-10-17 09:36:25 +00:00
0.1.2 (2017-10-17)
------------------
- Make aiohttp-session optional dependency (#107)