---------------- * Rename `nylas` to `nylas_legacy` to avoid conflicts with the new Nylas Python SDK * Add support for `view` parameter in `Threads.search()`
5.14.1
---------------- * Fix error when trying to iterate on list after calling count * Fix error when setting participant status on create event
5.14.0
---------------- * Add support for verifying webhook signatures * Add optional parameter for token-info endpoint
5.13.1
---------------- * Fix `send_authorization` not returning the correct dict * Fix expanded threads not inflating the messages objects properly * Fix class attributes with leading underscores not serializing as expected
5.13.0
---------------- * Add local webhook development support * Use PEP508 syntax for conditional dependencies
5.12.1
---------------- * Only install enum34 on python34 and below