What's Changed
- Remove
createdAt
field from message model. (#612) - Change
latestMessageReceivedDate
&latestMessageSentDate
to be optional on threads model. (#612) - Fix issue where timeout was not being respected when overriding the timeout in the request options. (#617)
- Fix issue where query params with array values were not being transformed into comma-delimited strings (#618)
- Fix: transform anyEmail array into comma-delimited any_email parameter in threads list (#618)
Full Changelog: v7.7.2...v7.7.3