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
- 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
- MIT license and additional PyPI metadata (no functional changes)
0.1.4 - 2019-10-02
- 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
- Fill in OpsGenie description with result of
self.format
instead of limiting to exception strings
0.1.2 - 2019-09-27
- Allow
level
param toOpsGenieHandler
to accept string of log level
0.1.1 - 2019-09-27
level
param toOpsGenieHandler
specifying the minimum log level a log must be to send it to OpsGenie
Initial version