File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed
Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -92,6 +92,16 @@ License
9292ChangeLog
9393---------
9494
95+ 2.7.0 (Aug 20 2023)
96+ +++++++++++++++++++
97+
98+ * Add a wait until all data is sent, before closing socket on TCP
99+ transport (#81, Alisher Nazarkhanov).
100+ * Explicitly shutdown the socket connection in Udp/TcpTransport to
101+ prevent peer connection errors.
102+ * Implement optional database VACUUM on shutdown (#80).
103+
104+
951052.6.0 (Jul 30 2023)
96106+++++++++++++++++++
97107
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.6 .0'
6+ __version__ = '2.7 .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.6 .0'
12+ VERSION = '2.7 .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