Releases: eht16/python-logstash-async
Releases · eht16/python-logstash-async
2.4.0
Compare
Sorry, something went wrong.
No results found
eht16
released this
03 Apr 11:31
Update link to docs for rate limit string notation (#70 , Garrett Hyde).
Log connection and network errors as warnings (#71 ).
Fix support for Django 4.0 by using Request.build_absolute_uri().
Use datetime as column type for "entry_date" in database.
2.3.0
Compare
Sorry, something went wrong.
No results found
eht16
released this
23 May 16:30
Consider set also as sequence type when formatting events.
Improve formatter performance by converting simple types first (#64 , Johann Schmitz).
Migrate from ssl.wrap_socket() to SSLContext.wrap_socket().
2.2.0
Compare
Sorry, something went wrong.
No results found
eht16
released this
05 Dec 10:32
Add SynchronousLogstashHandler: operates like the AsynchronousLogstashHandler but synchronously and without any event queueing and retrying (#59 , #60 , Sascha Pfeiffer).
2.1.1
Compare
Sorry, something went wrong.
No results found
eht16
released this
03 Nov 23:34
Fix missing message field in events (#58 ).
2.1.0
Compare
Sorry, something went wrong.
No results found
eht16
released this
02 Nov 22:35
Remove "six" dependency.
Add "HTTP Input" transport (#56 , Jürgen Löhel).
Skip logging stacktraces for common network errors (#55 , #56 , Walter Macomber).
Extend FORMATTER_RECORD_FIELD_SKIP_LIST to filter all record fields (#52 ).
Docs: Fix error in logging.config.fileConfig code example (#54 , Guy).
2.0.0
Compare
Sorry, something went wrong.
No results found
eht16
released this
16 Aug 17:03
1.6.7
Compare
Sorry, something went wrong.
No results found
eht16
released this
16 Aug 17:02
Set python_requires to Python >=2.7 or Python >= 3.5 for smooth upgrade to upcoming Python3 only.
This way Python2 only users will stay at this release.
1.6.6
Compare
Sorry, something went wrong.
No results found
eht16
released this
08 Jun 20:34
Fix socket timeout setting ignored for filebeat (#50 , Koert van der Veer).
1.6.5
Compare
Sorry, something went wrong.
No results found
eht16
released this
06 Jun 11:02
Add "@metadata " to the generated event in Formatter, useful for common beats input configuration in Logstash (#49 , Sudheer Satyanarayana).
Don't convert text to bytes in Formatter (fix #45 ) (#46 , Sergey Trofimov).
1.6.4
Compare
Sorry, something went wrong.
No results found
eht16
released this
23 Jan 22:58
Fix accessing request's META attribute in DjangoLogstashFormatter