Releases: playpauseandstop/aiohttp-middlewares
Releases · playpauseandstop/aiohttp-middlewares
1.0.0 Release
- chore: Release 1.0.0 version which highlights updates to error middleware and first class support of
yarl.URL
instances within the library
Full list of changes:
- feature: Provide default error handler and enable it in error middleware
- feature: Allow to ignore exceptions from handling by error middleware
- feature: First class support of
yarl.URL
within all library - chore: Return empty response for CORS preflight requests
1.0.0b1 Release
- chore: Make default error handler be available to import from
aiohttp-middlewares
package
1.0.0b0 Release
- chore: Return empty response for CORS preflight requests
1.0.0a0 Release
- feature: Provide default error handler and enable it in error middleware
- feature: Allow to ignore exceptions from handling by error middleware
- feature: First class support of
yarl.URL
within all library
0.3.1 Release
- chore: Publish to PyPI from
py38
image to ensure Python 3.8 classifier is used
0.3.1a0 Release
- chore: Publish to PyPI from
py38
image to ensure Python 3.8 classifier is used
0.3.0 Release
- feature: Ensure Python 3.8 support
- chore: Speedup matching str URLs for timeout & shield middlewares (#5)
0.2.0 Release
- chore: Release 0.2.0 version with new CORS & Error middlewares and dropped support of Python 3.5 & aiohttp < 3.5
0.2.0b2 Release
- feature: Add new CORS middleware
- chore: Change constants to be a tuples, not frozensets
0.2.0b1 Release
- fix: Fix global visibility for error context & middleware.