Exchange Web Services client library v3.2.1 Release Notes

Release Date: 2020-08-03 // almost 4 years ago
    • 👻 Fix bug leading to an exception in CalendarItem.cancel().
    • Improve stability of .order_by() in edge cases where sorting must be done client-side.
    • Allow increasing the session pool-size dynamically.
    • Change semantics of .filter(foo__in=[]) to return an empty result. This was previously undefined behavior. Now we adopt the behaviour of Django in this case. This is still undefined behavior for list-type fields.
    • 📚 Moved documentation to GitHub Pages and auto-documentation generated by pdoc3.