File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -94,6 +94,14 @@ License
9494ChangeLog
9595---------
9696
97+ 3.0.0 (Feb 12 2024)
98+ +++++++++++++++++++
99+
100+ * Add ECS (Elastic Common Schema) formatter support (#91, Andrii Lahuta).
101+ * On closing UDP/TCP socket, make sure it is reset (#89, #92).
102+ * Ensure to not check for socket write buffer if disabled.
103+
104+
971052.7.2 (Sep 14 2023)
98106+++++++++++++++++++
99107
Original file line number Diff line number Diff line change 33# This software may be modified and distributed under the terms
44# of the MIT license. See the LICENSE file for details.
55
6- __version__ = '2.7.2 '
6+ __version__ = '3.0.0 '
77
88# When using an in-memory only cache, this persists the cache through
99# thread failures, shutdowns, and restarts.
Original file line number Diff line number Diff line change 99import sys
1010
1111NAME = 'python-logstash-async'
12- VERSION = '2.7.2 '
12+ VERSION = '3.0.0 '
1313
1414here = path .abspath (path .dirname (__file__ ))
1515with open (path .join (here , 'README.rst' ), 'rb' ) as f :
You can’t perform that action at this time.
0 commit comments