Aiohttp-things

Latest version: v0.14.0

Safety actively analyzes 613600 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

0.14

------------
**Added**

* Added ``page_key`` attribute instead ``page`` attribute;
* Added ``page_key_adapter`` attribute instead ``page_adapter`` attribute.

**Deprecated**

* ``page`` attribute is deprecated. Use `page_key`` attribute;
* ``page_adapter`` is deprecated. Use ``page_key_adapter`` attribute.

0.13

------------
**Added**

* ``paginator`` attribute to ``PaginationMixin``.

0.12

------------
**Added**

* ``ResponseAutoformatMixin``.

**Changed**

* Renamed ``handlers`` module to ``web_handlers``.

0.11

------------
**Added**

* ``HTTPMethodMixin``.

**Removed**

* ``finalize_response`` method in ``AbstractHandler``.

0.10

------------
**Added**

* ``AbstractHandler``.

**Changed**

* ``views`` module renamed to ``handlers``;
* classes from ``handlers`` temporarily imported to empty ``views`` module for
backward compatibility.

**Removed**

** ``InstanceMixin`` a synonym for ``ItemMixin``.

0.9

-----------
**Added**

* Added ``views.PaginationMixin``;
* Added ``ContextMixin``, ``ItemMixin``, ``Jinja2Mixin``, ``JSONMixin``,
``ListMixin``, ``PaginationMixin``, ``PrimaryKeyMixin`` to package namespace.

**Removed**

* ``instance`` attribute removed from ``ItemMixin``, use ``ItemMixin.item``;
* ``pk_factory`` attribute removed from ``PrimaryKeyMixin``, use
``PrimaryKeyMixin.pk_adapter``.

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.