Skip to content

Releases: ustudio/datadog-logger

v1.0.2

02 Feb 17:24
e65f0d5
Compare
Choose a tag to compare

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

23 Jan 19:00
442023d
Compare
Choose a tag to compare

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

12 Jun 15:27
0b1ec97
Compare
Choose a tag to compare
  • Added type annotations
  • Marked release v1.0.0 to indicate that the API is stable

v0.3.0

05 Dec 14:25
d4fe3c3
Compare
Choose a tag to compare

Upgraded dependencies and sub-dependencies in requirements.txt to more recent versions.

v0.2.0

22 Sep 20:15
Compare
Choose a tag to compare

Adds support for Python 3.5