Skip to content

Releases: logdna/python

v1.9.0

15 Apr 15:26
Compare
Choose a tag to compare
v1.9.0

v1.8.0

15 Apr 15:24
Compare
Choose a tag to compare
v1.8.0

v1.7.0

07 Apr 17:57
Compare
Choose a tag to compare
v1.7.0

v1.6.0

07 Apr 17:56
Compare
Choose a tag to compare

Feature

  • ci: Enable releases through semantic release (9e4b1c0)
  • ci: Include jenkins setup (1c5be37)
  • tasks: Convert run scripts to tasks (f5a8b18)
  • lint: Setup linting + test harness (0a7763a)
  • tags: Allow tags to be configured (6adc21e)
  • meta: Python log info in meta object (cf9b505)
  • handlers: Make available via config file (39c5dec)

Fix

  • ci: Correct invalid environment variable (fce4d59)

Documentation

Library now supports tags

17 Apr 21:42
7c7d5c6
Compare
Choose a tag to compare
Merge pull request #18 from SpainTrain/support-tags

feat(tags): Allow tags to be configured

Add new options to surface meaningful info

17 Apr 18:25
Compare
Choose a tag to compare

Properly grab hostname from socket

04 Jan 21:45
Compare
Choose a tag to compare

Fixes an issue where the gethostname() function is undefined, since it wasn't explicitly imported from the socket module.

IP/Mac Addresses can be passed through

12 Dec 20:36
Compare
Choose a tag to compare
1.2.3

Readme updates, plus adds the ability to pass ip/mac addresses

Sanitized meta keys will be added to the string meta.__errors

19 Sep 19:49
Compare
Choose a tag to compare
1.2.1

ensure sanitized keys are added to the __errors object as a string

Meta Values must be JSON serializable

19 Sep 19:37
Compare
Choose a tag to compare
1.2.0

sanitize meta values that are not JSON serializable, include a refere…