Skip to content

Releases: airbrake/pybrake

v1.10.0

09 Nov 10:22
Compare
Choose a tag to compare

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

19 Oct 08:46
Compare
Choose a tag to compare

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

13 Sep 10:05
Compare
Choose a tag to compare

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

01 Sep 12:58
Compare
Choose a tag to compare

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

08 Jul 10:19
Compare
Choose a tag to compare

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

07 Jun 05:54
Compare
Choose a tag to compare

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

31 May 05:13
Compare
Choose a tag to compare

1.4.0 - 2022-05-31

Added

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

v1.3.0

27 May 10:32
Compare
Choose a tag to compare

1.3.0 - 2022-05-26

Added

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

v1.2.0

20 May 04:37
Compare
Choose a tag to compare

(2022-05-11)

New Features

  • Bottle middleware
  • Bottle sample example

Fixed

  • Errors filtered out when middleware involve in backtrace #191

v1.1.0

09 May 08:20
b9ab450
Compare
Choose a tag to compare

(2022-05-09)

Changed

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

Fixed

  • Fix query stats send to the Airbrake