Skip to content

Releases: logdna/python

v1.9.0

Choose a tag to compare

@logdnabot logdnabot released this 15 Apr 15:26
v1.9.0

v1.8.0

Choose a tag to compare

@logdnabot logdnabot released this 15 Apr 15:24
v1.8.0

v1.7.0

Choose a tag to compare

@logdnabot logdnabot released this 07 Apr 17:57
v1.7.0

v1.6.0

Choose a tag to compare

@logdnabot logdnabot released this 07 Apr 17:56

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

Choose a tag to compare

@respectus respectus released this 17 Apr 21:42
7c7d5c6
Merge pull request #18 from SpainTrain/support-tags

feat(tags): Allow tags to be configured

Add new options to surface meaningful info

Choose a tag to compare

@respectus respectus released this 17 Apr 18:25
1.2.6

bump to 1.2.6

Properly grab hostname from socket

Choose a tag to compare

@respectus respectus released this 04 Jan 21:45

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

Choose a tag to compare

@respectus respectus released this 12 Dec 20:36
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

Choose a tag to compare

@respectus respectus released this 19 Sep 19:49
1.2.1

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

Meta Values must be JSON serializable

Choose a tag to compare

@respectus respectus released this 19 Sep 19:37
1.2.0

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