Releases: playpauseandstop/aiohttp-middlewares
Releases · playpauseandstop/aiohttp-middlewares
0.2.0b0 Release
- feature: Add new error middleware to handle errors in aiohttp applications
- chore: Drop Python 3.5 support
- chore: Better structured docs
0.2.0a2 Release
- feature: Expose
match_path
function into utils module scope
0.2.0a1 Release
- chore: Drop support of aiohttp < 3.5
- chore: Wrap every middleware into
@web.middleware
decorator - chore: Enable pre-commit hooks
- chore: Move tox config to
pyproject.toml
0.2.0a0 Release
- Ensure Python 3.7 support
- Drop aiohttp 2 support
- Ensure support latest aiohttp version,
3.4.4
- Make library PEP-561 compatible
0.1.1 Release
- Support
async_timeout==3.0.0
0.1.0 Release
- First non-beta release
- Support
aiohttp
3.0 version
0.1.0b2 Release
- New
shield_middleware
- Allow to match URL by regexp for shield/timeout middleware
0.1.0b1 Release
- Add https middleware
- Allow to supply methods to ignore in timeout middleware
0.1.0a2 Release
- Consistent naming for middlewares. Make them compatible with other
middlewares across aiohttp ecosystem. Rename
timeout_middleware_factory
totimeout_middleware
.
0.1.0a1 Release
- Initial release. Implements timeout middleware