Skip to content

Commit

Permalink
Improve changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
dominiklohmann committed Apr 23, 2020
1 parent 4708e51 commit f59f0ce
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Expand Up @@ -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
Expand Down

0 comments on commit f59f0ce

Please sign in to comment.