Skip to content

Releases: yuvalherziger/aiohttp-catcher

0.3.2

03 Aug 07:28
77d6a03
Compare
Choose a tag to compare

Relax catcher log call.

0.3.1

11 Jan 09:12
049743d
Compare
Choose a tag to compare

Same as 0.3.0, with updated documentation.

0.3.0

06 Jan 12:22
Compare
Choose a tag to compare

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.

Full Changelog: 0.2.0...0.3.0

0.2.0

31 Dec 16:40
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.0...0.2.0

0.1.0-rc.0

31 Dec 09:28
Compare
Choose a tag to compare

0.1.0-rc.0

0.1.0

31 Dec 11:05
Compare
Choose a tag to compare

the first release for aiohttp-catcher.