Skip to content

Latest commit

 

History

History
94 lines (73 loc) · 2.53 KB

File metadata and controls

94 lines (73 loc) · 2.53 KB

Change Log

All notable changes to this project will be documented in this file. See Keep a CHANGELOG for how to update this file. This project adheres to Semantic Versioning.

[Unreleased]

[0.6.0] - 2021-05-24

Added

  • Add new ASGI middleware plugin (FastAPI, Starlette, Uvicorn). (#84)
  • Add FastAPI custom route. (#84)

Fixed

  • Fix deprecated logger.warn call. (#84)

[0.5.0] - 2021-03-17

Added

  • Add CSRF_COOKIE to default filter_params (#44)
  • Add HTTP_COOKIE to payload for flask & django (#44)
  • Filter meta (cgi_data) attributes for flask & django (#43)
  • Add force_sync config option (#60)
  • Add additional server payload for AWS lambda environment (#60)

[0.4.2] - 2021-02-04

Fixed

  • Fix wrong getattr statement (#65)

[0.4.1] - 2021-01-19

Fixed

  • Make psutil optional for use in serverless environments (#63, @kstevens715)

[0.4.0] - 2020-09-28

Added

  • Add support for filtering nested params (#58)

[0.3.1] - 2020-09-01

Fixed

  • Release for Python 3.8

[0.3.0] - 2020-06-02

Added

  • Add source snippets to backtrace lines (#50)

Fixed

  • Fix "AttributeError: module 'os' has no attribute 'getloadavg'" error on Windows (#53)
  • Fix snippet offset bug (#54)

[0.2.1] - 2020-01-13

  • Fix context for threads (#41, @dstuebe)

[0.2.0] - 2018-07-18

Added

  • Added Plugin system so users can extend the Honeybadger library to any framework (thanks @ifoukarakis!)
  • Added Flask support (@ifoukarakis)

Changed

  • Moved DjangoHoneybadgerMiddleware to contrib.django and added DeprecationWarning at old import path

[0.1.2] - 2018-01-16

Fixed

  • Fixed issue with exception reporting failing when stacktrace includes a non-file source path (eg. Cython extension)

[0.1.1] - 2017-12-08

Changed

  • Changed how thread local variables are handled in order to fix issues with threads losing honeybadger config data

[0.1.0] - 2017-11-03

Added

  • Block calls to honeybadger server when development like environment unless explicitly forced.

Changed

  • Remove unused trace_threshold config option.

[0.0.6] - 2017-03-27

Fixed

  • Added support for Django 1.10 middleware changes.

[0.0.5] - 2016-10-11

Fixed

  • Python 3 setup.py bug.

[0.0.4] - 2016-10-11

Fixed

  • setup.py version importing bug.

[0.0.3] - 2016-10-11

Fixed

  • Python 3 bug in utils.filter_dict - vineesha

[0.0.2][0.0.2]

Fixed

  • Add Python 3 compatibility. -@demsullivan
  • Convert exception to error message using str() (#13) -@krzysztofwos