We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 570381b + 5d8ec9e commit a795733Copy full SHA for a795733
README.rst
@@ -6,6 +6,8 @@ http://logstash.net/
6
7
Changelog
8
=========
9
+0.4.8
10
+ - Fixed Python 3 issues with JSON serialization.
11
0.4.7
12
- Add couple of sensitive fields to the skip_list
13
0.4.6
setup.py
@@ -2,7 +2,7 @@
2
setup(
3
name='python-logstash',
4
packages=['logstash'],
5
- version='0.4.7',
+ version='0.4.8',
description='Python logging handler for Logstash.',
long_description=open('README.rst').read(),
license='MIT',
0 commit comments