ActiveWorkflow v0.9.7 Release Notes

Release Date: 2020-02-28 // about 4 years ago
  • 🔋 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