Skip to content

Commit 38dd618

Browse files
committed
update new release v6.14.1
1 parent c79c77f commit 38dd618

1 file changed

Lines changed: 87 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 87 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,94 @@
11
nylas-python Changelog
22
======================
33

4-
Unrelease
4+
v6.14.1
55
----------
6-
* Update attachment schema to not make it mandatory
6+
* Fix attachment id to not be a requirement by @pengfeiye in #449
7+
* Fix KeyError when using tokeninfo functions by @mrashed-dev in #342
8+
* Fix schema issue in the Event model by @mrashed-dev in #343
9+
* Add email field in CodeExchangeResponse model by @mrashed-dev in #344
10+
* v6.0.1 Release by @mrashed-dev in #345
11+
* Missing Webhook Secret on Webhooks.create response by @atejada in #346
12+
* v6.0.1 Changes to fields by @mrashed-dev in #348
13+
* Fix responses not deserializing correctly by @mrashed-dev in #350
14+
* v6.1.0 Release by @mrashed-dev in #351
15+
* Change default timeout to match API (90 seconds) by @mrashed-dev in #353
16+
* Improved message sending and draft create/update performance by @mrashed-dev in #352
17+
* v6.1.1 Release by @mrashed-dev in #356
18+
* Add clean conversation support by @mrashed-dev in #361
19+
* Python SDK - Add missing Webhook triggers by @atejada in #357
20+
* Update events.py by @atejada in #358
21+
* Add new fields; provider for code exchange and custom_headers for drafts/messages by @mrashed-dev in #360
22+
* Fixed issue where attachments < 3mb were not being encoded correctly by @mrashed-dev in #362
23+
* Added support for overriding various fields of outgoing requests by @mrashed-dev in #363
24+
* Added support for event_type filtering field for listing events by @mrashed-dev in #364
25+
* Adding scope as an optional parameter to the CodeExchangeResponse by @kraju3 in #368
26+
* Fix deserialization error with event participant by @mrashed-dev in #369
27+
* v6.2.0 Release by @mrashed-dev in #370
28+
* Adding Folder query param support and setting background image to none by @kraju3 in #371
29+
* Add master_event_id to events by @nickbair-nylas in #372
30+
* v6.3.0 Release by @mrashed-dev in #373
31+
* Fix typo on Clean Messages by @atejada in #375
32+
* Remove use of TestCommand by @mrashed-dev in #377
33+
* Add Folder Webhooks - Python SDK by @atejada in #374
34+
* Use a fresh connection on every request by @grego118 in #380
35+
* v6.3.1 release by @AaronDDM in #381
36+
* Make from field Optional to not cause Key errors by @kraju3 in #382
37+
* Fix IMAP identifiers not encoding correctly by @mrashed-dev in #383
38+
* Add missing schedule-specific fields to Message model by @mrashed-dev in #385
39+
* Add migration grant props by @kraju3 in #387
40+
* Add support for from field for sending messages by @mrashed-dev in #386
41+
* Fix NylasOAuthError not setting the status code properly by @mrashed-dev in #388
42+
* v6.4.0 Release by @mrashed-dev in #389
43+
* adding this header reduces the networking by 10X by @johnjjung in #391
44+
* Revert "adding this header reduces the networking by 10X" by @SubashPradhan in #392
45+
* Scheduler API support by @SubashPradhan in #393
46+
* fix: handle missing attributes when using select param by @devin-ai-integration[bot] in #397
47+
* Validate attachment response and throw error by @kraju3 in #396
48+
* Add metadata field to SendMessageRequest and Message model by @devin-ai-integration[bot] in #399
49+
* v6.5.0 Release by @AaronDDM in #400
50+
* Added an example showing how to access provider errors by @AaronDDM in #403
51+
* Added response headers to all responses from the Nylas API by @AaronDDM in #404
52+
* v6.6.0 Release by @AaronDDM in #405
53+
* feat: Added support for select query parameter to optimize API response size by @AaronDDM in #407
54+
* Release v6.7.0 by @AaronDDM in #409
55+
* feat: Added support for list_import_events by @AaronDDM in #411
56+
* Release v6.8.0 by @AaronDDM in #413
57+
* feat: Add Notetaker API support by @AaronDDM in #414
58+
* Add tentative_as_busy flag to the availability request by @kraju3 in #415
59+
* Add webhook triggers to bypass ValueErrors by @kraju3 in #406
60+
* Updated the Environment enum, added 'sandbox' + Corrected 'in' type-hint for ListQueryParams by @samuelpx in #408
61+
* fix: update notetaker media endpoint by @AaronDDM in #416
62+
* Updated notetaker GET endpoint to support changes to the query params by @AaronDDM in #417
63+
* Release v6.9.0 by @AaronDDM in #418
64+
* feat(messages): add support for tracking_options, raw_mime fields and new MessageFields enum values by @AaronDDM in #419
65+
* [Build] Added UV folders to .gitignore + created pyproject.toml by @samuelpx in #420
66+
* CUST 4499 python sdk list thread query params missing earliest message date by @samuelpx in #421
67+
* Cust 4499 python sdk list thread query params missing earliest message date by @samuelpx in #422
68+
* CUST 4511 - earliest_message_date on models.Thread made optional, tests, added line to CHANGELOG by @samuelpx in #423
69+
* feat: add single_level query parameter support for folders API by @AaronDDM in #425
70+
* feat: add support for include_hidden_folders query parameter in list folders endpoint by @AaronDDM in #426
71+
* Release v6.10.0 by @AaronDDM in #427
72+
* Added 'unknown' to ConferencingProvider by @samuelpx in #429
73+
* Release v6.11.0 by @AaronDDM in #431
74+
* fix: handle empty or incomplete conferencing objects in events by @AaronDDM in #432
75+
* Release v6.11.1 by @AaronDDM in #433
76+
* CUST-3643 added yahoo, zoom, ews as providers on auth.py for API parity. by @samuelpx in #434
77+
* CUST-4719 Fixed grants.update() not using PATCH, fixed tests) by @samuelpx in #435
78+
* feat: add is_plaintext support for messages send and drafts create endpoints by @AaronDDM in #436
79+
* Release v6.12.0 release by @AaronDDM in #437
80+
* Improved the contributing to explain how to get the SDK running by @AaronDDM in #438
81+
* CUST-4797 from field handles "from" and "from_" by @samLRodrigues in #439
82+
* [CUST-4448] Fix: content id not being respected for large inline attachments. by @AaronDDM in #440
83+
* Release v6.13.0 by @AaronDDM in #441
84+
* Investigate and fix email subject encoding issue by @AaronDDM in #442
85+
* Release v6.13.1 release by @AaronDDM in #443
86+
* CUST-4901 added message.deleted to the webhook enum, appended webhook test suite by @samuelpx in #444
87+
* CUST-4960 Fixed Participant.email not being optional by @samuelpx in #445
88+
* feat(drafts,messages): Add metadata_pair to both messages and drafts by @kraju3 in #430
89+
* fix(encoding): ensure ASCII characters are not escaped in JSON payloads by @AaronDDM in #446
90+
* Release v6.14. by @AaronDDM in #447
91+
* CUST-5037 Fix attachment id to not be a requirement by @pengfeiye in #449
792

893
v6.14.0
994
----------

0 commit comments

Comments
 (0)