Releases: nylas/nylas-python
Releases · nylas/nylas-python
v6.9.0
What's Changed
- feat: Add Notetaker API support by @AaronDDM in #414
- Add tentative_as_busy flag to the availability request by @kraju3 in #415
- Add webhook triggers to bypass ValueErrors by @kraju3 in #406
- Updated the Environment enum, added 'sandbox' + Corrected 'in' type-hint for ListQueryParams by @samuelpx in #408
- fix: update notetaker media endpoint by @AaronDDM in #416
- Updated notetaker GET endpoint to support changes to the query params by @AaronDDM in #417
New Contributors
Full Changelog: v6.8.0...v6.9.0
v6.7.0
What's Changed
- feat: Added support for select query parameter to optimize API response size by @AaronDDM in #407
Full Changelog: v6.6.0...v6.7.0
v6.5.0
Changelog
Added
- Added support for Scheduler APIs #393
- Added metadata field support for drafts and messages through CreateDraftRequest and Message model #399
- Fixed attachment download response handling #396
v6.4.0
Changelog
Added
- Add support for from field for sending messages (#386)
- Add missing schedule-specific fields to Message model (#385)
- Add migration grant properties (#387)
Changed
- Fix from field not being optional causing deserialization errors (#382)
- Fix IMAP identifiers not encoding correctly (#383)
- Fix NylasOAuthError not setting the status code properly (#388, #379)
v6.3.1
Changelog
Changed
- Fix typo on Clean Messages (Fix typo on Clean Messages (#375)
- Remove use of TestCommand (Remove use of TestCommand (#377)
- Add Folder Webhooks (Add Folder Webhooks - Python SDK (#374)
- Fix request session being reused across multiple requests (#380)
v6.3.0
Changelog
Added
- Added Folder query param support (#371)
- Added
master_event_id
field to events (#372)
Changed
- Fixed issue with application models not being deserialized correctly (#371)
v6.2.0
Changelog
Added
- Added support for custom headers field for drafts and messages (#360)
- Added support for overriding various fields of outgoing requests (#363)
- Added support for
provider
field in code exchange response (#360)
- Added support for
event_type
filtering field for listing events (#364)
- Added clean messages support (#361)
- Added additional webhook triggers (#357)
Updated
- Fixed issue where attachments < 3mb were not being encoded correctly (#362)
- Fixed issue deserializing event and code exchange responses (#358, #368, #369)
v6.1.1
Changelog
Changed
- Improved message sending and draft create/update performance (#352, #349)
- Change default timeout to match API (90 seconds) (#353)