Exchange Web Services client library v3.1.1 Release Notes

Release Date: 2020-01-23 // over 4 years ago
    • The max_wait argument to FaultTolerance changed semantics. Previously, it triggered when the delay until the next attempt would exceed this value. It now triggers after the given timespan since the first request attempt.
    • 🛠 Fixed a bug when pagination is combined with max_items (#710)
    • 🛠 Other minor bug fixes