Releases: ustudio/datadog-logger
Releases · ustudio/datadog-logger
v1.0.2
This release adds improved error handling when there are errors generated while reporting the log to Datadog as an Event, so that errors do not bubble up and interfere with the application.
v1.0.1
This release includes the following changes:
- The declared dependency on the
datadog
library has been updated to allow newer versions to be installed.
- Python 3.12 is officially supported, and included in the test suite.
v1.0.0
- Added type annotations
- Marked release v1.0.0 to indicate that the API is stable
v0.3.0
Upgraded dependencies and sub-dependencies in requirements.txt
to more recent versions.
v0.2.0
Adds support for Python 3.5