We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 570381b commit 5d8ec9eCopy full SHA for 5d8ec9e
2 files changed
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