Skip to content
This repository has been archived by the owner on Dec 9, 2020. It is now read-only.

Latest commit

 

History

History
43 lines (33 loc) · 1.66 KB

CHANGELOG.md

File metadata and controls

43 lines (33 loc) · 1.66 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.1.6 - 2019-11-01

Changed

  • Logger emit will now suppress all exceptions when sending data to OpsGenie API
  • Replaced opsgenie-sdk usage with requests

0.1.5 - 2019-10-17

Added

  • MIT license and additional PyPI metadata (no functional changes)

0.1.4 - 2019-10-02

Changed

  • Improved deduplication by using source of exception (when log is for an exception) instead of log point for alias

0.1.3 - 2019-10-01

Changed

  • Fill in OpsGenie description with result of self.format instead of limiting to exception strings

0.1.2 - 2019-09-27

Changed

  • Allow level param to OpsGenieHandler to accept string of log level

0.1.1 - 2019-09-27

Added

  • level param to OpsGenieHandler specifying the minimum log level a log must be to send it to OpsGenie

0.1.0 - 2019-09-27

Initial version