From f59f0ce2e8f90111f9276f3ae0ceeaedb176d8fd Mon Sep 17 00:00:00 2001 From: Dominik Lohmann Date: Thu, 23 Apr 2020 08:47:39 +0200 Subject: [PATCH] Improve changelog entry --- CHANGELOG.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4e1a513378..7c9b25168ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,9 +10,12 @@ Every entry has a category for which we use the following visual abbreviations: ## Unreleased -- 🐞 Continuously importing JSON, CSV, and Syslog events now properly works at - low rates (e.g., when batched over the network). - [#835](https://github.com/tenzir/vast/pull/835) +- 🐞 Fixed a bug that could cause stalled input streams not to forward events to + the index and archive components for the JSON, CSV, and Syslog readers, when + the input stopped arriving but no EOF was sent. This is a follow-up to + [#750](https://github.com/tenzir/vast/pull/750). A timeout now ensures that + that the readers continue when some events were already handled, but the input + appears to be stalled. [#835](https://github.com/tenzir/vast/pull/835) - 🐞 Queries of the form `x != 80/tcp` were falsely evaluated as `x != 80/? && x != ?/tcp`. (The syntax in the second predicate does not yet