Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v6.5.0 Release #400

Merged
merged 2 commits into from
Dec 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[bumpversion]
commit = True
tag = True
current_version = 6.4.0
current_version = 6.5.0

[bumpversion:file:nylas/_client_sdk_version.py]
26 changes: 13 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
nylas-python Changelog
======================

Unreleased
v6.5.0
----------------
* Add support for Scheduler APIs
* Added support for Scheduler APIs
* Added metadata field support for drafts and messages through CreateDraftRequest and Message model
* Fixed attachment download response handling
* Add metadata field support for drafts and messages through CreateDraftRequest model

v6.4.0
----------------
* Add support for from field for sending messages
* Add missing schedule-specific fields to Message model
* Add migration grant properties
* Fix from field not being optional causing deserialization errors
* Fix IMAP identifiers not encoding correctly
* Fix NylasOAuthError not setting the status code properly
* Added support for from field for sending messages
* Added missing schedule-specific fields to Message model
* Added migration grant properties
* Fixed from field not being optional causing deserialization errors
* Fixed IMAP identifiers not encoding correctly
* Fixed NylasOAuthError not setting the status code properly

v6.3.1
----------------
* Fix typo on Clean Messages
* Remove use of TestCommand
* Add Folder Webhooks
* Fix request session being reused across multiple requests
* Fixed typo on Clean Messages
* Fixed request session being reused across multiple requests
* Added Folder Webhooks
* Removed use of TestCommand


v6.3.0
Expand Down
2 changes: 1 addition & 1 deletion nylas/_client_sdk_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__VERSION__ = "6.4.0"
__VERSION__ = "6.5.0"
Loading