---------------- * Add Event conferencing support * Add filtering of "None" value attributes before making requests * Fix `categorized_at` type to be `epoch` in `NeuralCategorizer`
5.0.0
---------------- * Transitioned from `app_id` and `app_secret` naming to `client_id` and `client_secret` * Add support for the Nylas Neural API * Add `metadata` field in the Event model to support new event metadata feature * Add new Room Resource fields * Add `Nylas-API-Version` header support * Fix adding a tracking object to an existing `draft` * Fix issue when converting offset-aware `datetime` objects to `timestamp` * Fix `limit` value in filter not being used when making `.all()` call * Fix `from_` field set by attribute on draft ignored * Remove `bumpversion` from a required dependency to an extra dependency
4.12.1
------- * Bugfix: Previously, if you passed a timedelta to the calendar availability API endpoint, it was converted to a float. Now, it is coerced to an int.
4.12.0
------- * Add calendar availability information, available at `/calendars/availability` API endpoint
4.11.0
------- * Bugfix: Previously, if you specified a limit of 50 or more for any resource, you would receive ALL the resources available on the server. The SDK now properly respects the limit provided. * Add `has_attachments` to Thread model
4.10.0
------- * Add `ical_uid` to Event model, only available on API version 2.1 or above. See https://headwayapp.co/nylas-changelog/icaluid-support-132816 * Add RoomResource model, available at `/resources` API endpoint * Add free/busy information, available at `/calendars/free-busy` API endpoint