consumers v2.1.0.0 Release Notes

Release Date: 2017-09-18 // over 6 years ago
    • ➕ Added a MonadTime constraint to runConsumer. The currentTime method from MonadTime is now used instead of now() in SQL. This is mostly useful for testing, to control the flow of time in test cases.

    • ➕ Added a new runConsumer variant: runConsumerWithIdleSignal. When a consumer is idle, this variant signals a TMVar. This is mostly useful for testing.

    • ➕ Added a test suite.