Skip to content

Commit 49635e1

Browse files
committed
Version bump
1 parent 005e0bc commit 49635e1

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

docs/about.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,14 @@ License
9494
ChangeLog
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+
97105
2.7.2 (Sep 14 2023)
98106
+++++++++++++++++++
99107

logstash_async/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import sys
1010

1111
NAME = 'python-logstash-async'
12-
VERSION = '2.7.2'
12+
VERSION = '3.0.0'
1313

1414
here = path.abspath(path.dirname(__file__))
1515
with open(path.join(here, 'README.rst'), 'rb') as f:

0 commit comments

Comments
 (0)