[2024-01-04] Nylas Python SDK v6.0.0-beta.8
The Nylas Python SDK v6.0.0-beta.8 has been released!
- GitHub: Nylas Python SDK
- Distribution: PyPi
Breaking Changes
This release includes breaking changes that improve the organization of the Grants and Auth APIs. This makes them easier to find, and better matches how the main Nylas APIs are organized.
- Moved Grants API from
Auth
toNylasClient
(#324). - Moved
Grants.create()
toAuth.customAuthentication()
(#324).
Added
- Added support for the Contacts API (#325, #326).
- Added helper function for attaching files to messages (#319).
Updated
- Fixed issues with sending messages and creating drafts (#315).
- Fixed issue where an error was raised when trying to attach a file to a message (#319)(#319)
- Fixed inaccuracies with Event models (#316, #317, #328).
- Fixed inaccuracies with Thread model (#322).
- Fixed incorrect PKCE code challenge generation (#330).