Releases: nylas/nylas-python
Releases · nylas/nylas-python
v1.2.0
Please see the change log for full details: https://github.com/nylas/nylas-python/blob/master/CHANGELOG.md
- Deprecate tags and tag-related functions.
- Return message object when sending a draft
- Support passing parameters and request bodies on delete
v1.1.0
Please see the change log for full details: https://github.com/nylas/nylas-python/blob/master/CHANGELOG.md
- Add client.account property
- Add handling for 405 responses
- Surface SMTP server errors
- Expose Message attributes: events, snippet
- Expose Folder and Label attributes: object, account_id
- Expose Thread attribute: received_recent_date
- Expose Draft attributes: reply_to_message_id, reply_to, starred, snippet
- Expose File attributes: content_id, message_ids
- Expose "object" attribute on Calendar, Event, and Contact
- Add local token for tests
- Expose "owner" attribute on Events
- Clean up raw message data
- Don't first save draft objects when a direct send is possible.
- Remove deprecated namespaces support from SDK
- Account management fixes and upgrade/downgrade changes
- Added tests
- Drafts can now be sent without an implicit intermediate save to the mail provider.
v0.3.5
v0.3.0
Major changes:
- Adds support for the new Folders and Labels API. Tags will continue to work until September 30th, but creation is now deprecated. Full docs: https://developer.nylas.com/foundation/api_folders
Minor changes:
cc
support in Messagesnylas
module namespaceauth_server
no longer required if pointingAPIClient
at a custom server- Support in place for
received_recent_data
thread ordering (coming soon - see https://developer.nylas.com/foundation/api_threads)
v0.2.4
- Added new
Calendar
andEvent
fields to API response - Updated chunk ordering of
RestfulModelCollection
to be consistent across chunks; all results are now in ascending order. - Merged contributor patches: tox, python 3 support.
v0.2.1
- Added full support for Accounts API (account status, upgrade, downgrade)
- Querying raw content of messages is now supported
- Updated exception handling to reflect synchronous sending errors
- Update URLs to refer to nilas.com -- ensure your OAuth callbacks are updated!