Releases: logdna/python
Releases · logdna/python
v1.9.0
v1.8.0
v1.7.0
v1.6.0
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
- Add @matthiasfru as a contributor (
3727bc3
) - Add @rudyryk as a contributor (
9ab0e39
) - Add @kurtiss as a contributor (
1476085
) - Update @inkrement as a contributor (
6a2cede
) - Add @inkrement as a contributor (
7ba6992
) - Add @btashton as a contributor (
c1e69bf
) - Add @SpainTrain as a contributor (
7b9f04b
) - Add @sataloger as a contributor (
04081f0
) - Add @jdemaeyer as a contributor (
69e8f7c
) - Add @dchai76 as a contributor (
42e9c6b
) - Add @danmaas as a contributor (
23bbab4
) - Add @LYHuang as a contributor (
3cc9e23
) - Add @baronomasia as a contributor (
8971bd7
) - Add @utek as a contributor (
ea495b4
) - Add @esatterwhite as a contributor (
0a334bd
) - Add @mikehu as a contributor (
e7aa7cb
) - Add @vilyapilya as a contributor (
e3191f5
) - Add @smusali as a contributor (
4d5022f
) - Add @respectus as a contributor (
85a543c
)
Library now supports tags
Merge pull request #18 from SpainTrain/support-tags feat(tags): Allow tags to be configured
Add new options to surface meaningful info
1.2.6 bump to 1.2.6
Properly grab hostname from socket
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
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
1.2.1 ensure sanitized keys are added to the __errors object as a string
Meta Values must be JSON serializable
1.2.0 sanitize meta values that are not JSON serializable, include a refere…