Releases: yuvalherziger/aiohttp-catcher
Releases · yuvalherziger/aiohttp-catcher
0.3.2
0.3.1
Same as 0.3.0, with updated documentation.
0.3.0
What's changed
- Canned Scenarios: You can now use a canned list of scenarios, capturing all of aiohttp's web exceptions out of the box.
- Extend callable interface to accept a request object as a second positional argument by @yuvalherziger in #4
- More flexible Callables and Awaitables: Callables and Awaitables are now invoked with a second argument, the aiohttp
Request
instance, to add more flexibility to custom messages.- Add canned aiohttp HTTP errors by @yuvalherziger in #5
Full Changelog: 0.2.0...0.3.0
0.2.0
What's Changed
- 0.2.0: Additional fields and better default behavior by @yuvalherziger in #1
Full Changelog: 0.1.0...0.2.0
0.1.0-rc.0
0.1.0-rc.0
0.1.0
the first release for aiohttp-catcher.