Skip to content

v0.9.7: One message at a time

Compare
Choose a tag to compare
@vidas vidas released this 28 Feb 15:50
· 156 commits to master since this release

Features and improvements

  • The semantics of message delivery got improved: agents now process a single
    message at a time, thus matching transactional boundaries.

  • BREAKING: CSV Agent in 'serialize' mode handles only a single message at a
    time and can't aggregate multiple 'row' messages into a single CSV. Old
    behavior wasn't exactly deterministic, a suggested way would be to use
    Digest Agent to aggregate messages and then serialize them with
    CSV Agent.

Chores