Pybrake Versions Save

Python exception notifier for Airbrake

v1.10.0

1 year ago

1.10.0 - 2022-10-20

Added

  • Added support for the Morepath framework with a sample example

Changes

  • Query statistics improved to pass function, file, and line number

v1.9.0

1 year ago

1.9.0 - 2022-09-27

Added

  • Added support for the Tornado framework with a sample example
  • Added support for the Turbogears2 framework with a sample example

v1.8.0

1 year ago

1.8.0 - 2022-09-13

Added

  • Added support for the Pycnic framework with a sample example
  • Added support for the Starlette framework with a sample example

Changes

  • Receives notices and APM events and periodically sends them asynchronously in the background (1 minute). Up to 100 backlog items for notice and APM Performance (Shared for Routes, Route breakdown, query, queue stats). In the event that the backlog queue becomes full, the item will be replaced and an error will be recorded.

v1.7.0

1 year ago

1.7.0 - 2022-09-01

Added

  • Add support for Falcon framework with sample example
  • Add support for Hug framework with sample example
  • Add queue for backlog thread for failed request data

Fixed

  • Fastapi/Sanic middleware does not support lack of SqlAlchemy package 229

v1.6.0

1 year ago

1.6.0 - 2022-07-08

Added

  • Add sample example for AIOHTTP Framework

Changed

  • Improve AIOHTTP middleware with APM support of Jinja Template, SqlAlchemy

Fixed

  • Fix for AIOHTTP middleware's "none type object has no attribute while handling error"

v1.5.0

1 year ago

1.5.0 - 2022-06-07

Added

  • Masonite Middleware with sample example

Changed

  • Bump bottle from 0.12.19 to 0.12.20 in /examples/bottle

v1.4.0

2 years ago

1.4.0 - 2022-05-31

Added

  • Sanic Middleware
  • Sample example for Pyramid, CherryPy, Sanic, & FastAPI middleware

v1.3.0

2 years ago

1.3.0 - 2022-05-26

Added

  • Changelog file
  • Pyramid middleware
  • CherryPy middleware
  • FastAPI middleware

v1.2.0

2 years ago

(2022-05-11)

New Features

  • Bottle middleware
  • Bottle sample example

Fixed

  • Errors filtered out when middleware involve in backtrace #191

v1.1.0

2 years ago

(2022-05-09)

Changed

  • Package Restructure
  • Add Django sample example
  • Update Flask sample example

Fixed

  • Fix query stats send to the Airbrake