File tree Expand file tree Collapse file tree 3 files changed +15
-15
lines changed
Expand file tree Collapse file tree 3 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
22commit = True
33tag = True
4- current_version = 6.4 .0
4+ current_version = 6.5 .0
55
66[bumpversion:file:nylas/_client_sdk_version.py]
Original file line number Diff line number Diff line change 11nylas-python Changelog
22======================
33
4- Unreleased
4+ v6.5.0
55----------------
6- * Add support for Scheduler APIs
6+ * Added support for Scheduler APIs
7+ * Added metadata field support for drafts and messages through CreateDraftRequest and Message model
78* Fixed attachment download response handling
8- * Add metadata field support for drafts and messages through CreateDraftRequest model
99
1010v6.4.0
1111----------------
12- * Add support for from field for sending messages
13- * Add missing schedule-specific fields to Message model
14- * Add migration grant properties
15- * Fix from field not being optional causing deserialization errors
16- * Fix IMAP identifiers not encoding correctly
17- * Fix NylasOAuthError not setting the status code properly
12+ * Added support for from field for sending messages
13+ * Added missing schedule-specific fields to Message model
14+ * Added migration grant properties
15+ * Fixed from field not being optional causing deserialization errors
16+ * Fixed IMAP identifiers not encoding correctly
17+ * Fixed NylasOAuthError not setting the status code properly
1818
1919v6.3.1
2020----------------
21- * Fix typo on Clean Messages
22- * Remove use of TestCommand
23- * Add Folder Webhooks
24- * Fix request session being reused across multiple requests
21+ * Fixed typo on Clean Messages
22+ * Fixed request session being reused across multiple requests
23+ * Added Folder Webhooks
24+ * Removed use of TestCommand
2525
2626
2727v6.3.0
Original file line number Diff line number Diff line change 1- __VERSION__ = "6.4 .0"
1+ __VERSION__ = "6.5 .0"
You can’t perform that action at this time.
0 commit comments