<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Nylas What&apos;s New</title><description>A feed of the Nylas Changelogs (SDKs) only.</description><link href="https://developer.nylas.com/atom-changelogs.xml" rel="self"/><link href="https://developer.nylas.com/"/><subtitle>A feed of the Nylas Changelogs (SDKs) only.</subtitle><id>https://developer.nylas.com/</id><updated>2026-06-24T00:00:00.000Z</updated><author><name>Nylas Docs team</name><email>ireadthedocs@nylas.com</email></author><item><title>[2026-06-24] Changelogs moved to /docs/changelogs/</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2026-06-24-migrated-to-changelogs/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2026-06-24-migrated-to-changelogs/</guid><pubDate>Wed, 24 Jun 2026 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2026-06-24-migrated-to-changelogs/</id><updated>2026-06-24T00:00:00.000Z</updated><content xml:lang="en" type="html"><p><strong><a href="/docs/changelogs/"><code>/docs/changelogs/</code></a></strong>Heads up, friends. 👋 We&apos;ve consolidated all of our changelog streams into a single feed at. SDK releases, platform updates, API changes, and Dashboard updates now share one timeline.</p><p><a href="/atom-changelogs.xml"><code>/atom-changelogs.xml</code><Icon name="rss" class="inline-icon" size="0.875rem"/></a>If you subscribe to this feed via RSS, switch to. This is the last entry that will be posted here.</p><p><a href="/docs/changelogs/"><code>/docs/changelogs/</code></a>If you bookmark this page, update your bookmark to.</p><h2>What&apos;s changing</h2><h2>What to do</h2><ul><li><strong>New URL</strong><a href="/docs/changelogs/">https://developer.nylas.com/docs/changelogs/</a>:</li><li><strong>New RSS feed</strong><a href="/atom-changelogs.xml"><code>/atom-changelogs.xml</code><Icon name="rss" class="inline-icon" size="0.875rem"/></a>:. Subscribe here to keep getting updates.</li><li><strong>Filterable timeline</strong>: Filter by category (Platform, Email, Calendar, Notetaker, Scheduler, SDK, and more) so you only see the streams you care about.</li><li><strong>Smaller, more frequent posts</strong>: One topic per entry, published the day it ships rather than batched into monthly summaries.</li></ul><div class="admonition info"><p><strong>The old entries aren&apos;t going anywhere.</strong><code>/docs/new/v3-changelogs/</code><code>/docs/new/changelogs/</code>Every existing changelog atandwill stay published at its current URL so existing links keep working. We&apos;re just publishing new entries at the new location.</p></div></content></item><item><title>New: Notetaker transcription keyword hints</title><link>https://developer.nylas.com/docs/changelogs/2026-06-24-notetaker-transcription-keywords/</link><guid isPermaLink="true">https://developer.nylas.com/docs/changelogs/2026-06-24-notetaker-transcription-keywords/</guid><pubDate>Wed, 24 Jun 2026 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/changelogs/2026-06-24-notetaker-transcription-keywords/</id><updated>2026-06-24T00:00:00.000Z</updated><content xml:lang="en" type="html"><p><code>keywords</code><code>use_speaker_names_as_keywords</code>Notetaker now accepts optional keyword hints when transcribing meetings. Use them when meetings are full of domain-specific terms that automatic transcription tends to mis-hear, such as people&apos;s names, company names, product names, and acronyms. Passing those terms inbiases the recognizer toward them, andadds known speaker names to that set automatically.</p><p><code>transcription_settings</code><code>expected_languages</code><code>fallback_language</code><code>transcription</code><code>true</code>Keyword hints share theobject with the existing language hints, but the two are independent. You can set keywords on their own, withoutor.must befor any of these settings to take effect.</p><h2>Added</h2><ul><li><p><strong><code>transcription_settings.keywords</code></strong><code>null</code>— An array of up to 1000 terms to prioritize during transcription. Each term must be 1 to 200 characters and cannot contain control characters. Cannot be. The terms bias recognition toward domain-specific vocabulary the model would otherwise mis-transcribe.</p></li><li><p><strong><code>transcription_settings.use_speaker_names_as_keywords</code></strong><code>true</code><code>null</code>— A boolean. When, Notetaker adds known speaker names to the keyword set so they&apos;re transcribed accurately. Cannot be.</p></li><li><p><strong>Keyword and language hints are independent</strong><code>expected_languages</code><code>keywords</code><code>transcription_settings</code><code>fallback_language</code><code>expected_languages</code><code>expected_languages</code>—is now optional. Setalone, language hints alone, or both in the sameobject.still requires, butworks on its own.</p></li><li><p><strong><code>meeting_settings</code>Available whereveris accepted</strong><a href="/docs/reference/api/notetaker/invite-notetaker/"><code>POST</code></a><a href="/docs/reference/api/notetaker/update-notetaker/"><code>PATCH</code></a><a href="/docs/reference/api/standalone-notetaker/invite-standalone-notetaker/">standalone</a><code>transcription_settings: null</code><code>{}</code>— Set on individual Notetakers (/, grant-based or), on calendars (so all matching events inherit the setting), or on individual events (which override anything inherited from the calendar). Sendorto clear inherited settings and return to default transcription behavior.</p></li><li><p><strong><a href="/docs/v3/notetaker/#set-transcription-languages">Set transcription languages guide</a></strong>— Now covers keyword hints alongside language hints, including the validation limits and how the composite object is replaced as a whole.</p></li></ul></content></item><item><title>Nylas Node.js SDK v8.4.0</title><link>https://developer.nylas.com/docs/changelogs/2026-06-24-nylas-nodejs-v8-4-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/changelogs/2026-06-24-nylas-nodejs-v8-4-0/</guid><pubDate>Wed, 24 Jun 2026 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/changelogs/2026-06-24-nylas-nodejs-v8-4-0/</id><updated>2026-06-24T00:00:00.000Z</updated><content xml:lang="en" type="html"><h2>Added</h2><h2>Fixed</h2><h2>Changed</h2><ul><li><strong>Transactional send API</strong><code>nylas.transactionalSend</code><code>send()</code><a href="/docs/reference/api/manage-domains/"><code>POST /v3/domains/{domainName}/messages/send</code></a>: a newresource addsfor domain-based transactional email against. Use it to send transactional messages from a verified domain.</li><li><strong><code>calendarId</code><code>eventId</code><code>Notetaker</code>andon</strong><code>Notetaker</code><code>calendarId</code><code>eventId</code>: themodel now exposes optionalandfields, so you can associate a notetaker session with the calendar and event it was created for.</li></ul><ul><li><strong>Truncated message webhook triggers</strong><code>message.created.truncated</code><code>message.updated.truncated</code><code>WebhookTriggers</code>:andare now part of theenum, so you can subscribe to truncated message notifications with full type support.</li><li><strong>Missing webhook trigger types</strong><code>WebhookTriggers</code><code>message.deleted</code><code>message.created.cleaned</code><code>grant.imap_sync_completed</code>: theenum now includes,,, the Notetaker triggers, the Agent Account and transactional deliverability triggers, and the legacy tracking triggers.</li></ul><ul><li><strong>Dependencies</strong>: bumped dependencies to their latest reasonable versions.</li></ul></content></item><item><title>Nylas Ruby SDK v6.8.0</title><link>https://developer.nylas.com/docs/changelogs/2026-06-22-nylas-ruby-v6-8-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/changelogs/2026-06-22-nylas-ruby-v6-8-0/</guid><pubDate>Mon, 22 Jun 2026 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/changelogs/2026-06-22-nylas-ruby-v6-8-0/</id><updated>2026-06-22T00:00:00.000Z</updated><content xml:lang="en" type="html"><h2>Added</h2><h2>Fixed</h2><ul><li><strong>Policies resource</strong>— Manage application policies.</li><li><strong>Rules resource</strong>— Manage inbox rules and list rule evaluations.</li><li><strong>Lists resource</strong>— Create application lists.</li><li><strong>Workspaces resource</strong><code>default</code><code>policy_id</code><code>rule_ids</code>— Manage workspaces, including auto-grouping, manual assignment, and the,, andfields.</li><li><strong>Domains resource</strong><code>ServiceAccountSigner</code>— Manage domains, backed by newsupport for signed Service Account Manage Domains requests (canonical signed bodies, encoded domain paths, and info and verify operations).</li><li><strong>Applications update support</strong><code>PATCH /v3/applications</code>— Update an application with.</li><li><strong><code>DELETE</code>Request body on</strong><code>DELETE</code><code>cancellation_reason</code>— Pass a request body onrequests, such as awhen cancelling bookings.</li></ul><ul><li><strong><code>RedirectUris</code>update verb</strong><code>PUT</code><code>PATCH</code>— Corrected the update verb fromto.</li><li><strong>Content type for empty request bodies</strong><code>nil</code><code>Content-Type: application/json</code><code>POST</code><code>PUT</code><code>PATCH</code><code>DELETE</code>— Fixed an HTTParty issue where requests with abody did not send.,,, andnow default to an empty object.</li></ul></content></item><item><title>Nylas Agent Accounts is now generally available</title><link>https://developer.nylas.com/docs/changelogs/2026-06-17-agent-accounts-ga/</link><guid isPermaLink="true">https://developer.nylas.com/docs/changelogs/2026-06-17-agent-accounts-ga/</guid><pubDate>Wed, 17 Jun 2026 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/changelogs/2026-06-17-agent-accounts-ga/</id><updated>2026-06-17T00:00:00.000Z</updated><content xml:lang="en" type="html"><p><a href="/docs/v3/agent-accounts/">Agent Accounts</a><code>Nylas (Agent Account)</code>are now generally available, graduating from the beta we introduced in April. Theprovisioning variant and the Policies, Rules, and Lists APIs are no longer marked beta.</p><p><code>name@yourdomain.com</code><code>grant_id</code>An Agent Account is a realmailbox and calendar that an AI agent owns end to end. It uses the samecontract as any connected account, so your existing Messages, Drafts, Threads, Folders, Calendars, Events, and Webhooks code works against it with no new concepts.</p><p><code>POST /v3/connect/custom</code><code>nylas agent account create</code><a href="/docs/v3/agent-accounts/provisioning/">Provisioning and domains</a><a href="/docs/v3/getting-started/agent-accounts/">quickstart</a>Create an Agent Account with a singlecall, theCLI command, or the Nylas Dashboard. Seeand the.</p><p><a href="/docs/v3/getting-started/coding-agents/">AI coding agents quickstart</a>If you&apos;re building with an AI coding agent, thewalks Claude Code, Cursor, and Codex through provisioning and a working example.</p><p><a href="https://www.postman.com/trynylas/nylas-api/overview">Nylas Postman collection</a>You can also explore and try the endpoints in the.</p><h2>What&apos;s available at GA</h2><h2>Provisioning</h2><ul><li><strong>Built on the Nylas platform</strong><a href="https://www.nylas.com/security/">Nylas security</a>: Agent Accounts use the same infrastructure as the rest of Nylas. For our security posture and certifications, including SOC 2 Type II, ISO 27001, ISO 27701, HIPAA, and GDPR, see.</li><li><strong>Policies, Rules, and Lists</strong><a href="/docs/v3/agent-accounts/policies-rules-lists/">Policies, Rules, and Lists</a><a href="/docs/reference/api/policies/">Policies</a><a href="/docs/reference/api/rules/">Rules</a><a href="/docs/reference/api/lists/">Lists</a>: now stable APIs for guardrailing agent behavior. Policies define what an agent can do, Rules apply conditional logic to inbound and outbound mail, and Lists hold the values that rules reference. Seeand the,, andreferences.</li><li><strong>Workspaces</strong><a href="/docs/v3/agent-accounts/workspaces/">Workspaces</a><a href="/docs/reference/api/workspaces/">Workspaces API</a>: group agent grants under a shared identity and apply policies and rules across the group. Seeand the.</li><li><strong>Deliverability tooling</strong><a href="/docs/v3/agent-accounts/domain-warming/">domain warming</a><a href="/docs/v3/agent-accounts/dns-provider-setup/">DNS provider setup</a><a href="/docs/v3/agent-accounts/send-limits/">send limits</a><a href="/docs/v3/agent-accounts/deliverability/">deliverability guidance</a>: keep agent mail landing in the inbox with,,, and.</li><li><strong>Mail client access</strong><code>app_password</code><a href="/docs/v3/agent-accounts/mail-clients/">Mail clients</a>: set anto reach an Agent Account over IMAP and SMTP from a standard mail client. See.</li></ul></content></item><item><title>Nylas Node.js SDK v8.3.0</title><link>https://developer.nylas.com/docs/changelogs/2026-06-17-nylas-nodejs-v8-3-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/changelogs/2026-06-17-nylas-nodejs-v8-3-0/</guid><pubDate>Wed, 17 Jun 2026 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/changelogs/2026-06-17-nylas-nodejs-v8-3-0/</id><updated>2026-06-17T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>These notes cover v8.3.0 and the changes shipped in v8.2.0.</p><h2>Added</h2><h2>Fixed</h2><ul><li><strong><code>htmlAsMarkdown</code><code>CleanMessagesRequest</code>on</strong><code>nylas.messages.clean()</code><code>htmlAsMarkdown</code><code>true</code><code>conversation</code><code>false</code><code>true</code><code>imagesAsMarkdown</code><code>false</code><code>html_as_markdown</code><a href="/docs/reference/api/messages/clean-messages/"><code>PUT /v3/grants/{grant_id}/messages/clean</code></a>:now accepts an optionalboolean (beta). When set to, the cleanedfield is returned as Markdown instead of plain text or HTML. It defaults to, and it can&apos;t bewhileis. This brings the SDK type in line with theparameter already supported by.</li><li><strong>Workspaces API</strong><code>nylas.workspaces</code><code>list</code><code>find</code><code>create</code><code>update</code><code>destroy</code><code>autoGroup()</code><code>manualAssign()</code><code>invalidAlso</code><code>default</code><code>policyId</code><code>ruleIds</code><a href="/docs/reference/api/workspaces/">Workspaces</a>: a newresource covers,,,(PATCH), andfor. It also addsandfor grouping grants by domain, with support for the,,, andparameters.</li><li><strong>Agent Account Lists API</strong><code>nylas.lists</code><code>in_list</code><code>name</code><code>description</code><code>type</code><code>list</code><code>find</code><code>update</code><code>destroy</code><code>listItems()</code><code>addItems()</code><code>removeItems()</code><a href="/docs/reference/api/lists/">Lists</a>: a newresource for thethat rules reference with theoperator. Create a list with a, optional, and an immutable, then use,,,,,, andto manage its entries.</li><li><strong>Manage Domains API</strong><code>nylas.domains</code><code>list</code><code>find</code><code>create</code><code>update</code><code>destroy</code><code>info()</code><code>verify()</code><code>ServiceAccountSigner</code><a href="/docs/reference/api/manage-domains/"><code>/v3/admin/domains</code></a>: a newresource for,,,, andagainst, plusandfor domain verification. Requests usefor signing, with bearer-auth suppression and canonical signed wire bodies.</li><li><strong><code>icalUid</code>event filter</strong><code>ListEventQueryParams</code><code>icalUid</code>:now accepts anparameter so you can look up events by their iCalendar UID.</li></ul><ul><li><strong><code>Applications</code>field naming and updates</strong><code>redirectUris</code><code>callbackUris</code><code>region</code><code>environment</code><code>string</code><code>additionalSettings</code><a href="/docs/reference/api/applications/"><code>applications.update()</code></a>: renamedtoto match the v3 wire contract, widenedandto, added hosted-auth and IdP public fields, and implemented(PATCH). The update method now accepts write-onlyand preserves existing callback URIs by their IDs.</li><li><strong><code>RedirectUris</code>corrections</strong><code>update()</code><code>destroy()</code><code>platform</code><code>RedirectUriPlatform</code><code>deletedAt</code>:now uses PATCH (was PUT),returns the correct type,is optional with a typedenum, and afield was added.</li><li><strong><code>Policies</code>limits</strong><code>PolicyLimits</code><code>limitCountDailyMessageReceived</code><code>limitCountDailyEmailSent</code><a href="/docs/reference/api/policies/">Policies</a>:now exposesandon, replacing a non-existent per-grant field.</li><li><strong><code>Rules</code>evaluation and list response</strong><code>RuleEvaluation.messageId</code><code>blockedByEvaluationError</code><code>GET /v3/rules</code><code>{ data, nextCursor }</code><a href="/docs/reference/api/rules/">Rules</a>:is now omitted when absent (rather than nullable), applied actions surface, and theresponse is normalized back to the flatshape. See.</li><li><strong><code>threads.find()</code>Field-set reduction in</strong><code>queryParams</code><code>threads.find()</code><code>select</code>:are now forwarded on, so you can passto trim the response payload on single-thread fetches.</li></ul></content></item><item><title>Nylas Python SDK v6.16.0</title><link>https://developer.nylas.com/docs/changelogs/2026-06-16-nylas-python-v6-16-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/changelogs/2026-06-16-nylas-python-v6-16-0/</guid><pubDate>Tue, 16 Jun 2026 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/changelogs/2026-06-16-nylas-python-v6-16-0/</id><updated>2026-06-16T00:00:00.000Z</updated><content xml:lang="en" type="html"><h2>Added</h2><h2>Fixed</h2><ul><li><strong>Application and workspace admin APIs</strong><ul><li><code>applications.update()</code><code>PATCH /v3/applications</code>for.</li><li><code>PATCH /v3/applications/redirect-uris/{id}</code>Redirect URI updates corrected to.</li><li><a href="/docs/reference/api/workspaces/"><code>Workspaces</code></a><code>/v3/workspaces</code><code>auto_group</code><code>manual_assign</code>Aresource forCRUD, plusand.</li></ul>: manage applications and workspaces from the SDK.</li><li><strong>Callback URIs in application updates</strong><code>UpdateApplicationRequest</code><code>callback_uris</code><code>UpdateApplicationRedirectUriRequest</code><code>id</code><code>platform</code><code>settings</code><code>id</code><code>invalid_also</code>:now accepts, and a newexposes optional,, and. Include an existing callback URIto preserve or update an entry. Workspace auto-grouping also gainssupport.</li><li><strong>Microsoft Graph large attachment support</strong><ul><li><code>attachments.create_upload_session(identifier, request_body)</code><code>url</code><code>attachment_id</code>returns a pre-signedand an.</li><li><code>attachments.complete_upload_session(identifier, attachment_id)</code>Upload the file bytes directly to that URL, then callto finalize it.</li><li><code>attachment_id</code><code>messages.send()</code><code>drafts.create()</code><a href="/docs/reference/api/attachments/create-attachment-upload-session/">create</a><a href="/docs/reference/api/attachments/complete-attachment-upload-session/">complete</a>Reference theinor. See theandupload-session references.</li></ul>: a resumable upload-session flow sends attachments up to 150 MB on Microsoft (Graph) grants, mirroring the Node.js SDK.</li></ul><ul><li><strong><code>Content-Type</code>JSONheader</strong><code>Content-Type: application/json</code><code>; charset=utf-8</code>: JSON requests now sendwithout theparameter that the Nylas API rejected. This fixes draft creation and other JSON requests that previously failed with &quot;only JSON and multipart supported.&quot;</li></ul></content></item><item><title>Nylas Java SDK v2.17.0</title><link>https://developer.nylas.com/docs/changelogs/2026-06-15-nylas-java-v2-17-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/changelogs/2026-06-15-nylas-java-v2-17-0/</guid><pubDate>Mon, 15 Jun 2026 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/changelogs/2026-06-15-nylas-java-v2-17-0/</id><updated>2026-06-15T00:00:00.000Z</updated><content xml:lang="en" type="html"><h2>Added</h2><ul><li><strong>Application administration</strong><ul><li><code>Applications.update()</code><code>PATCH /v3/applications</code><code>callback_uris</code>for, with sparse branding fields and(including callback URI IDs, so existing callback URIs are preserved).</li><li><code>PATCH /v3/applications/redirect-uris/{id}</code>Redirect URI updates through.</li><li><code>client.domains()</code><code>/v3/admin/domains</code><code>ServiceAccountSigner</code><code>RequestOverrides.headers</code><a href="/docs/v3/email/domains/">Manage Domains guide</a>Manage Domains admin CRUD and verification onvia. These supportfor Nylas Service Account request-signing auth (canonical signed wire bodies, manually signed headers in, base64-encoded PEM service-account keys, and request-only verification types). See the.</li><li><a href="/docs/reference/api/workspaces/"><code>Workspaces</code></a><code>client.workspaces()</code><code>limit</code><code>page_token</code><code>autoGroup</code><code>manualAssign</code><code>default</code><code>policyId</code><code>clearPolicyId</code><code>ruleIds</code><code>CreateWorkspaceRequest</code><code>domain</code><code>autoGroup</code><code>WorkspaceAutoGroupRequest.invalidAlso</code>Aresource via: CRUD, paginated listing withand, plus,,,, explicit, and.validates thatis present whenis true, andincludes invalid grants in auto-grouping when enabled.</li></ul>: manage applications, domains, and workspaces from the SDK.</li><li><strong>Transactional email</strong><code>Domains.sendTransactionalEmail()</code><ul><li><code>SendTransactionalEmailRequest</code><code>Builder</code><code>to</code><code>from</code><code>cc</code><code>bcc</code><code>reply_to</code><code>subject</code><code>body</code><code>send_at</code><code>reply_to_message_id</code><code>tracking_options</code><code>use_draft</code><code>custom_headers</code><code>is_plaintext</code>Amodel and fluentfor composing messages from a verified domain, with,,,,,,,,,,,, and.</li><li><code>NylasClient.domains()</code><code>Domains</code>Aaccessor that returns the newresource.</li><li><code>multipart/form-data</code>Automaticupload when the total attachment size exceeds the JSON limit.</li><li><code>TransactionalEmailExample.java</code><code>KotlinTransactionalEmailExample.kt</code>Newandexamples.</li><li><a href="/docs/v3/getting-started/transactional-send/">Transactional Send quickstart</a><a href="/docs/reference/api/transactional-send/send-transactional-email/">API reference</a>See theand the.</li></ul>via:</li><li><strong>Policies, Rules, and Lists</strong><code>nylas</code><a href="/docs/v3/agent-accounts/policies-rules-lists/">Policies, Rules, and Lists</a><ul><li><a href="/docs/reference/api/policies/"><code>Policies</code></a><code>client.policies()</code><code>list</code><code>find</code><code>create</code><code>update</code><code>destroy</code><code>CreatePolicyRequest</code><code>UpdatePolicyRequest</code><code>Policy</code><code>PolicyLimits</code><code>PolicyOptions</code><code>PolicySpamDetection</code>Aresource via: full CRUD (,,,,) with/and the supporting,,, andmodels.</li><li><a href="/docs/reference/api/rules/"><code>Rules</code></a><code>client.rules()</code><code>listEvaluations</code><code>/v3/rules</code>Aresource via: full CRUD plusfor grant rule-evaluation audit records. It handles the nestedlist envelope the API returns.</li><li><a href="/docs/reference/api/lists/"><code>NylasLists</code></a><code>client.lists()</code><code>listItems</code><code>addItems</code><code>removeItems</code><code>NylasList</code><code>NylasListItem</code><code>NylasListType</code><code>ListItemsRequest</code><code>NylasLists.create()</code><code>POST /v3/lists</code><code>CreateNylasListRequest</code><code>name</code><code>type</code><code>description</code>Aresource via: full CRUD plus,, andfor managing list contents, with,,, andmodels.maps towith(,, and optional).</li></ul>(app-level administration,provider only). See.</li></ul></content></item><item><title>Message headers on Send response and new include_basic_headers option</title><link>https://developer.nylas.com/docs/changelogs/2026-05-20-message-headers/</link><guid isPermaLink="true">https://developer.nylas.com/docs/changelogs/2026-05-20-message-headers/</guid><pubDate>Wed, 20 May 2026 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/changelogs/2026-05-20-message-headers/</id><updated>2026-05-20T00:00:00.000Z</updated><content xml:lang="en" type="html"><p><code>include_basic_headers</code><code>Message-ID</code><code>In-Reply-To</code><code>References</code><code>GET /messages/{id}</code>The Send Message endpoint now returns message headers on the response, and a new lightweightoption returns only the three RFC threading headers —,, and. Together these eliminate the secondround-trip that customers previously needed to pull threading data after a send.</p><h2>Added</h2><ul><li><p><strong><a href="/docs/reference/api/messages/send-message/">Send Message</a>Headers on theresponse</strong><strong>synchronous</strong><code>fields=include_headers</code><code>fields=include_basic_headers</code><code>POST /v3/grants/{grant_id}/messages/send</code><code>headers</code><code>send_at</code><code>include_headers</code>— Passoronand Nylas returns the message&apos;sarray on the response. This works forsend only; the parameter has no effect when you set thefield. Supported across Google, Microsoft, EAS, EWS, and IMAP, with the same provider caveats that apply toon Get Message today.</p></li><li><p><strong><code>fields=include_basic_headers</code>option</strong><code>Message-ID</code><code>In-Reply-To</code><code>References</code><code>headers</code>— Returns only,, andin thearray. The new value is available on:</p><p><code>include_headers</code><code>include_basic_headers</code><code>include_headers</code>Use this option when you only need to track message identity and thread relationships. The response is significantly smaller than(full headers can be larger than the message body itself), and EWS returns the threading headers reliably with— whereason EWS only returns headers Nylas generates for MIME.</p><ul><li><a href="/docs/reference/api/messages/send-message/"><code>POST /v3/grants/{grant_id}/messages/send</code></a></li><li><a href="/docs/reference/api/messages/get-messages/"><code>GET /v3/grants/{grant_id}/messages</code></a></li><li><a href="/docs/reference/api/messages/get-messages-id/"><code>GET /v3/grants/{grant_id}/messages/{message_id}</code></a></li></ul></li><li><p><strong><a href="/docs/v3/email/headers-mime-data/">Using email headers and MIME data</a></strong>— Updated with the new option, a provider compatibility matrix, examples for both Get Message and Send Message flows, and a note that the Send response support is sync-only.</p></li></ul></content></item><item><title>Nylas Node.js SDK v8.1.2</title><link>https://developer.nylas.com/docs/changelogs/2026-05-19-nylas-nodejs-v8-1-2/</link><guid isPermaLink="true">https://developer.nylas.com/docs/changelogs/2026-05-19-nylas-nodejs-v8-1-2/</guid><pubDate>Tue, 19 May 2026 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/changelogs/2026-05-19-nylas-nodejs-v8-1-2/</id><updated>2026-05-19T00:00:00.000Z</updated><content xml:lang="en" type="html"><h2>Added</h2><h2>Why this matters</h2><ul><li><p><strong><code>attachments.downloadNodeStream()</code></strong><code>Readable</code><code>stream.pipeline()</code><code>attachments.download()</code><code>ReadableStream&lt;Uint8Array&gt;</code><code>nodejs_compat</code><code>download()</code><a href="/docs/reference/api/attachments/get-attachments-id-download/">Download an attachment</a>— A new convenience helper that returns a Node.jsstream, making attachment downloads work cleanly with, file writes, S3 uploads, and HTTP response streaming. The existingcontinues to return a Webfor Fetch-native runtimes such as Cloudflare Workers (which already requires). TheJSDoc is also updated to accurately describe the Web Stream return type. See.</p></li><li><p><strong><code>fields</code><code>messages.send()</code>query parameter on</strong><code>nylas.messages.send()</code><code>queryParams: { fields }</code><code>MessageFields.INCLUDE_HEADERS</code><code>MessageFields.INCLUDE_BASIC_HEADERS</code><code>headers</code><code>[{ name, value }]</code><a href="/docs/reference/api/messages/send-message/">Send a message</a>—now accepts an optionalargument. Passor the newto receive aarray () on the returned message object. The query parameter is forwarded on both the JSON and multipart (large attachment) request paths. See.</p></li></ul><p><code>Response.body</code><code>downloadNodeStream()</code><code>Message-Id</code><code>fields</code><code>GET /messages/{id}</code>The v8 native Fetch migration movedto the Web Streams API, which is the right cross-runtime primitive but adds friction for Node.js apps that pipe attachment bytes into files, S3, or downstream HTTP responses.gives you a Node-native path without changing the existing Web Stream API or introducing a new runtime requirement. And if you&apos;ve needed to inspect message headers (such asor threading headers) immediately after sending, thequery parameter returns them on the send response so you don&apos;t need a follow-upcall.</p></content></item><item><title>Nylas Node.js SDK v8.1.1</title><link>https://developer.nylas.com/docs/changelogs/2026-05-08-nylas-nodejs-v8-1-1/</link><guid isPermaLink="true">https://developer.nylas.com/docs/changelogs/2026-05-08-nylas-nodejs-v8-1-1/</guid><pubDate>Fri, 08 May 2026 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/changelogs/2026-05-08-nylas-nodejs-v8-1-1/</id><updated>2026-05-08T00:00:00.000Z</updated><content xml:lang="en" type="html"><h2>Fixed</h2><ul><li><strong>Metadata key casing in multipart form-data requests</strong><code>multipart/form-data</code><code>myCustomKey</code><code>my_custom_key</code><code>messages.send()</code><code>drafts.create()</code><code>drafts.update()</code>— When a send or draft payload reached the 3 MB threshold and the SDK switched from JSON to, metadata keys likewere silently rewritten to. The JSON path already preserved the original casing; the form-data path now matches it across,, and. If you store metadata you intend to read back verbatim, upgrade to pick this up.</li></ul></content></item><item><title>Nylas Java SDK v2.16.0</title><link>https://developer.nylas.com/docs/changelogs/2026-05-07-nylas-java-v2-16-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/changelogs/2026-05-07-nylas-java-v2-16-0/</guid><pubDate>Thu, 07 May 2026 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/changelogs/2026-05-07-nylas-java-v2-16-0/</id><updated>2026-05-07T00:00:00.000Z</updated><content xml:lang="en" type="html"><h2>Added</h2><h2>Fixed</h2><ul><li><strong><a href="/docs/reference/api/events/">events</a>Expandedcoverage</strong><ul><li><code>EventResource</code><code>email</code><code>name</code><code>resources</code><code>Event</code><code>CreateEventRequest</code><code>UpdateEventRequest</code>Newmodel (,) and afield on,, and.</li><li><code>textDescription</code><code>Event</code><code>CreateEventRequest</code><code>UpdateEventRequest</code>field on,, and.</li><li><code>ListEventQueryParams.eventType</code><code>List&lt;EventType&gt;</code>now accepts aso you can filter by multiple event types in a single call.</li><li><code>select</code><code>tentativeAsBusy</code><code>ListEventQueryParams</code><code>FindEventQueryParams</code><code>CreateEventQueryParams</code><code>UpdateEventQueryParams</code>andquery params on,,, and.</li><li><code>skipNylasEmail</code><code>SendRsvpQueryParams</code><a href="/docs/reference/api/events/send-rsvp/">sending an RSVP</a>onforwithout the Nylas-generated email reply.</li><li><code>EventNotetaker.MeetingSettings</code><code>EventNotetakerRequest.MeetingSettings</code><code>actionItems</code><code>summary</code><code>leaveAfterSilenceSeconds</code><code>transcriptionSettings</code>Expandedandwith,,, and(plus the nested settings classes those reference).</li></ul>— broader support across the events resource:</li><li><strong><a href="/docs/reference/api/messages/get-messages/">messages</a>Searchby metadata pair</strong><code>ListMessagesQueryParams</code><code>metadataPair</code><code>ListEventQueryParams</code><code>null</code>—now supports amap, matching the existing pattern on. The field is optional and defaults to, so the change is backward compatible.</li><li><strong><code>color_id</code>Google Calendaron events</strong><code>color_id</code><a href="https://github.com/burtonrhodes">@burtonrhodes</a>— events on Google Calendar grants expose thefield for setting and reading event colors. Thanks tofor the contribution.</li></ul><ul><li><strong>Events exception parsing</strong>— corrected a parsing error when handling event-exception responses from the events API.</li><li><strong>URL-encoded thread IDs</strong><a href="https://github.com/SAY-5">@SAY-5</a>— thread IDs that contain reserved characters are now URL-encoded in request paths instead of being interpolated raw. Thanks tofor the contribution.</li><li><strong><code>Configuration.participants</code>Schedulerdefault</strong><code>participants</code><code>null</code><code>NullPointerException</code><a href="https://github.com/SAY-5">@SAY-5</a>—defaults to an empty list instead of, removing awhen building configurations without participants. Thanks tofor the contribution.</li><li><strong><a href="/docs/reference/api/folders/get-folder/">Folder</a><code>select</code>responses with</strong><code>Folder.id</code><code>Folder.grantId</code><code>select</code>—andno longer crash deserialization when thequery parameter omits them. Both fields fall back to an empty string when absent.</li></ul></content></item><item><title>Nylas React SDK v3.2.5 and Web Elements v2.5.6</title><link>https://developer.nylas.com/docs/changelogs/2026-05-05-javascript-nylas-react-v3-2-5/</link><guid isPermaLink="true">https://developer.nylas.com/docs/changelogs/2026-05-05-javascript-nylas-react-v3-2-5/</guid><pubDate>Tue, 05 May 2026 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/changelogs/2026-05-05-javascript-nylas-react-v3-2-5/</id><updated>2026-05-05T00:00:00.000Z</updated><content xml:lang="en" type="html"><h2>Updated</h2><h2>Improved</h2><h2>Fixed</h2><ul><li><code>@nylas/web-elements</code>Upgradedto v2.5.6.</li></ul><ul><li><code>&lt;nylas-scheduling&gt;</code>Expanded localized copy inso the language dropdown, date labels, and empty-state messages render correctly in every supported browser language.</li></ul><ul><li><code>configurationId</code>Fixed date picker and time slot clicks not working in the scheduler when authentication props (such as) were set after the component mounted — for example, when passing props through a React wrapper. Clicking a date or time slot now works regardless of when auth props are applied. This regression was introduced in v2.5.0.</li><li><code>schedulerApiUrl</code><code>&lt;nylas-scheduling&gt;</code><code>schedulerApiUrl</code>Fixedbeing ignored on a full page refresh when usingthrough a React wrapper, which caused the scheduler to call the default API region instead of the one you configured (for example, EU). The scheduler now readsafter React applies props, so the correct region is used on both client-side navigation and hard refreshes.</li></ul></content></item><item><title>Nylas Node.js SDK v8.1.0</title><link>https://developer.nylas.com/docs/changelogs/2026-05-05-nylas-nodejs-v8-1-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/changelogs/2026-05-05-nylas-nodejs-v8-1-0/</guid><pubDate>Tue, 05 May 2026 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/changelogs/2026-05-05-nylas-nodejs-v8-1-0/</id><updated>2026-05-05T00:00:00.000Z</updated><content xml:lang="en" type="html"><h2>Added</h2><h2>Why this matters</h2><ul><li><p><strong>Agent Accounts SDK support</strong><a href="/docs/v3/agent-accounts/">Agent Accounts</a>— Three new top-level resources cover theadmin surface end-to-end:</p><ul><li><code>nylas.policies</code><code>list</code><code>find</code><code>create</code><code>update</code><code>destroy</code><a href="/docs/reference/api/policies/">Policies</a>—,,,,forthat define attachment limits, retention, spam settings, and linked rules.</li><li><code>nylas.rules</code><code>list</code><code>find</code><code>create</code><code>update</code><code>destroy</code><code>listEvaluations({ identifier })</code><a href="/docs/reference/api/rules/list-rule-evaluations/">rule-evaluations audit trail</a>—,,,,, plusfor the per-grant.</li><li><code>nylas.lists</code><code>list</code><code>find</code><code>create</code><code>update</code><code>destroy</code><code>listItems</code><code>addItems</code><code>removeItems</code><code>in_list</code><a href="/docs/reference/api/lists/">Lists</a>—,,,,, plus,,for thethat rules reference with theoperator.</li></ul></li><li><p><strong><code>customAuthentication</code>Provision Agent Accounts through</strong><code>nylas.auth.customAuthentication()</code><code>provider: &apos;nylas&apos;</code><code>CreateAgentAccountSettings</code><code>email</code><code>policyId</code><code>appPassword</code><a href="/docs/v3/auth/bring-your-own-authentication/">Bring Your Own Authentication</a>—now accepts the newvariant and a typedpayload (, optional, optional). Use it to create a Nylas-hosted mailbox on a domain you&apos;ve registered with Nylas — no OAuth refresh token required. See.</p></li><li><p><strong>Large attachment upload sessions</strong><strong>150 MB</strong><code>nylas.attachments</code>— Two new methods onimplement the resumable upload flow for attachments up toon Microsoft grants:</p><p><a href="/docs/v3/email/send-large-attachments/">Send large attachments</a>Sessions expire one hour after creation, so plan your send to occur inside that window. Seefor the full four-step flow with code samples.</p><ul><li><code>createUploadSession({ identifier, requestBody })</code><code>PUT</code>returns a pre-signed Google Cloud Storage URL that youthe file bytes to directly.</li><li><code>completeUploadSession({ identifier, attachmentId })</code><code>attachmentId</code><code>attachments: [{ id: attachmentId }]</code>finalizes the upload after the file has been transferred. Once complete, reference thein any send or draft request via.</li></ul></li></ul><p>If you&apos;re building agentic email and calendar workflows, you can now manage every part of the Agent Accounts admin contract — policies, rules, lists, and provisioning — with typed SDK methods instead of hand-rolled HTTP calls. And if you&apos;ve been blocked on the 3 MB JSON or 25 MB multipart limit for sending attachments, the new upload-session methods unlock 150 MB attachments on Microsoft mailboxes through a clean two-call pattern.</p></content></item><item><title>Security notice screen for Sandbox auth</title><link>https://developer.nylas.com/docs/changelogs/2026-05-01-sandbox-auth-security-screen/</link><guid isPermaLink="true">https://developer.nylas.com/docs/changelogs/2026-05-01-sandbox-auth-security-screen/</guid><pubDate>Fri, 01 May 2026 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/changelogs/2026-05-01-sandbox-auth-security-screen/</id><updated>2026-05-01T00:00:00.000Z</updated><content xml:lang="en" type="html"><p><strong>I understand, continue</strong>Users authenticating with a Nylas Sandbox application now see a security notice before being redirected to Nylas Hosted Authentication. The screen tells the user what they&apos;re about to grant, calls out that proceeding could give the application developer read, write, and delete access to their email, calendar, and contacts (depending on requested scopes), and offers a one-click way to report the application to the Nylas security team. Users continue the flow by clicking.</p><p><img src="/_images/auth/sandbox-security-screen.png" alt="The new Sandbox security notice screen shown before Nylas Hosted Authentication. The screen includes a Security Notice callout, a Report to Nylas button, an explanation of what permissions are being requested, and an &apos;I understand, continue&apos; button." style="max-width:420px;display:block;margin:1.5rem auto 0;border-radius:0.375rem;border:1px solid hsl(var(--border, 0 0% 89.8%));"/></p><h2>Added</h2><h2>Not affected</h2><ul><li><strong>Security notice screen on Sandbox auth</strong><strong>Report to Nylas</strong>— Shown once before the provider redirect for any grant created against a Sandbox application. The screen surfaces the application&apos;s identity, the permissions being requested, and aaction that submits the application details directly to the Nylas security team — no email needed. No code changes are required on your end — the screen renders as part of the existing hosted auth flow.</li></ul><ul><li><strong>Production, Staging, and Development applications</strong>— The security notice does not appear for any paid application tier.</li><li><strong>Nylas Shared GCP App</strong>— Users authenticating through the shared Google app do not see the notice.</li></ul></content></item><item><title>New: Notetaker transcription language hints</title><link>https://developer.nylas.com/docs/changelogs/2026-04-30-notetaker-language-hints/</link><guid isPermaLink="true">https://developer.nylas.com/docs/changelogs/2026-04-30-notetaker-language-hints/</guid><pubDate>Thu, 30 Apr 2026 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/changelogs/2026-04-30-notetaker-language-hints/</id><updated>2026-04-30T00:00:00.000Z</updated><content xml:lang="en" type="html"><p><code>expected_languages</code><code>language</code>Notetaker now accepts optional language hints when transcribing meetings. Use them when your users consistently speak one or more languages and Notetaker&apos;s automatic language detection has been mis-identifying them — for example, Portuguese being transcribed as Spanish, or a single-language meeting bouncing between detected codes. Settingeither narrows what the auto-detector picks between (when you pass multiple codes) or forces a single language (when you pass one). Transcripts also now include afield with the detected code, so downstream pipelines can branch on it without re-running detection.</p><p><em>declaration</em>This is a languagefeature, not translation. Notetaker doesn&apos;t translate transcripts or force code switching — the hints just constrain the candidate set so the recognizer doesn&apos;t have to guess across every supported language.</p><h2>Added</h2><ul><li><p><strong><code>meeting_settings.transcription_settings</code></strong><strong>force a single language</strong><strong>narrow auto-detect</strong><code>expected_languages</code><code>fallback_language</code><code>auto</code><code>expected_languages</code><code>expected_languages</code><code>fallback_language</code><code>expected_languages</code><code>transcription</code><code>true</code><a href="/docs/v3/notetaker/#supported-language-codes">supported language codes</a>— Optional object with(required when the object is non-empty; an array of one or more) and(optional; eitheror one of the codes already in). To, pass one code in. To, pass two or more. Whenis omitted, Notetaker picks one frombased on detection confidence.must befor the hints to take effect.</p></li><li><p><strong><code>meeting_settings</code>Available whereveris accepted</strong><a href="/docs/reference/api/notetaker/invite-notetaker/"><code>POST</code></a><a href="/docs/reference/api/notetaker/update-notetaker/"><code>PATCH</code></a><a href="/docs/reference/api/standalone-notetaker/invite-standalone-notetaker/">standalone</a><code>transcription_settings: null</code><code>{}</code>— Set on individual Notetakers (/, grant-based or), on calendars (so all matching events inherit the setting), or on individual events (which override anything inherited from the calendar). Sendorto clear inherited hints and return to default automatic language detection.</p></li><li><p><strong><code>language</code>field on transcripts</strong><code>language</code><code>speaker_labelled</code><code>raw</code><a href="/docs/v3/notetaker/#supported-language-codes">code</a><a href="/docs/v3/notetaker/media-handling/#transcript-format">Handling Notetaker media files</a>— Notetaker&apos;s transcript JSON now includes a top-levelfield with theof the language the recognizer detected. The field appears on bothandtranscripts. Seefor sample payloads.</p></li><li><p><strong><a href="/docs/v3/notetaker/#set-transcription-languages">Set transcription languages guide</a></strong>— Full coverage of expected vs. fallback semantics, how clearing inherited hints works, and the complete list of supported codes.</p></li></ul></content></item><item><title>Idempotent send requests</title><link>https://developer.nylas.com/docs/changelogs/2026-04-28-idempotent-send/</link><guid isPermaLink="true">https://developer.nylas.com/docs/changelogs/2026-04-28-idempotent-send/</guid><pubDate>Tue, 28 Apr 2026 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/changelogs/2026-04-28-idempotent-send/</id><updated>2026-04-28T00:00:00.000Z</updated><content xml:lang="en" type="html"><p><code>Idempotency-Key</code>Nylas&apos;s send endpoints now accept anheader, so you can retry a send without delivering the same message twice. Generate a unique key per logical send (a UUID v4 works well), and Nylas caches the response — success or error — for 1 hour. This is the cornerstone for any send pipeline that retries automatically: workflow engines, background queues that redeliver on worker crash, or client code that retries after a network failure.</p><h2>Added</h2><ul><li><p><strong><code>Idempotency-Key</code>header on send endpoints</strong><a href="/docs/reference/api/messages/send-message/"><code>POST /v3/grants/{grant_id}/messages/send</code></a><a href="/docs/reference/api/transactional-send/send-transactional-email/"><code>POST /v3/domains/{domain_name}/messages/send</code></a>— Bothand the Betaaccept the header. Keys are up to 256 characters and valid for 1 hour. Grant-based send is scoped per grant; transactional send is scoped per Nylas application (so the same key collides across all verified domains in an application).</p></li><li><p><strong>Cached-response detection</strong><code>Idempotent-Response: true</code>— When a retry hits the cache, Nylas returns the original response body and status code with theheader set. The first request through a key never has this header, so you can tell whether the provider was actually contacted on this request.</p></li><li><p><strong>New error responses</strong><code>400 api.invalid_idempotency_key</code><code>409 api.invalid_idempotent_request</code><code>409 api.concurrent_idempotent_request</code>—for keys longer than 256 characters;when a key is reused with a different request payload;when a request with the same key is already in flight. Error bodies follow the standard Nylas error shape.</p></li><li><p><strong><a href="/docs/v3/email/idempotent-send/">Idempotent send requests guide</a></strong>— Full coverage of key requirements, TTL, scoping rules, the retry decision matrix (when to reuse the same key vs. generate a new one), and the limitation that idempotency is enforced at the Nylas layer only — keys are not propagated to downstream providers.</p></li></ul></content></item><item><title>Nylas Web Elements v2.5.5</title><link>https://developer.nylas.com/docs/changelogs/2026-04-27-javascript-nylas-web-elements-v2-5-5/</link><guid isPermaLink="true">https://developer.nylas.com/docs/changelogs/2026-04-27-javascript-nylas-web-elements-v2-5-5/</guid><pubDate>Mon, 27 Apr 2026 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/changelogs/2026-04-27-javascript-nylas-web-elements-v2-5-5/</id><updated>2026-04-27T00:00:00.000Z</updated><content xml:lang="en" type="html"><h2>Fixed</h2><ul><li><code>configurationId</code>Fixed date picker and time slot clicks not working in the scheduler when authentication props (such as) were set after the component mounted — for example, when passing props through a React wrapper. Clicking a date or time slot now works regardless of when auth props are applied. This regression was introduced in v2.5.0.</li><li><code>schedulerApiUrl</code><code>&lt;nylas-scheduling&gt;</code><code>schedulerApiUrl</code>Fixedbeing ignored on a full page refresh when usingthrough a React wrapper, which caused the scheduler to call the default API region instead of the one you configured (for example, EU). The scheduler now readsafter React applies props, so the correct region is used on both client-side navigation and hard refreshes.</li></ul></content></item><item><title>Nylas Python SDK v6.15.0</title><link>https://developer.nylas.com/docs/changelogs/2026-04-24-nylas-python-v6-15-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/changelogs/2026-04-24-nylas-python-v6-15-0/</guid><pubDate>Fri, 24 Apr 2026 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/changelogs/2026-04-24-nylas-python-v6-15-0/</id><updated>2026-04-24T00:00:00.000Z</updated><content xml:lang="en" type="html"><h2>Added</h2><h2>Fixed</h2><ul><li><p><strong>Transactional Send</strong><code>client.transactional_send.send(domain_name, request_body, …)</code><code>POST /v3/domains/{domain_name}/messages/send</code><code>messages.send</code><code>from_</code><code>from</code><a href="/docs/v3/getting-started/transactional-send/">Transactional Send quickstart</a><a href="/docs/reference/api/transactional-send/send-transactional-email/">API reference</a>— Newtargets. Behavior aligns with grant:serializes to, requests switch from JSON to multipart once attachments cross the 3 MB threshold, and stream attachments are base64-encoded for JSON sends. See theand the.</p></li><li><p><strong>Manage Domains API</strong><code>client.domains</code><code>/v3/admin/domains</code><code>list</code><code>create</code><code>find</code><code>update</code><code>destroy</code><code>get_info</code><code>verify</code><a href="/docs/v3/email/domains/">Manage Domains guide</a>— Newresource forwith,,,,,, and. Use it to programmatically register and verify custom domains for Transactional Send and Agent Accounts. See the.</p></li><li><p><strong>Nylas service account request signing</strong><code>ServiceAccountSigner</code><code>nylas.handler.service_account</code><code>signer</code><code>Domains</code><code>X-Nylas-Kid</code><code>X-Nylas-Nonce</code><code>X-Nylas-Timestamp</code><code>X-Nylas-Signature</code><code>cryptography</code>— Newin, plus an optionalargument on everymethod. When a signer is provided the SDK attaches,,, andheaders, using canonical JSON so the signed bytes match what&apos;s sent on the wire. Addsas a dependency.</p></li><li><p><strong>Policies API</strong><code>client.policies</code><code>/v3/policies</code><code>options</code><code>limits</code><code>spam_detection</code><a href="/docs/v3/agent-accounts/policies-rules-lists/">Agent Account</a>— Newresource exposes full CRUD againstwith typed models for query params, create/update bodies, and nested response data (,,). Policies are the container that governs which Rules and Lists apply to an.</p></li><li><p><strong>Rules API</strong><code>client.rules</code><code>list</code><code>create</code><code>find</code><code>update</code><code>destroy</code><a href="/docs/changelogs/2026-04-17-outbound-rules/">outbound rules</a><a href="/docs/reference/api/rules/create-rule/">Rules API reference</a>— Newnamespace covers the full Rules surface:,,,,, and list rule evaluations. Works with the recently addedand recipient-based conditions. See the.</p></li><li><p><strong>Lists API</strong><code>client.lists</code><code>in_list</code>— Newresource with full list CRUD and list-item operations: list, create, find, update, delete lists; list, add, and remove list items. Use a single managed allow-list or deny-list across both inbound and outbound Rules via theoperator.</p></li></ul><ul><li><strong><code>ListGrantsQueryParams</code>camelCase keys</strong><code>sortBy</code><code>orderBy</code><code>grantStatus</code><code>sort_by</code><code>order_by</code><code>grant_status</code>—,, andwere being sent to the API as-is and silently ignored. They&apos;re now normalized to,, andat serialization time. Type hints prefer snake_case going forward, and the camelCase fields are kept as deprecated aliases for backwards compatibility.</li></ul></content></item><item><title>Send large attachments up to 150MB (Beta)</title><link>https://developer.nylas.com/docs/changelogs/2026-04-22-large-attachments-beta/</link><guid isPermaLink="true">https://developer.nylas.com/docs/changelogs/2026-04-22-large-attachments-beta/</guid><pubDate>Wed, 22 Apr 2026 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/changelogs/2026-04-22-large-attachments-beta/</id><updated>2026-04-22T00:00:00.000Z</updated><content xml:lang="en" type="html"><p><strong>attachments up to 150MB</strong><code>attachments</code><code>attachment_id</code><a href="/docs/reference/api/messages/send-message/">Send Message endpoint</a>Nylas now supports sendingon Microsoft (Outlook and Exchange Online) grants, using a new pre-upload flow that&apos;s separate from the standardarray. The existingcaps request bodies at 3MB for JSON (or 25MB multipart). For larger files, you can now upload once to Nylas-managed storage, then reference the resultingin your send request.</p><h2>Added</h2><h2>Limits and caveats</h2><ul><li><p><strong><code>POST /v3/grants/{grant_id}/attachment-uploads</code></strong><a href="/docs/reference/api/attachments/create-attachment-upload-session/">Create an upload session</a><code>PUT</code><code>size</code>.. Returns a pre-signed Google Cloud Storage URL youthe file bytes to directly. No Nylas authorization header is required on the upload itself. Seton the request (optional but recommended) so Nylas can verify the uploaded bytes match at completion.</p></li><li><p><strong><code>POST /v3/grants/{grant_id}/attachment-uploads/{attachment_id}/complete</code></strong><a href="/docs/reference/api/attachments/complete-attachment-upload-session/">Finalize the session</a><code>ready</code><code>{ &quot;id&quot;: &quot;&lt;attachment_id&gt;&quot; }</code><code>attachments</code>.after the file is uploaded. Nylas verifies the upload succeeded and marks the attachment. After this, reference the attachment in a send or draft by passingin thearray.</p></li><li><p><strong>Inline large attachments</strong><code>content_id</code><code>cid:{content_id}</code>. Seton the attachment entry and reference it asin the message body. Nylas treats the attachment as inline when both conditions are met.</p></li><li><p><strong><a href="/docs/v3/email/send-large-attachments/">Send large attachments guide</a></strong>. Full walk-through of the 4-step flow, Exchange Online PowerShell prerequisites, error matrix, and status lifecycle.</p></li></ul><ul><li><strong>Maximum file size:</strong><code>157286400</code>150MB (bytes) per attachment.</li><li><strong>Session expiry:</strong>1 hour from creation. The uploaded file is deleted from storage when the session expires, so complete the send inside that window.</li><li><strong>Providers:</strong><code>401 Unauthorized</code>Microsoft only. Google, IMAP, Yahoo, iCloud, and EWS grants are rejected with a.</li><li><strong>Microsoft scopes:</strong><code>Mail.Send</code><code>Mail.ReadWrite</code><code>Mail.ReadWrite.Shared</code>At least one of,, or.</li><li><strong>Exchange Online message size:</strong><code>Set-Mailbox -MaxSendSize 150MB -MaxReceiveSize 150MB</code><code>Set-TransportConfig</code>Default is 35MB (36MB receive). Raise it to 150MB viaorbefore sending large attachments. This limit is enforced by Microsoft, not Nylas. Nylas accepting the upload does not guarantee Exchange will deliver it.</li><li><strong>SDK support:</strong>REST API only for this beta. The Nylas Node.js, Python, Ruby, Java, and Kotlin SDKs will add helper methods before general availability.</li></ul><div class="admonition info"><p><strong>Beta.</strong>The attachment-uploads endpoints are marked beta. Shapes and semantics may change before general availability.</p></div></content></item><item><title>Outbound restrictions for Agent Accounts</title><link>https://developer.nylas.com/docs/changelogs/2026-04-17-outbound-rules/</link><guid isPermaLink="true">https://developer.nylas.com/docs/changelogs/2026-04-17-outbound-rules/</guid><pubDate>Fri, 17 Apr 2026 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/changelogs/2026-04-17-outbound-rules/</id><updated>2026-04-17T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>You can now put guardrails on what your Agent Accounts send. Rules — previously an inbound-only feature — run on outbound mail as well, so an autonomous agent can&apos;t email recipients you don&apos;t want it to reach. Block sends to a competitor domain, prevent outreach to anything but a vetted allow-list, archive sent copies from specific vendors, or star every reply the agent produces. Everything the agent would have sent to a blocked recipient is rejected before it leaves Nylas, so no message is delivered and no sent copy is stored.</p><h2>Added</h2><ul><li><p><strong><code>trigger: outbound</code>on Rules</strong><code>trigger: &quot;outbound&quot;</code><code>block</code><code>mark_as_spam</code><code>archive</code><code>mark_as_read</code><code>mark_as_starred</code><code>assign_to_folder</code><code>trash</code><a href="/docs/v3/agent-accounts/policies-rules-lists/#outbound-rules">Policies, Rules, and Lists</a><a href="/docs/reference/api/rules/create-rule/">Rules API reference</a>— Rules now evaluate on sends as well as on received mail. Setwhen you create a rule to run it before the message is submitted to the email provider. An outbound rule with aaction rejects the send with HTTP 403 — nothing is delivered and no sent copy is stored. Non-blocking actions (,,,,,) apply to the stored sent copy after a successful send. Inbound and outbound rules are isolated, so stored sent copies aren&apos;t re-evaluated against inbound rules. Outbound evaluation is application-scoped for Agent Account sends today, while policy linkage controls inbound rule evaluation. Seeand the.</p></li><li><p><strong>Recipient-based conditions</strong><code>recipient.address</code><code>recipient.domain</code><code>recipient.tld</code><code>is_not</code><code>is</code><code>is_not</code><code>contains</code><code>in_list</code><code>in_list</code>— Three new condition fields for outbound rules:,, and. They match against any recipient on the send, including To, CC, BCC, and SMTP envelope recipients, which makes them useful for DLP rules that need to catch hidden recipients too.only matches when no recipient matches the value. The existing operators (,,,) all work, andreferences the same List resources used by inbound rules — so one managed allow-list or deny-list can cover both sides.</p></li><li><p><strong><code>outbound.type</code>condition</strong><code>compose</code><code>reply</code><code>reply</code><code>reply_to_message_id</code><code>In-Reply-To</code><code>References</code><code>is</code><code>is_not</code><code>contains</code><code>in_list</code>— A new field that classifies the send as(a brand-new message) or(a reply on an existing thread). A send is classified aswhen the API request includes, or when the raw MIME containsorheaders. Onlyandare valid operators on this field;andare rejected. Values are normalized to lowercase on write. Useful for rules like &quot;only let the agent respond to threads it&apos;s already part of&quot; or &quot;star every outbound reply.&quot;</p></li></ul><div class="admonition info"><p><strong>Beta.</strong>The Rules API, including the new outbound trigger and condition fields, remains in beta alongside Agent Accounts. Shapes and semantics may change before general availability.</p></div></content></item><item><title>Nylas Agent Accounts (Beta)</title><link>https://developer.nylas.com/docs/changelogs/2026-04-16-agent-accounts-beta/</link><guid isPermaLink="true">https://developer.nylas.com/docs/changelogs/2026-04-16-agent-accounts-beta/</guid><pubDate>Thu, 16 Apr 2026 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/changelogs/2026-04-16-agent-accounts-beta/</id><updated>2026-04-16T00:00:00.000Z</updated><content xml:lang="en" type="html"><div class="admonition info"><p><strong>Replaces the Inbound beta.</strong><a href="/docs/v3/getting-started/agent-accounts/">Agent Accounts quickstart</a>Agent Accounts is the productized successor to the Inbound beta. Existing Inbound grants continue to work — start with the.</p></div><div class="admonition info"><p><strong>Beta.</strong><code>Nylas (Agent Account)</code>Agent Accounts, the Policies / Rules / Lists APIs, and theBYO Auth variant are all marked beta. Shapes and semantics may change before general availability.</p></div><h2>Added</h2><ul><li><p><strong>Agent Accounts</strong><code>name@company.com</code><code>grant_id</code><a href="/docs/v3/agent-accounts/">Agent Accounts overview</a><a href="/docs/v3/getting-started/agent-accounts/">quickstart</a>— A new grant type for agents that need their own identity instead of access to a human&apos;s inbox. An Agent Account is a realmailbox that sends and receives mail, hosts and responds to calendar events, and uses the samecontract as any connected account — so every existing Messages, Drafts, Threads, Folders, Calendars, Events, and Webhooks endpoint works against it with no new concepts. See theand the.</p></li><li><p><strong>Provisioning through CLI, Dashboard, or API</strong><code>nylas agent create</code><code>POST /v3/connect/custom</code><code>Nylas (Agent Account)</code><code>email</code><code>policy_id</code><code>app_password</code><a href="/docs/v3/agent-accounts/provisioning/">Provisioning and domains</a>— Create an Agent Account with, through the Dashboard, or by callingwith the newvariant. The variant accepts,, and an optionalso the same mailbox can be reached from an IMAP or SMTP client as well as the API. See.</p></li><li><p><strong>Policies, Rules, and Lists</strong>— 13 new API operations for configuring agent behavior at the mailbox level. Policies define what an agent can do, Rules apply conditional logic to inbound and outbound messages, and Lists hold the values that rules reference (allow-lists, deny-lists, VIP senders, quarantine domains). All operations live under the Administration section and are marked beta:</p><ul><li><strong>Policies</strong><code>POST</code><code>GET</code><code>GET /{id}</code><code>PUT /{id}</code><code>DELETE /{id}</code><code>/v3/policies</code>—,,,,under</li><li><strong>Rules</strong><code>POST</code><code>GET</code><code>GET /{id}</code><code>PUT /{id}</code><code>DELETE /{id}</code><code>/v3/rules</code>—,,,,under</li><li><strong>Lists</strong><code>POST</code><code>GET</code><code>GET /{id}</code><code>PUT /{id}</code><code>DELETE /{id}</code><code>/v3/lists</code><code>POST</code><code>GET</code><code>DELETE</code><code>/v3/lists/{id}/items</code>—,,,,under, plus,, andfor list items at</li></ul></li><li><p><strong>Rule evaluations audit trail</strong><code>GET /v3/grants/{grant_id}/rule-evaluations</code>—returns a time-ordered record of every rule that fired on a grant, including the matched conditions and the action taken. Use it to debug why a message was blocked, routed, or modified.</p></li><li><p><strong>Mail client access (IMAP and SMTP)</strong><code>app_password</code><a href="/docs/v3/agent-accounts/mail-clients/">Mail clients</a>— Set anon an Agent Account to connect it from a standard mail client. Thepage documents host and port configuration, folder mapping, and the bidirectional-sync behavior between Nylas and the connected client.</p></li><li><p><strong>Supported endpoints reference</strong><a href="/docs/v3/agent-accounts/supported-endpoints/">Supported endpoints</a>— Thepage lists every API endpoint and webhook trigger that works on an Agent Account grant, plus the small set that explicitly doesn&apos;t (Scheduler, Notetaker, and a handful of provider-only features).</p></li><li><p><strong>AI-agent onboarding split by identity model</strong><em>Pick an identity model</em>— The getting-started section now distinguishes between pointing an agent at a human&apos;s inbox (Share your email / Share your calendar) and giving the agent its own identity (Give your agent its own email / Give your agent its own calendar). The CLI quickstart opens with a shortdecision section so you land on the right path immediately.</p></li><li><p><strong>Scheduling-agent tutorial</strong><a href="/docs/cookbook/use-cases/act/scheduling-agent-with-dedicated-identity/">Scheduling agent with a dedicated identity</a>— A full end-to-end use-case walkthrough undercovers webhook setup, LLM parsing of inbound requests, free/busy checks against the agent&apos;s own calendar, event creation, and RSVP tracking.</p></li><li><p><strong>Recipes</strong><code>/docs/cookbook/agent-accounts/</code><a href="/docs/cookbook/agent-accounts/sign-up-for-a-service/">Sign an agent up for a third-party service</a><a href="/docs/cookbook/agent-accounts/extract-otp-code/">Extract an OTP or 2FA code from an agent&apos;s inbox</a>— Two short how-tos under:and.</p></li></ul></content></item><item><title>Webhook delivery and notification updates</title><link>https://developer.nylas.com/docs/changelogs/2026-04-16-webhook-notifications/</link><guid isPermaLink="true">https://developer.nylas.com/docs/changelogs/2026-04-16-webhook-notifications/</guid><pubDate>Thu, 16 Apr 2026 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/changelogs/2026-04-16-webhook-notifications/</id><updated>2026-04-16T00:00:00.000Z</updated><content xml:lang="en" type="html"><h2>Added</h2><h2>Fixed</h2><ul><li><p><strong>Compressed webhook delivery</strong><code>compressed_delivery</code><code>true</code>— Webhook destinations, Amazon SNS channels, and Google Pub/Sub channels now accept aboolean on create and update. When set to, Nylas gzip-compresses the JSON payload before sending it. Two reasons to turn it on:</p><p><a href="/docs/reference/api/webhook-notifications/post-webhook-destinations/">webhook destinations</a><a href="/docs/v3/notifications/sns-channel/">SNS channels</a><a href="/docs/v3/notifications/pubsub-channel/">Pub/Sub channels</a>Configure it on,, or.</p><ul><li><strong>Avoids SNS&apos;s 256 KB payload limit.</strong>Uncompressed notifications with long message bodies or large headers can be truncated; compressed delivery keeps them under the cap.</li><li><strong>Bypasses WAF rules that block HTML in request bodies.</strong><code>body</code>Some firewalls reject notifications because thefield contains raw HTML; gzipped payloads no longer trip those rules.</li></ul></li><li><p><strong><code>message.created.cleaned</code>webhook trigger</strong><a href="/docs/v3/email/parse-messages/">Clean Conversations</a><a href="/docs/reference/notifications/messages/message-created-cleaned/">notification schema</a><a href="/docs/v3/email/parse-messages/">parse-messages guide</a><code>body</code><code>message.created.cleaned.transformed</code><code>message.created.cleaned.truncated</code><code>message.created.cleaned.transformed.truncated</code><code>message.created.cleaned</code>— A new trigger for projects using. When subscribed, Nylas cleans inbound messages during sync and delivers the cleaned markdown in the webhook payload&apos;sfield instead of the original HTML — no extra API call required. The trigger composes with the existing suffixes, so you may receive,, or. Subscribe once toand handle the suffix variants in your webhook processor. See theand thefor the end-to-end flow.</p></li></ul><ul><li><strong>IMAP sync completed notification schema</strong><code>integartion_id</code><code>integration_id</code>— The notification reference for IMAP sync completed previously listed the field as. The actual webhook payload has always shipped; only the schema docs and example payload carried the typo. Both are now corrected.</li></ul></content></item><item><title>Nylas React SDK v3.2.3 and Web Elements v2.5.3</title><link>https://developer.nylas.com/docs/changelogs/2026-04-13-javascript-nylas-react-v3-2-3/</link><guid isPermaLink="true">https://developer.nylas.com/docs/changelogs/2026-04-13-javascript-nylas-react-v3-2-3/</guid><pubDate>Mon, 13 Apr 2026 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/changelogs/2026-04-13-javascript-nylas-react-v3-2-3/</id><updated>2026-04-13T00:00:00.000Z</updated><content xml:lang="en" type="html"><h2>Added</h2><h2>Updated</h2><h2>Fixed</h2><ul><li><code>?lang=</code><code>defaultLanguage</code>The scheduler now automatically detects the user&apos;s browser language and displays localized content when a supported language is available. Previously, localization required explicitly setting theURL parameter orprop.</li><li>The Page Styles section in the scheduler editor now renders translated labels by default. Labels for &quot;Company logo URL&quot;, &quot;Primary color&quot;, &quot;Submit button label&quot;, and &quot;Thank you message&quot; are available in all supported languages (en, es, fr, de, sv, zh, ja, nl, ko). The color picker placeholder is also translated.</li></ul><ul><li><code>@nylas/web-elements</code>Upgradedto v2.5.3.</li></ul><ul><li><code>schedulerApiUrl</code><code>schedulerApiUrl</code>Fixednot being applied before the connector&apos;s first API call when using React wrappers on a full page refresh. The connector now syncs the latestprop value before every data fetch, ensuring EU and other non-US regions work correctly regardless of prop timing.</li><li><code>?</code><code>&amp;</code><code>confirmationRedirectUrl</code>Fixed confirmation redirect URL incorrectly appending query parameters withinstead ofwhen thealready contains existing query parameters. URLs with pre-existing parameters (e.g., JWT tokens) now correctly preserve all original query parameters.</li><li><code>rescheduleBookingRef</code><code>cancelBookingRef</code><code>bookingRefExtracted</code>Fixed deferred initialization whenoris set via JavaScript after mount (CDN/vanilla HTML pattern). Watch handlers now emit theevent, include error handling for malformed booking refs, and properly coordinate with the base provider during deferred init.</li></ul></content></item><item><title>API Reference: Nullable field corrections</title><link>https://developer.nylas.com/docs/changelogs/2026-04-09-api-nullable-fields/</link><guid isPermaLink="true">https://developer.nylas.com/docs/changelogs/2026-04-09-api-nullable-fields/</guid><pubDate>Thu, 09 Apr 2026 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/changelogs/2026-04-09-api-nullable-fields/</id><updated>2026-04-09T00:00:00.000Z</updated><content xml:lang="en" type="html"><h2>Fixed</h2><p><code>null</code><code>boolean</code><code>string</code><code>integer</code><code>array</code><code>null</code>Updated OpenAPI specs to correctly document fields that can returnfrom the API. Previously these were typed as plain,,, or, which caused typed client generation to break whenvalues appeared.</p><p><code>null</code><code>null</code><code>false</code>For each nullable field, the description now explains whatmeans and what default to treat it as (for example, &quot;treatthe same as&quot;).</p><h3>Scheduler API (8 fields)</h3><h3>Events API (5 fields)</h3><h3>Contacts API (6 fields)</h3><h3>Availability / Free-Busy (3 fields)</h3><h3>Attachments API</h3><ul><li><code>event_booking.disable_emails</code><code>hide_participants</code><code>notify_participants</code>,,— boolean or null</li><li><code>requires_session_auth</code>— boolean or null</li><li><code>slug</code>— string or null</li><li><code>appearance</code>— object or null</li><li><code>min_booking_notice</code>— integer or null</li><li>Group configurations: same fields where applicable</li></ul><ul><li><code>busy</code>— boolean or null</li><li><code>reminders.use_default</code>— boolean or null</li><li><code>reminders.overrides</code>— array or null</li><li><code>calendar_id</code>— string or null</li><li><code>when</code>— object or null</li></ul><ul><li><code>emails</code><code>groups</code><code>im_addresses</code><code>phone_numbers</code><code>physical_addresses</code><code>web_pages</code>,,,,,— all array or null</li></ul><ul><li><code>time_slots</code>(availability and free/busy responses) — array or null</li><li><code>emails</code>(time slot) — array or null</li></ul><ul><li><code>is_inline</code>Restored missingboolean field</li></ul></content></item><item><title>Email Signatures API</title><link>https://developer.nylas.com/docs/changelogs/2026-04-09-email-signatures/</link><guid isPermaLink="true">https://developer.nylas.com/docs/changelogs/2026-04-09-email-signatures/</guid><pubDate>Thu, 09 Apr 2026 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/changelogs/2026-04-09-email-signatures/</id><updated>2026-04-09T00:00:00.000Z</updated><content xml:lang="en" type="html"><h2>Added</h2><ul><li><p><strong>Signatures API</strong>— New endpoints to create, list, retrieve, update, and delete HTML email signatures per grant. Each grant supports up to 10 signatures for different contexts (e.g. &quot;Work&quot;, &quot;Personal&quot;, &quot;Mobile&quot;).</p><ul><li><code>POST /v3/grants/{grant_id}/signatures</code>— create a signature</li><li><code>GET /v3/grants/{grant_id}/signatures</code>— list all signatures for a grant</li><li><code>GET /v3/grants/{grant_id}/signatures/{signature_id}</code>— retrieve a single signature</li><li><code>PUT /v3/grants/{grant_id}/signatures/{signature_id}</code>— update a signature</li><li><code>DELETE /v3/grants/{grant_id}/signatures/{signature_id}</code>— delete a signature</li></ul></li><li><p><strong><code>signature_id</code>on send and draft endpoints</strong><code>signature_id</code>— Pass awhen calling Send Message, Create Draft, or Send Draft. Nylas appends the signature HTML to the end of the email body at send time, including after quoted text in replies and forwards.</p></li><li><p><strong>Cross-provider support</strong>— Signatures are stored on Nylas, not on the email provider. A signature you create once works the same across Gmail, Microsoft 365, and all other supported providers.</p></li><li><p><strong>HTML with sanitization</strong>— Signature content is HTML with full control over formatting, links, images, and layout. Nylas sanitizes HTML on input to prevent unsafe content. Images must use external URLs (no base64 inline). Maximum size is 100 KB per signature.</p></li></ul><p><a href="/docs/v3/email/signatures/">Email Signatures documentation</a><a href="/docs/reference/api/signatures/">Signatures API reference</a>For full details, see theand the.</p></content></item><item><title>Nylas React SDK v3.2.1 and Web Elements v2.5.1</title><link>https://developer.nylas.com/docs/changelogs/2026-04-09-javascript-nylas-react-v3-2-1/</link><guid isPermaLink="true">https://developer.nylas.com/docs/changelogs/2026-04-09-javascript-nylas-react-v3-2-1/</guid><pubDate>Thu, 09 Apr 2026 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/changelogs/2026-04-09-javascript-nylas-react-v3-2-1/</id><updated>2026-04-09T00:00:00.000Z</updated><content xml:lang="en" type="html"><h2>Updated</h2><h2>Fixed</h2><ul><li><code>@nylas/web-elements</code>Upgradedto v2.5.1.</li></ul><ul><li><code>nylasSchedulerEditorError</code><code>category: &apos;auth&apos;</code>Improved error handling for authentication failures in the scheduler editor. Auth errors now display a visible error banner on the login screen instead of failing silently. Theevent is emitted withfor programmatic error handling. Session expiry detection also catches additional error patterns.</li><li>Fixed scheduler date handling to normalize mixed date inputs (Date objects, ISO strings, and unix timestamps), preventing incorrect fallback dates like 1970 and ensuring timezone-aware selected-day comparisons remain stable across components.</li><li><code>reschedule</code><code>cancel</code><code>organizer confirmation</code>Fixed deferred initialization for booking refs in private scheduler configurations. Booking ref props (,,) no longer prematurely trigger initialization without proper auth credentials. Organizer confirmation salt is now correctly persisted when the booking ref is set dynamically.</li></ul></content></item><item><title>Nylas CLI v3.1.1</title><link>https://developer.nylas.com/docs/changelogs/2026-04-04-cli-v3-1-1/</link><guid isPermaLink="true">https://developer.nylas.com/docs/changelogs/2026-04-04-cli-v3-1-1/</guid><pubDate>Sat, 04 Apr 2026 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/changelogs/2026-04-04-cli-v3-1-1/</id><updated>2026-04-04T00:00:00.000Z</updated><content xml:lang="en" type="html"><h2>Added</h2><h2>Improved</h2><ul><li><strong>Callback URI CRUD operations</strong><a href="https://cli.nylas.com/docs/commands">Nylas CLI command reference</a>— You can now create, read, update, and delete callback URIs directly from the CLI, alongside fixes to authentication configuration for admin functions. See the.</li></ul><ul><li>Reduced code duplication across dashboard and email authentication/pagination commands.</li><li>Streamlined code across CLI commands and adapters for better maintainability.</li></ul></content></item><item><title>Nylas Java SDK v2.15.1</title><link>https://developer.nylas.com/docs/changelogs/2026-03-30-nylas-java-v2-15-1/</link><guid isPermaLink="true">https://developer.nylas.com/docs/changelogs/2026-03-30-nylas-java-v2-15-1/</guid><pubDate>Mon, 30 Mar 2026 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/changelogs/2026-03-30-nylas-java-v2-15-1/</id><updated>2026-03-30T00:00:00.000Z</updated><content xml:lang="en" type="html"><h2>Added</h2><ul><li><strong>&quot;Maybe&quot; event status</strong><code>maybe</code><code>tentative</code>— Calendar events now supportas an RSVP status, replacing the deprecatedvalue. Unknown status values are handled gracefully.</li><li><strong>Booking deletion with JSON body</strong><code>destroy</code>— Themethod for booking deletion now accepts a JSON request body for more flexible cancellation options.</li></ul></content></item><item><title>Nylas Dashboard</title><link>https://developer.nylas.com/docs/changelogs/2026-03-26-dashboard/</link><guid isPermaLink="true">https://developer.nylas.com/docs/changelogs/2026-03-26-dashboard/</guid><pubDate>Thu, 26 Mar 2026 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/changelogs/2026-03-26-dashboard/</id><updated>2026-03-26T00:00:00.000Z</updated><content xml:lang="en" type="html"><h2>Added</h2><h2>Fixed</h2><ul><li><strong>CLI authentication</strong>— You can now authenticate with the Nylas Dashboard directly from the command line.</li><li><strong>Disposable email blocking</strong>— Registration now rejects disposable/temporary email addresses for improved account security.</li></ul><ul><li>Resolved several authentication token validation issues that could cause intermittent login failures in certain deployment configurations.</li></ul></content></item><item><title>Nylas Node.js SDK v8.0.5</title><link>https://developer.nylas.com/docs/changelogs/2026-03-23-nylas-nodejs-v8-0-5/</link><guid isPermaLink="true">https://developer.nylas.com/docs/changelogs/2026-03-23-nylas-nodejs-v8-0-5/</guid><pubDate>Mon, 23 Mar 2026 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/changelogs/2026-03-23-nylas-nodejs-v8-0-5/</id><updated>2026-03-23T00:00:00.000Z</updated><content xml:lang="en" type="html"><h2>Added</h2><ul><li><strong>Scheduling availability API</strong><code>scheduler.availability.get()</code><code>/v3/scheduling/availability</code>— Newmethod for retrieving scheduling availability via theendpoint.</li></ul></content></item><item><title>Nylas React SDK v3.2.0</title><link>https://developer.nylas.com/docs/changelogs/2026-03-10-javascript-nylas-react-v3-2-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/changelogs/2026-03-10-javascript-nylas-react-v3-2-0/</guid><pubDate>Tue, 10 Mar 2026 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/changelogs/2026-03-10-javascript-nylas-react-v3-2-0/</id><updated>2026-03-10T00:00:00.000Z</updated><content xml:lang="en" type="html"><h2>Added</h2><h2>Updated</h2><h2>Fixed</h2><ul><li><strong>Scheduler editor error event</strong><code>nylasSchedulerEditorError</code><code>&lt;nylas-scheduler-editor&gt;</code><code>onNylasSchedulerEditorError</code>— Newevent oncaptures and re-emits errors from child components. In React, use theprop to handle all editor errors in a single place.</li></ul><ul><li><code>@nylas/web-elements</code>Upgradedto v2.5.0.</li></ul><ul><li>Fixed scheduler editor showing the configuration list in composable mode instead of rendering slotted content.</li><li>Fixed cancel and reschedule flows breaking when a booking reference was provided without a session ID.</li><li>Fixed cancel-after-reschedule failing because stale booking IDs were retained — the scheduler now correctly updates to the new IDs.</li><li>Fixed participant availability and booking calendars not populating when editing an existing configuration. Also fixed round-robin participants incorrectly showing the organizer&apos;s calendars.</li><li>Fixed participant search: results are now properly added to the options store, the dropdown no longer disappears prematurely, and the edited participant row is excluded from duplicate filtering.</li><li><code>grant_id</code>Fixed organizer participant&apos;sbeing dropped when saving a configuration — now preserved for both organizer and non-organizer participants.</li><li>Fixed round-robin configurations not correctly identifying the organizer, which could cause calendar selection and booking calendar assignment to fail.</li></ul></content></item><item><title>Nylas Auth Service</title><link>https://developer.nylas.com/docs/changelogs/2026-02-27-auth/</link><guid isPermaLink="true">https://developer.nylas.com/docs/changelogs/2026-02-27-auth/</guid><pubDate>Fri, 27 Feb 2026 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/changelogs/2026-02-27-auth/</id><updated>2026-02-27T00:00:00.000Z</updated><content xml:lang="en" type="html"><h2>Added</h2><h2>Fixed</h2><h2>Updated</h2><ul><li><strong>Customer-facing IMAP/SMTP validation logs</strong>— Authentication validation failures for IMAP and SMTP connections now produce customer-visible logs, making it easier to diagnose grant creation issues.</li><li><strong>Request ID forwarding</strong><code>request_id</code>— Auth service logs now includefor improved traceability when debugging authentication flows.</li></ul><ul><li><strong>Plus sign in hosted auth</strong><code>+</code><code>user+tag@example.com</code>— The hosted authentication UI now correctly accepts email addresses containing asymbol (e.g.,).</li><li><strong>Grant re-authentication</strong>— Fixed an issue where re-authenticating an existing grant could fail instead of updating the existing credentials.</li><li><strong>Hosted auth redirect encoding</strong>— Fixed login hint redirect encoding in the hosted authentication flow.</li></ul><ul><li>Improved authentication service performance with optimized read operations.</li></ul></content></item><item><title>Nylas Ruby SDK v6.7.1</title><link>https://developer.nylas.com/docs/changelogs/2026-02-23-nylas-ruby-v6-7-1/</link><guid isPermaLink="true">https://developer.nylas.com/docs/changelogs/2026-02-23-nylas-ruby-v6-7-1/</guid><pubDate>Mon, 23 Feb 2026 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/changelogs/2026-02-23-nylas-ruby-v6-7-1/</id><updated>2026-02-23T00:00:00.000Z</updated><content xml:lang="en" type="html"><h2>Fixed</h2><ul><li><strong>Large attachment handling</strong><code>content_id</code>— Fixed an issue where large inline attachments with string keys and customvalues were not processed correctly.</li></ul></content></item><item><title>[2026-01-16] Upcoming changes to grant schema &amp; Connectors</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2026-01-16-upcoming-grant-connector-schema-changes/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2026-01-16-upcoming-grant-connector-schema-changes/</guid><pubDate>Fri, 16 Jan 2026 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2026-01-16-upcoming-grant-connector-schema-changes/</id><updated>2026-01-16T00:00:00.000Z</updated><content xml:lang="en" type="html"><p><strong>January 26, 2026</strong>We&apos;re announcing upcoming schema changes to the Connector and Grant objects that will take effect on.</p><p><a href="/docs/reference/api/connectors-integrations/">Connector</a>Theobject will include a new field:</p><p><a href="/docs/reference/api/manage-grants/">Grant</a>Theobject will include a new field:</p><h2>Schema changes</h2><h3>Connector</h3><h3>Grant</h3><ul><li><code>active_credential_id</code>(uuid string) - The identifier of the active credential associated with the connector.</li></ul><ul><li><code>credential_id</code>(uuid string) - The identifier of the credential associated with the grant.</li></ul><div class="admonition info"><p><strong>Effective date</strong><strong>January 26, 2026</strong>: These changes will take effect on. Please update your code to handle these new fields accordingly.</p></div></content></item><item><title>Nylas Python SDK v6.14.2</title><link>https://developer.nylas.com/docs/changelogs/2026-01-16-nylas-python-v6-14-2/</link><guid isPermaLink="true">https://developer.nylas.com/docs/changelogs/2026-01-16-nylas-python-v6-14-2/</guid><pubDate>Fri, 16 Jan 2026 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/changelogs/2026-01-16-nylas-python-v6-14-2/</id><updated>2026-01-16T00:00:00.000Z</updated><content xml:lang="en" type="html"><h2>Fixed</h2><ul><li><strong>UTF-8 encoding</strong>— Fixed encoding for special characters (emoji, accented letters, etc.) by correctly encoding JSON request bodies as UTF-8 bytes.</li></ul></content></item><item><title>[2025-10-10] Nylas Node.js SDK v7.13.3</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2025-10-10-node-sdk-v7-13-3/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2025-10-10-node-sdk-v7-13-3/</guid><pubDate>Fri, 10 Oct 2025 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2025-10-10-node-sdk-v7-13-3/</id><updated>2025-10-10T00:00:00.000Z</updated><content xml:lang="en" type="html"><ul><li><a href="https://github.com/nylas/nylas-nodejs/releases/tag/v7.13.3">Nylas Node.js SDK</a>GitHub:</li><li><a href="https://www.npmjs.com/package/nylas/v/7.13.3">npm</a>Distribution:</li></ul><ul><li><code>conferencing</code><code>Event</code><a href="https://github.com/nylas/nylas-nodejs/pull/678">#678</a>Madeproperty optional inmodel ().</li></ul><h2>Updated</h2></content></item><item><title>[2025-10-08] Nylas Python SDK v6.13.1</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2025-10-08-python-sdk-v6-13-1/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2025-10-08-python-sdk-v6-13-1/</guid><pubDate>Wed, 08 Oct 2025 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2025-10-08-python-sdk-v6-13-1/</id><updated>2025-10-08T00:00:00.000Z</updated><content xml:lang="en" type="html"><ul><li><a href="https://github.com/nylas/nylas-python/releases/tag/v6.13.1">Nylas Python SDK</a>GitHub:</li><li><a href="https://pypi.org/project/nylas/6.13.1">PyPi</a>Distribution:</li></ul><ul><li><a href="https://github.com/nylas/nylas-python/pull/442">#442</a>Fixed UTF-8 character encoding for all API requests to preserve special characters (accented letters, emoji, and so on) instead of escaping them as unicode sequences ().</li></ul><h2>Updated</h2></content></item><item><title>[2025-10-03] Nylas Node.js SDK v7.13.2</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2025-10-03-node-sdk-v7-13-2/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2025-10-03-node-sdk-v7-13-2/</guid><pubDate>Fri, 03 Oct 2025 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2025-10-03-node-sdk-v7-13-2/</id><updated>2025-10-03T00:00:00.000Z</updated><content xml:lang="en" type="html"><ul><li><a href="https://github.com/nylas/nylas-nodejs/releases/tag/v7.13.2">Nylas Node.js SDK</a>GitHub:</li><li><a href="https://www.npmjs.com/package/nylas/v/7.13.2">npm</a>Distribution:</li></ul><ul><li><code>Participant.email</code><a href="https://github.com/nylas/nylas-nodejs/pull/671">#671</a>Updatedparameter to be optional, to match API behavior ().</li><li><code>ListGrantsQueryParams</code><code>snake_case</code><a href="https://github.com/nylas/nylas-nodejs/pull/672">#672</a>Updatedto usevalues ().</li></ul><h2>Updated</h2></content></item><item><title>[2025-10-03] Nylas Ruby SDK v6.7.0</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2025-10-03-ruby-sdk-v6-7-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2025-10-03-ruby-sdk-v6-7-0/</guid><pubDate>Fri, 03 Oct 2025 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2025-10-03-ruby-sdk-v6-7-0/</id><updated>2025-10-03T00:00:00.000Z</updated><content xml:lang="en" type="html"><ul><li><a href="https://github.com/nylas/nylas-ruby/releases/tag/v6.7.0">Nylas Ruby SDK</a>GitHub:</li><li><a href="https://rubygems.org/gems/nylas/versions/6.7.0">RubyGems gem description</a>Distribution:</li></ul><ul><li><a href="https://github.com/nylas/nylas-ruby/pull/534">#534</a>Added access to response headers ().</li></ul><ul><li><a href="https://github.com/nylas/nylas-ruby/pull/534">#534</a>Fixed repository tests and CI settings ().</li></ul><h2>Added</h2><h2>Updated</h2><h2>New contributors</h2><p><a href="https://github.com/samLRodrigues">@samLRodrigues</a>made their first contribution to the repository for this release! 🎉</p></content></item><item><title>[2025-09-26] Nylas Python SDK v6.13.0</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2025-09-25-python-sdk-v6-13-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2025-09-25-python-sdk-v6-13-0/</guid><pubDate>Thu, 25 Sep 2025 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2025-09-25-python-sdk-v6-13-0/</id><updated>2025-09-25T00:00:00.000Z</updated><content xml:lang="en" type="html"><ul><li><a href="https://github.com/nylas/nylas-python/releases/tag/v6.13.0">Nylas Python SDK</a>GitHub:</li><li><a href="https://pypi.org/project/nylas/6.13.0">PyPi</a>Distribution:</li></ul><ul><li><code>from</code><code>from_</code><a href="https://github.com/nylas/nylas-python/pull/439">#439</a>Fixed bug wherefield didn&apos;t handlealias correctly ().</li><li><code>content_id</code><a href="https://github.com/nylas/nylas-python/pull/440">#440</a>Fixed bug wherewasn&apos;t being respected for large inline attachments ().</li><li><code>Contributing.md</code><a href="https://github.com/nylas/nylas-python/pull/438">#438</a>Updatedwith setup instructions ().</li></ul><h2>Updated</h2><h2>New contributors</h2><p><a href="https://github.com/samLRodrigues">@samLRodrigues</a>made their first contribution to the repository for this release! 🎉</p></content></item><item><title>[2025-09-23] Nylas Node.js SDK v7.13.1</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2025-09-23-node-sdk-v7-13-1/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2025-09-23-node-sdk-v7-13-1/</guid><pubDate>Tue, 23 Sep 2025 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2025-09-23-node-sdk-v7-13-1/</id><updated>2025-09-23T00:00:00.000Z</updated><content xml:lang="en" type="html"><ul><li><a href="https://github.com/nylas/nylas-nodejs/releases/tag/v7.13.1">Nylas Node.js SDK</a>GitHub:</li><li><a href="https://www.npmjs.com/package/nylas/v/7.13.1">npm</a>Distribution:</li></ul><ul><li><a href="https://github.com/nylas/nylas-nodejs/pull/664">#664</a>Added an ESM-only example for teams building in a pure ECMAScript Modules environment without CommonJS compatibility ().</li></ul><ul><li><a href="https://github.com/nylas/nylas-nodejs/pull/665">#665</a>Resolves CJS build error which was causing &quot;TypeError: Nylas is not a constructor&quot; errors ().</li><li><a href="https://github.com/nylas/nylas-nodejs/pull/664">#664</a>Updated dependencies for examples ().</li></ul><h2>Added</h2><h2>Updated</h2></content></item><item><title>[2025-09-02] Nylas Kotlin/Java SDK v2.14.0</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2025-09-02-java-sdk-v2-14-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2025-09-02-java-sdk-v2-14-0/</guid><pubDate>Tue, 02 Sep 2025 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2025-09-02-java-sdk-v2-14-0/</id><updated>2025-09-02T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Kotlin/Java SDK v2.14.0 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-java/releases/tag/v2.14.0">Nylas Kotlin/Java SDK</a>GitHub:</li><li><a href="https://repo.maven.apache.org/maven2/com/nylas/sdk/nylas/2.14.0">Maven repository</a>Distribution:</li></ul><ul><li><code>is_plaintext</code><a href="/docs/reference/api/messages/send-message/">Send Message</a><a href="/docs/reference/api/drafts/post-draft/">Create Draft</a><a href="https://github.com/nylas/nylas-java/pull/297">#297</a>Added support foronandendpoints ().</li></ul><ul><li><code>sendAt</code><code>long</code><a href="/docs/reference/api/messages/send-message/">Send Message request</a><a href="https://github.com/nylas/nylas-java/pull/296">#296</a>Changedparameter into().</li></ul><h2>Added</h2><h2>Updated</h2></content></item><item><title>[2025-09-02] Nylas Node.js SDK v7.13.0</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2025-09-02-node-sdk-v7-13-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2025-09-02-node-sdk-v7-13-0/</guid><pubDate>Tue, 02 Sep 2025 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2025-09-02-node-sdk-v7-13-0/</id><updated>2025-09-02T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Node.js SDK v7.13.0 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-nodejs/releases/tag/v7.13.0">Nylas Node.js SDK</a>GitHub:</li><li><a href="https://www.npmjs.com/package/nylas/v/7.13.0">npm</a>Distribution:</li></ul><ul><li><code>isPlaintext</code><a href="/docs/reference/api/messages/send-message/">Send Message</a><a href="/docs/reference/api/drafts/post-draft/">Create Draft</a><a href="https://github.com/nylas/nylas-nodejs/pull/661">#661</a>Added support foronandendpoints ().</li></ul><ul><li><code>rawHeader</code><a href="https://github.com/nylas/nylas-nodejs/pull/660">#660</a>Updated responses to expose headers via().</li></ul><h2>Added</h2><h2>Updated</h2></content></item><item><title>[2025-09-02] Nylas Python SDK v6.12.0</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2025-09-02-python-sdk-v6-12-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2025-09-02-python-sdk-v6-12-0/</guid><pubDate>Tue, 02 Sep 2025 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2025-09-02-python-sdk-v6-12-0/</id><updated>2025-09-02T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Python SDK v6.12.0 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-python/releases/tag/v6.12.0">Nylas Python SDK</a>GitHub:</li><li><a href="https://pypi.org/project/nylas/6.12.0">PyPi</a>Distribution:</li></ul><ul><li><code>yahoo</code><code>zoom</code><code>ews</code><a href="/docs/reference/api/authentication-apis/get_oauth2_flow/">Authorization Request endpoint</a><a href="https://github.com/nylas/nylas-python/pull/434">#434</a>Added,, andas providers on().</li><li><code>is_plaintext</code><a href="/docs/reference/api/messages/send-message/">Send Message</a><a href="/docs/reference/api/drafts/post-draft/">Create Draft</a><a href="https://github.com/nylas/nylas-python/pull/436">#436</a>Added support foronandendpoints ().</li></ul><ul><li><code>grants.update()</code><code>PATCH</code><a href="https://github.com/nylas/nylas-python/pull/435">#435</a>Fixed issue wherewasn&apos;t using().</li><li><code>grants.update()</code><a href="https://github.com/nylas/nylas-python/pull/435">#435</a>Fixed tests for().</li></ul><h2>Added</h2><h2>Updated</h2></content></item><item><title>[2025-08-18] Nylas Python SDK v6.11.1</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2025-08-18-python-sdk-v6-11-1/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2025-08-18-python-sdk-v6-11-1/</guid><pubDate>Mon, 18 Aug 2025 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2025-08-18-python-sdk-v6-11-1/</id><updated>2025-08-18T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Python SDK v6.11.1 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-python/releases/tag/v6.11.1">Nylas Python SDK</a>GitHub:</li><li><a href="https://pypi.org/project/nylas/6.11.1">PyPi</a>Distribution:</li></ul><ul><li><a href="https://github.com/nylas/nylas-python/pull/432">#432</a>Fixed handling of empty or incomplete Conferencing objects in Events ().</li></ul><h2>Updated</h2></content></item><item><title>[2025-08-14] Nylas Kotlin/Java SDK v2.13.1</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2025-08-14-java-sdk-v-2-13-1/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2025-08-14-java-sdk-v-2-13-1/</guid><pubDate>Thu, 14 Aug 2025 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2025-08-14-java-sdk-v-2-13-1/</id><updated>2025-08-14T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Kotlin/Java SDK v2.13.1 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-java/releases/tag/v2.13.1">Nylas Kotlin/Java SDK</a>GitHub:</li><li><a href="https://repo.maven.apache.org/maven2/com/nylas/sdk/nylas/2.13.1">Maven repository</a>Distribution:</li></ul><ul><li><code>Skype for Consumer</code><code>Skype for Business</code><a href="https://github.com/nylas/nylas-java/pull/294">#294</a>Addedandto conferencing providers ().</li></ul><h2>Added</h2></content></item><item><title>[2025-08-12] Nylas Kotlin/Java SDK v2.13.0</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2025-08-12-java-sdk-v2-13-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2025-08-12-java-sdk-v2-13-0/</guid><pubDate>Tue, 12 Aug 2025 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2025-08-12-java-sdk-v2-13-0/</id><updated>2025-08-12T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Kotlin/Java SDK v2.13.0 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-java/releases/tag/v2.13.0">Nylas Kotlin/Java SDK</a>GitHub:</li><li><a href="https://repo.maven.apache.org/maven2/com/nylas/sdk/nylas/2.13.0">Maven repository</a>Distribution:</li></ul><ul><li><a href="https://github.com/nylas/nylas-java/pull/292">#292</a>Added dedicated conferencing provider enums for Create and Update operations ().</li></ul><h2>Added</h2></content></item><item><title>[2025-08-05] Nylas Python SDK v6.10.0</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2025-08-05-python-sdk-v6-10-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2025-08-05-python-sdk-v6-10-0/</guid><pubDate>Tue, 05 Aug 2025 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2025-08-05-python-sdk-v6-10-0/</id><updated>2025-08-05T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Python SDK v6.10.0 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-python/releases/tag/v6.10.0">Nylas Python SDK</a>GitHub:</li><li><a href="https://pypi.org/project/nylas/6.10.0">PyPi</a>Distribution:</li></ul><ul><li><code>tracking_options</code><code>raw_mime</code><a href="https://github.com/nylas/nylas-python/pull/419">#419</a>Added support forandfields to Message model ().</li><li><code>single_level</code><a href="/docs/reference/api/folders/">Folders endpoints</a><a href="https://github.com/nylas/nylas-python/pull/425">#425</a>Added support forquery parameter to().</li><li><code>include_hidden_folders</code><a href="/docs/reference/api/folders/get-folder/">Get all Folders endpoint</a><a href="https://github.com/nylas/nylas-python/pull/426">#426</a>Added support forquery parameter to().</li><li><code>.gitignore</code><code>pyproject.toml</code><a href="https://github.com/nylas/nylas-python/pull/420">#420</a>Added UV folders toand created().</li></ul><ul><li><code>earliest_message_date</code><a href="/docs/reference/api/threads/get-threads/">Get all Threads endpoint</a><a href="https://github.com/nylas/nylas-python/pull/421">#421</a><a href="https://github.com/nylas/nylas-python/pull/422">#422</a>Fixed issue wherequery parameter was missing from(,).</li></ul><h2>Added</h2><h2>Updated</h2></content></item><item><title>[2025-08-05] Nylas Python SDK v6.11.0</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2025-08-05-python-sdk-v6-11-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2025-08-05-python-sdk-v6-11-0/</guid><pubDate>Tue, 05 Aug 2025 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2025-08-05-python-sdk-v6-11-0/</id><updated>2025-08-05T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Python SDK v6.11.0 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-python/releases/tag/v6.11.0">Nylas Python SDK</a>GitHub:</li><li><a href="https://pypi.org/project/nylas/6.11.0">PyPi</a>Distribution:</li></ul><ul><li><code>unknown</code><code>ConferencingProvider</code><a href="https://github.com/nylas/nylas-python/pull/429">#429</a>Added support forto().</li></ul><h2>Added</h2></content></item><item><title>[2025-08-01] Nylas Kotlin/Java SDK v2.12.0</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2025-08-01-java-sdk-v2-12-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2025-08-01-java-sdk-v2-12-0/</guid><pubDate>Fri, 01 Aug 2025 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2025-08-01-java-sdk-v2-12-0/</id><updated>2025-08-01T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Kotlin/Java SDK v2.12.0 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-java/releases/tag/v2.12.0">Nylas Kotlin/Java SDK</a>GitHub:</li><li><a href="https://repo.maven.apache.org/maven2/com/nylas/sdk/nylas/2.12.0">Maven repository</a>Distribution:</li></ul><ul><li><a href="https://github.com/nylas/nylas-java/pull/290">#290</a>Upgraded OkHttp dependency from 3.14.5 to 4.12.0 ().</li></ul><h2>Security updates</h2></content></item><item><title>[2025-08-01] Nylas Node.js SDK v7.12.0</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2025-08-01-node-sdk-v7-12-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2025-08-01-node-sdk-v7-12-0/</guid><pubDate>Fri, 01 Aug 2025 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2025-08-01-node-sdk-v7-12-0/</id><updated>2025-08-01T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Node.js SDK v7.12.0 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-nodejs/releases/tag/v7.12.0">Nylas Node.js SDK</a>GitHub:</li><li><a href="https://www.npmjs.com/package/nylas/v/7.12.0">npm</a>Distribution:</li></ul><ul><li><a href="https://github.com/nylas/nylas-nodejs/pull/653">#653</a>Added examples showing how to send attachments ().</li></ul><ul><li><code>form-data</code><code>form-data-node</code><a href="https://github.com/nylas/nylas-nodejs/pull/653">#653</a>Replacedpackage with().</li><li><a href="https://github.com/nylas/nylas-nodejs/pull/653">#653</a>Fixed issues with sending attachments larger than 3MB via Buffer or Readable streams ().</li></ul><ul><li><code>esbuild</code><a href="https://github.com/nylas/nylas-nodejs/pull/655">#655</a>Updatedfrom 0.17.19 to 0.25.4 ().</li><li><code>wrangler</code><a href="https://github.com/nylas/nylas-nodejs/pull/655">#655</a>Updatedfrom 3.114.11 to 4.27.0 ().</li></ul><h2>Added</h2><h2>Updated</h2><h2>Security updates</h2></content></item><item><title>[2025-07-18] Nylas Ruby SDK v6.6.0</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2025-07-18-ruby-sdk-v6-6-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2025-07-18-ruby-sdk-v6-6-0/</guid><pubDate>Fri, 18 Jul 2025 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2025-07-18-ruby-sdk-v6-6-0/</id><updated>2025-07-18T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Ruby SDK v6.6.0 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-ruby/releases/tag/v6.6.0">Nylas Ruby SDK</a>GitHub:</li><li><a href="https://rubygems.org/gems/nylas/versions/6.6.0">RubyGems gem description</a>Distribution:</li></ul><ul><li><code>include_hidden_folders</code><a href="/docs/reference/api/folders/get-folder/">Get all Folders endpoint</a><a href="https://github.com/nylas/nylas-ruby/pull/529">#529</a>Added support forquery parameter in the().</li><li><code>single_level</code><a href="/docs/reference/api/folders/get-folder/">Get all Folders endpoint</a><a href="https://github.com/nylas/nylas-ruby/pull/527">#527</a>Added support forquery parameter in the().</li><li><a href="https://github.com/nylas/nylas-ruby/pull/530">#530</a>Added support for string-content attachments ().</li></ul><ul><li><a href="https://github.com/nylas/nylas-ruby/pull/530">#530</a>Fixed HTTParty encoding issues ().</li><li><code>cgi</code><a href="https://github.com/nylas/nylas-ruby/pull/531">#531</a>Fixed missingimport for webhooks ().</li></ul><h2>Added</h2><h2>Updated</h2></content></item><item><title>[2025-07-14] Nylas Kotlin/Java SDK v2.11.1</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2025-07-14-java-sdk-v2-11-1/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2025-07-14-java-sdk-v2-11-1/</guid><pubDate>Mon, 14 Jul 2025 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2025-07-14-java-sdk-v2-11-1/</id><updated>2025-07-14T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Kotlin/Java SDK v2.11.1 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-java/releases/tag/v2.11.1">Nylas Kotlin/Java SDK</a>GitHub:</li><li><a href="https://repo.maven.apache.org/maven2/com/nylas/sdk/nylas/2.11.1">Maven repository</a>Distribution:</li></ul><ul><li><code>unknown</code><a href="https://github.com/nylas/nylas-java/pull/287">#287</a>Added support foras a conferencing provider ().</li></ul><h2>Added</h2></content></item><item><title>[2025-06-25] Nylas Kotlin/Java SDK v2.11.0</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2025-06-25-java-sdk-v2-11-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2025-06-25-java-sdk-v2-11-0/</guid><pubDate>Wed, 25 Jun 2025 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2025-06-25-java-sdk-v2-11-0/</id><updated>2025-06-25T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Kotlin/Java SDK v2.11.0 has been released!</p><p><a href="https://github.com/ajay-k">@ajay-k</a>made their first contribution to the repository for this release! 🎉</p><ul><li><a href="https://github.com/nylas/nylas-java/releases/tag/v2.11.0">Nylas Kotlin/Java SDK</a>GitHub:</li><li><a href="https://repo.maven.apache.org/maven2/com/nylas/sdk/nylas/2.11.0">Maven repository</a>Distribution:</li></ul><ul><li><code>logo_url</code><code>show_nylas_branding</code><code>EmailTemplate</code><a href="https://github.com/nylas/nylas-java/pull/283">#283</a>Addedandoptions to theclass ().</li><li><code>metadata</code><code>AdditionalFieldType</code><a href="https://github.com/nylas/nylas-java/pull/284">#284</a>Added support forin Schedulerenum ().</li><li><code>include_hidden_folders</code><a href="/docs/reference/api/folders/get-folder/">Get all Folders endpoint</a><a href="https://github.com/nylas/nylas-java/pull/285">#285</a>Added support forquery parameter infor Microsoft accounts ().</li></ul><h2>Added</h2><h2>New contributors</h2></content></item><item><title>[2025-06-23] Nylas Node.js SDK v7.11.0</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2025-06-23-node-sdk-v7-11-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2025-06-23-node-sdk-v7-11-0/</guid><pubDate>Mon, 23 Jun 2025 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2025-06-23-node-sdk-v7-11-0/</id><updated>2025-06-23T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Node.js SDK v7.11.0 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-nodejs/releases/tag/v7.11.0">Nylas Node.js SDK</a>GitHub:</li><li><a href="https://www.npmjs.com/package/nylas/v/7.11.0">npm</a>Distribution:</li></ul><ul><li><code>fields</code><code>include_tracking_options</code><code>raw_mime</code><a href="https://github.com/nylas/nylas-nodejs/pull/645">#645</a>Added support for newquery parameter values on Messages:and().</li><li><code>trackingOptions</code><code>fields=include_tracking_options</code><a href="https://github.com/nylas/nylas-nodejs/pull/645">#645</a>Added support forproperty in Message responses when using().</li><li><code>rawMime</code><code>fields=raw_mime</code><a href="https://github.com/nylas/nylas-nodejs/pull/645">#645</a>Added support forproperty in Message responses when using().</li><li><code>MessageTrackingOptions</code><a href="https://github.com/nylas/nylas-nodejs/pull/645">#645</a>Addedinterface for tracking message opens, thread replies, link clicks, and custom labels ().</li><li><code>includeHiddenFolders</code><a href="/docs/reference/api/folders/get-folder/">Get all Folders endpoint</a><a href="https://github.com/nylas/nylas-nodejs/pull/648">#648</a>Added support forquery parameter infor Microsoft accounts ().</li><li><code>singleLevel</code><code>ListFolderQueryParams</code><a href="https://github.com/nylas/nylas-nodejs/pull/647">#647</a>Added support forquery parameter ininterface for Microsoft accounts ().</li></ul><ul><li><code>multipart/form-data</code><a href="https://github.com/nylas/nylas-nodejs/pull/646">#646</a>Updated 3MB payload size limit to consider total request size (message body and attachments) instead of just attachment size when determining whether to useencoding ().</li></ul><h2>Added</h2><h2>Updated</h2></content></item><item><title>[2025-06-13] Nylas Ruby SDK v6.5.0</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2025-06-13-ruby-sdk-v6-5-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2025-06-13-ruby-sdk-v6-5-0/</guid><pubDate>Fri, 13 Jun 2025 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2025-06-13-ruby-sdk-v6-5-0/</id><updated>2025-06-13T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Ruby SDK v6.5.0 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-ruby/releases/tag/v6.5.0">Nylas Ruby SDK</a>GitHub:</li><li><a href="https://rubygems.org/gems/nylas/versions/6.5.0">RubyGems gem description</a>Distribution:</li></ul><ul><li><code>tracking_options</code><code>raw_mime</code><a href="/docs/reference/api/messages/get-messages/">Get all Messages</a><a href="https://github.com/nylas/nylas-ruby/pull/523">#523</a>Added support forandfields toresponses ().</li></ul><ul><li><code>rest-client</code><code>httparty</code><a href="https://github.com/nylas/nylas-ruby/pull/524">#524</a>Replacedwithfor improved security and maintainability ().</li></ul><h2>Added</h2><h2>Updated</h2></content></item><item><title>[2025-06-12] Nylas Kotlin/Java SDK v2.10.0</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2025-06-12-java-sdk-v2-10-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2025-06-12-java-sdk-v2-10-0/</guid><pubDate>Thu, 12 Jun 2025 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2025-06-12-java-sdk-v2-10-0/</id><updated>2025-06-12T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Kotlin/Java SDK v2.10.0 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-java/releases/tag/v2.10.0">Nylas Kotlin/Java SDK</a>GitHub:</li><li><a href="https://repo.maven.apache.org/maven2/com/nylas/sdk/nylas/2.10.0">Maven repository</a>Distribution:</li></ul><ul><li><code>include_tracking_options</code><code>raw_mime</code><code>MessageFields</code><a href="https://github.com/nylas/nylas-java/pull/279">#279</a>Addedandenum values to().</li><li><code>trackingOptions</code><code>rawMime</code><a href="/docs/reference/api/messages/get-messages/">Get all Messages</a><a href="https://github.com/nylas/nylas-java/pull/279">#279</a>Addedandfields toresponses ().</li><li><code>single_level</code><code>ListFoldersQuery</code><a href="https://github.com/nylas/nylas-java/pull/281">#281</a>Added support for thequery parameter in().</li></ul><ul><li><code>Messages.find()</code><code>FindMessageQueryParams</code><a href="https://github.com/nylas/nylas-java/pull/279">#279</a>now acceptsto specify fields ().</li><li><code>ListThreadsQueryParams.inFolder</code><a href="https://github.com/nylas/nylas-java/pull/280">#280</a>Fixed an issue withwhere it wouldn&apos;t accept a single folder ID ().</li></ul><h2>Added</h2><h2>Updated</h2></content></item><item><title>[2025-05-27] Nylas Kotlin/Java SDK v2.9.0</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2025-05-27-java-sdk-v2-9-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2025-05-27-java-sdk-v2-9-0/</guid><pubDate>Tue, 27 May 2025 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2025-05-27-java-sdk-v2-9-0/</id><updated>2025-05-27T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Kotlin/Java SDK v2.9.0 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-java/releases/tag/v2.9.0">Nylas Kotlin/Java SDK</a>GitHub:</li><li><a href="https://repo.maven.apache.org/maven2/com/nylas/sdk/nylas/2.9.0">Maven repository</a>Distribution:</li></ul><ul><li><code>name</code><a href="https://github.com/nylas/nylas-java/pull/277">#277</a>Added support forattribute to Scheduler Configuration ().</li></ul><ul><li><code>ListEventQueryParams</code><code>orderBy</code><a href="https://github.com/nylas/nylas-java/pull/276">#276</a>Updatedto use a more specific type for theparameter and correct JSON name ().</li></ul><h2>Added</h2><h2>Updated</h2></content></item><item><title>[2025-05-27] Nylas Node.js SDK v7.10.0</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2025-05-27-node-sdk-v7-10-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2025-05-27-node-sdk-v7-10-0/</guid><pubDate>Tue, 27 May 2025 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2025-05-27-node-sdk-v7-10-0/</id><updated>2025-05-27T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Node.js SDK v7.10.0 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-nodejs/releases/tag/v7.10.0">Nylas Node.js SDK</a>GitHub:</li><li><a href="https://www.npmjs.com/package/nylas/v/7.10.0">npm</a>Distribution:</li></ul><ul><li><code>/cancel</code><a href="https://github.com/nylas/nylas-nodejs/pull/639">#639</a>Added missingsuffix to the Notetaker endpoint ().</li><li><a href="https://github.com/nylas/nylas-nodejs/pull/640">#640</a>Added Zoom as a supported provider in the Auth module ().</li><li><code>tentativeAsBusy</code><a href="https://github.com/nylas/nylas-nodejs/pull/643">#643</a>Added theparameter to Free/Busy requests ().</li></ul><ul><li><a href="https://github.com/nylas/nylas-nodejs/pull/634">#634</a>Fixed inconsistent handling of request timeout overrides ().</li><li><code>Status</code><code>&apos;maybe&apos;</code><code>&apos;tentative&apos;</code><a href="https://github.com/nylas/nylas-nodejs/pull/641">#641</a>Updated eventto useinstead of().</li><li><code>makePathParams</code><a href="https://github.com/nylas/nylas-nodejs/pull/642">#642</a>Refactored SDK to use theutility for path construction in all resource classes ().</li></ul><h2>Added</h2><h2>Updated</h2></content></item><item><title>[2025-05-12] Scheduler group events &amp; UI components</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2025-05-12-scheduler-group-events/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2025-05-12-scheduler-group-events/</guid><pubDate>Mon, 12 May 2025 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2025-05-12-scheduler-group-events/</id><updated>2025-05-12T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>We&apos;ve got a few updates to group events in Scheduler, and changes to the UI components.</p><p>The Scheduler components now generate the following events:</p><h2>Breaking changes</h2><h2>Added</h2><ul><li><p><code>enableEventTypes</code>Added theproperty to the Scheduler Editor Component, with all event types enabled by default.</p><pre><code class="language-html">&lt;html&gt;
  &lt;body&gt;
    &lt;nylas-scheduler-editor /&gt;

    &lt;script type=&quot;module&quot;&gt;
      // ...Scheduler Editor Configuration
      schedulerEditor.enableEventTypes= {
        one_on_one: true,
        collective: true,
        max_fairness: true,
        max_availability: true,
        group: true
      },
      ...
    &lt;/script&gt;
  &lt;/body&gt;
&lt;/html&gt;</code></pre><pre><code class="language-tsx">&lt;NylasSchedulerEditor
  enableEventTypes = {% raw %}{{
    one_on_one: true,
    collective: true,
    max_fairness: true,
    max_availability: true,
    group: true,
  }}{% endraw %},
  ...
/&gt;</code></pre></li><li><p><code>availability_method</code><code>availability_method: &apos;max-availability&apos;</code><code>enableEventTypes</code>Scheduler no longer supports hardcoding a single scheduling method using theproperty (for example,). You must useinstead.</p></li><li><p>If your Configuration supports multiple event types, Nylas now opens a type selection dialog when a user creates an event.</p></li><li><p>The height of the Scheduler Editor has been increased from 610px to 900px to accommodate the calendar view for group events.</p></li></ul><ul><li><code>groupEventCreateTriggered</code></li><li><code>groupEventUpdateTriggered</code></li><li><code>groupEventDeleteTriggered</code></li><li><code>groupEventImportTriggered</code></li><li><code>saveGroupEventChangesError</code></li></ul></content></item><item><title>[2025-04-30] Nylas Kotlin/Java SDK v2.8.0</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2025-04-30-java-sdk-v2-8-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2025-04-30-java-sdk-v2-8-0/</guid><pubDate>Wed, 30 Apr 2025 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2025-04-30-java-sdk-v2-8-0/</id><updated>2025-04-30T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Kotlin/Java SDK v2.8.0 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-java/releases/tag/v2.8.0">Nylas Kotlin/Java SDK</a>GitHub:</li><li><a href="https://repo.maven.apache.org/maven2/com/nylas/sdk/nylas/2.8.0">Maven repository</a>Distribution:</li></ul><ul><li><a href="https://github.com/nylas/nylas-java/pull/269">#269</a>Added Notetaker API support ().</li><li><code>original_start_time</code><a href="https://github.com/nylas/nylas-java/pull/271">#271</a>Addedto the Event model ().</li></ul><ul><li><a href="https://github.com/nylas/nylas-java/pull/270">#270</a>Updated the Notetaker media response model ().</li><li><a href="/docs/reference/api/notetaker/get-all-notetakers/"><code>GET /v3/grants/&lt;NYLAS_GRANT_ID&gt;/notetakers</code>endpoint</a><a href="https://github.com/nylas/nylas-java/pull/272">#272</a>Updated theto support new query parameters ().</li></ul><h2>Added</h2><h2>Updated</h2></content></item><item><title>[2025-04-30] Nylas Node.js SDK v7.9.0</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2025-04-30-node-sdk-v7-9-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2025-04-30-node-sdk-v7-9-0/</guid><pubDate>Wed, 30 Apr 2025 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2025-04-30-node-sdk-v7-9-0/</id><updated>2025-04-30T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Node.js SDK v7.9.0 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-nodejs/releases/tag/v7.9.0">Nylas Node.js SDK</a>GitHub:</li><li><a href="https://www.npmjs.com/package/nylas/v/7.9.0">npm</a>Distribution:</li></ul><ul><li><a href="https://github.com/nylas/nylas-nodejs/pull/629">#629</a>Added Notetaker API support ().</li><li><code>tentative_as_busy</code><a href="https://github.com/nylas/nylas-nodejs/pull/631">#631</a>Added theparameter to the Availability and Events endpoints. ().</li></ul><ul><li><a href="https://github.com/nylas/nylas-nodejs/pull/632">#632</a>Updated the Notetaker Media endpoint to support media download ().</li><li><a href="/docs/reference/api/notetaker/get-all-notetakers/"><code>GET /v3/grants/&lt;NYLAS_GRANT_ID&gt;/notetakers</code>endpoint</a><a href="https://github.com/nylas/nylas-nodejs/pull/636">#636</a>Updated the SDK to support latest changes to the().</li></ul><h2>Added</h2><h2>Updated</h2></content></item><item><title>[2025-04-30] Nylas Python SDK v6.9.0</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2025-04-30-python-sdk-v6-9-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2025-04-30-python-sdk-v6-9-0/</guid><pubDate>Wed, 30 Apr 2025 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2025-04-30-python-sdk-v6-9-0/</id><updated>2025-04-30T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Python SDK v6.9.0 has been released!</p><p><a href="https://github.com/samuelpx">@samuelpx</a>made their first contribution to the repository for this release! 🎉</p><ul><li><a href="https://github.com/nylas/nylas-python/releases/tag/v6.9.0">Nylas Python SDK</a>GitHub:</li><li><a href="https://pypi.org/project/nylas/6.9.0">PyPi</a>Distribution:</li></ul><ul><li><a href="https://github.com/nylas/nylas-python/pull/414">#414</a>Added Notetaker API support ().</li><li><code>tentative_as_busy</code><a href="https://github.com/nylas/nylas-python/pull/415">#415</a>Addedflag to Availability request ().</li><li><code>ValueErrors</code><a href="https://github.com/nylas/nylas-python/pull/406">#406</a>Added webhook triggers to bypass().</li></ul><ul><li><code>sandbox</code><a href="https://github.com/nylas/nylas-python/pull/408">#408</a>Updated the Environment enum and added().</li><li><code>in</code><code>ListQueryParams</code><a href="https://github.com/nylas/nylas-python/pull/408">#408</a>Corrected thetype-hint for().</li><li><a href="https://github.com/nylas/nylas-python/pull/416">#416</a>Updated the Notetaker media endpoint ().</li><li><a href="/docs/reference/api/notetaker/get-all-notetakers/"><code>GET /v3/grants/&lt;NYLAS_GRANT_ID&gt;/notetakers</code>endpoint</a><a href="https://github.com/nylas/nylas-python/pull/417">#417</a>Updated theto support changes to query parameters ().</li></ul><h2>Added</h2><h2>Updated</h2><h2>New contributors</h2></content></item><item><title>[2025-04-30] Nylas Ruby SDK v6.4.0</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2025-04-30-ruby-sdk-v6-4-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2025-04-30-ruby-sdk-v6-4-0/</guid><pubDate>Wed, 30 Apr 2025 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2025-04-30-ruby-sdk-v6-4-0/</id><updated>2025-04-30T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Ruby SDK v6.4.0 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-ruby/releases/tag/v6.4.0">Nylas Ruby SDK</a>GitHub:</li><li><a href="https://rubygems.org/gems/nylas/versions/6.4.0">RubyGems gem description</a>Distribution:</li></ul><ul><li><a href="https://github.com/nylas/nylas-ruby/pull/519">#519</a>Added Notetaker API support ().</li><li><code>NylasApiError</code><a href="https://github.com/nylas/nylas-ruby/pull/517">#517</a>Added response headers to theobject ().</li><li><a href="https://github.com/nylas/nylas-ruby/pull/520">#520</a>Added an explicit exception when a response doesn&apos;t include a JSON body ().</li></ul><ul><li><code>message.bounce_detected</code><a href="https://github.com/nylas/nylas-ruby/pull/516">#516</a>Updated webhooks to include thetrigger ().</li></ul><h2>Added</h2><h2>Updated</h2></content></item><item><title>[2025-04-16] Nylas Notetaker private preview update</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2025-04-16-notetaker/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2025-04-16-notetaker/</guid><pubDate>Wed, 16 Apr 2025 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2025-04-16-notetaker/</id><updated>2025-04-16T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>Welcome, friends, to a quick update about Nylas&apos; private preview of Notetaker! 👋 This release brings several new features and improvements to make your experience better.</p><h2>Breaking changes</h2><h2>New features</h2><h2>Updates</h2><ul><li><a href="/docs/api/v3/notetaker/#get-/v3/grants/-grant_id-/notetakers">Get all Notetakers</a><a href="/docs/api/v3/notetaker/#get-/v3/notetakers">Get all Standalone Notetakers</a><ul><li><code>join_time_until</code><code>join_time_end</code>→</li><li><code>join_time_from</code><code>join_time_start</code>→</li></ul>Renamed query parameters on theandendpoints. Nylas will continue to support the previous query parameters during the private preview period, but we strongly recommend you update your code base to use the new parameters.</li><li><code>state</code><code>status</code>Fixed a bug where theattribute was being sent asin webhook notifications.</li></ul><ul><li><code>order_direction</code><code>order_field</code><a href="/docs/api/v3/notetaker/#get-/v3/grants/-grant_id-/notetakers">Get all Notetakers</a><a href="/docs/api/v3/notetaker/#get-/v3/notetakers">Get all Standalone Notetakers</a>Added support forandquery parameters to theandendpoints.</li></ul><ul><li><code>join_time_until</code><code>join_time_from</code>Fixed a bug where theandquery parameters were expecting ISO-formatted strings instead of Unix timestamps.</li><li>Various bug fixes and stability improvements.</li></ul></content></item><item><title>[2025-04-09] Nylas Notetaker private preview update</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2025-04-09-notetaker/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2025-04-09-notetaker/</guid><pubDate>Wed, 09 Apr 2025 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2025-04-09-notetaker/</id><updated>2025-04-09T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>Welcome, friends, to a quick update about Nylas&apos; private preview of Notetaker! 👋 This release brings several new features and improvements to make your experience better.</p><h2>New features</h2><h2>Updates</h2><ul><li><code>notetaker_settings</code><a href="https://notetaker-calendar-api.docs-5d8.pages.dev/docs/api/v3/ecc/#put-/v3/grants/-grant_id-/events/-event_id-">Update Event requests</a>Nylas now returns thefield for.</li><li><a href="/docs/api/v3/notetaker/#get-/v3/grants/-grant_id-/notetakers/-notetaker_id-/media">Download Notetaker Media requests</a>The response payload forhas been updated to give more detail about the media files.</li></ul><ul><li>Improved link parsing for Zoom and Microsoft Teams.</li><li>Various bug fixes and stability improvements.</li></ul></content></item><item><title>[2025-04-02] Nylas Notetaker private preview update</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2025-04-02-notetaker/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2025-04-02-notetaker/</guid><pubDate>Wed, 02 Apr 2025 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2025-04-02-notetaker/</id><updated>2025-04-02T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>Welcome, friends, to a quick update about Nylas&apos; private preview of Notetaker! 👋 This release brings several new features and improvements to make your experience better.</p><h2>Breaking changes</h2><h2>New features</h2><h2>Updates</h2><h2>Removed features</h2><ul><li><a href="/docs/api/v3/notetaker/#tag--Notetaker">Notetaker</a><a href="/docs/api/v3/notetaker/#tag--Standalone-Notetaker">Standalone Notetaker</a><ul><li><code>notetaker_name</code><code>name</code>→</li><li><code>notetaker_state</code><code>state</code>→</li></ul>Removed the &quot;notetaker&quot; prefix from the following request and response attributes in theandendpoints:</li><li><a href="/docs/api/v3/notetaker/#get-/v3/notetakers">Get all Standalone Notetakers</a><a href="/docs/api/v3/notetaker/#get-/v3/grants/-grant_id-/notetakers">Get all Notetakers</a><a href="/docs/api/v3/ecc/#overview--pagination">pagination</a><code>state</code><code>join_time_until</code><code>join_time_from</code><code>limit</code><ul><li><code>next_cursor</code><code>prev_cursor</code>Nylas now includesandfields in responses when available.</li></ul>Theandendpoints now support cursor-basedand filters (,,,).</li></ul><ul><li><code>created_at</code><code>event_id</code><code>calendar_id</code>Added,, andfields to all responses that return a Notetaker object.</li><li><a href="/docs/api/v3/notetaker/#patch-/v3/grants/-grant_id-/notetakers/-notetaker_id-">Update Notetaker</a><a href="/docs/api/v3/notetaker/#patch-/v3/notetakers/-notetaker_id-">Update Standalone Notetaker</a>You can now update meeting links by making anorrequest.</li></ul><ul><li><code>400</code>Fixed a bug where some valid meeting links were returningerrors.</li></ul><ul><li><code>grant_id</code><a href="/docs/api/v3/notetaker/#tag--Standalone-Notetaker">Standalone Notetaker requests</a>Removedfrom responses to.</li></ul></content></item><item><title>[2025-03-03] Nylas Kotlin/Java SDK v2.7.0</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2025-03-03-java-sdk-v2-7-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2025-03-03-java-sdk-v2-7-0/</guid><pubDate>Mon, 03 Mar 2025 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2025-03-03-java-sdk-v2-7-0/</id><updated>2025-03-03T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Kotlin/Java SDK v2.7.0 has been released!</p><p><a href="https://github.com/samuelpx">@samuelpx</a>made their first contribution to the repository for this release! 🎉</p><ul><li><a href="https://github.com/nylas/nylas-java/releases/tag/v2.7.0">Nylas Kotlin/Java SDK</a>GitHub:</li><li><a href="https://repo.maven.apache.org/maven2/com/nylas/sdk/nylas/2.7.0">Maven repository</a>Distribution:</li></ul><ul><li><code>sandbox</code><code>Environment</code><a href="https://github.com/nylas/nylas-java/pull/264">#264</a>Added support fortoclass ().</li><li><code>events.listImportEvents()</code><a href="https://github.com/nylas/nylas-java/pull/266">#266</a>Added support for().</li></ul><ul><li><code>gradle.properties</code><a href="https://github.com/nylas/nylas-java/pull/263">#263</a>Updatedfor v2.6.0 ().</li></ul><h2>Added</h2><h2>Updated</h2><h2>New contributors</h2></content></item><item><title>[2025-03-03] Nylas Node.js SDK v7.8.0</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2025-03-03-node-sdk-v7-8-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2025-03-03-node-sdk-v7-8-0/</guid><pubDate>Mon, 03 Mar 2025 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2025-03-03-node-sdk-v7-8-0/</id><updated>2025-03-03T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Node.js SDK v7.8.0 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-nodejs/releases/tag/v7.8.0">Nylas Node.js SDK</a>GitHub:</li><li><a href="https://www.npmjs.com/package/nylas/v/7.8.0">npm</a>Distribution:</li></ul><ul><li><code>listImportEvents</code><a href="https://github.com/nylas/nylas-nodejs/pull/623">#623</a>Added support formethod to import events from calendars ().</li><li><a href="https://github.com/nylas/nylas-nodejs/pull/625">#625</a>Added support for returning all response headers for error responses ().</li></ul><ul><li><code>queryParams</code><a href="https://github.com/nylas/nylas-nodejs/pull/624">#624</a>Updated List Grants method to acceptas the first parameter ().</li></ul><h2>Added</h2><h2>Updated</h2></content></item><item><title>[2025-03-03] Nylas Python SDK v6.8.0</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2025-03-03-python-sdk-v6-8-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2025-03-03-python-sdk-v6-8-0/</guid><pubDate>Mon, 03 Mar 2025 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2025-03-03-python-sdk-v6-8-0/</id><updated>2025-03-03T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Python SDK v6.8.0 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-python/releases/tag/v6.8.0">Nylas Python SDK</a>GitHub:</li><li><a href="https://pypi.org/project/nylas/6.8.0">PyPi</a>Distribution:</li></ul><ul><li><code>list_import_events</code><a href="https://github.com/nylas/nylas-python/pull/411">#411</a>Added support for().</li></ul><h2>Added</h2></content></item><item><title>[2025-03-03] Nylas Ruby SDK v6.3.0</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2025-03-03-ruby-sdk-v6-3-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2025-03-03-ruby-sdk-v6-3-0/</guid><pubDate>Mon, 03 Mar 2025 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2025-03-03-ruby-sdk-v6-3-0/</id><updated>2025-03-03T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Ruby SDK v6.3.0 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-ruby/releases/tag/v6.3.0">Nylas Ruby SDK</a>GitHub:</li><li><a href="https://rubygems.org/gems/nylas/versions/6.3.0">RubyGems gem description</a>Distribution:</li></ul><ul><li><a href="https://github.com/nylas/nylas-ruby/pull/514">#514</a>Added support for response headers in the response hash ().</li><li><a href="https://github.com/nylas/nylas-ruby/pull/513">#513</a>Added support for Events Import endpoint ().</li></ul><ul><li><code>file_path</code><a href="https://github.com/nylas/nylas-ruby/pull/512">#512</a>Removedfrom Attachments object ().</li></ul><h2>Added</h2><h2>Removed</h2></content></item><item><title>[2025-02-19] Nylas Python SDK v6.7.0</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2025-02-19-python-sdk-v6-7-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2025-02-19-python-sdk-v6-7-0/</guid><pubDate>Wed, 19 Feb 2025 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2025-02-19-python-sdk-v6-7-0/</id><updated>2025-02-19T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Python SDK v6.7.0 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-python/releases/tag/v6.7.0">Nylas Python SDK</a>GitHub:</li><li><a href="https://pypi.org/project/nylas/6.7.0">PyPi</a>Distribution:</li></ul><ul><li><code>select</code><a href="https://github.com/nylas/nylas-python/pull/407">#407</a>Added support forquery parameter to optimize API response size ().</li></ul><h2>Added</h2></content></item><item><title>[2025-01-28] Nylas Python SDK v6.6.0</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2025-01-28-python-sdk-v6-6-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2025-01-28-python-sdk-v6-6-0/</guid><pubDate>Tue, 28 Jan 2025 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2025-01-28-python-sdk-v6-6-0/</id><updated>2025-01-28T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Python SDK v6.6.0 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-python/releases/tag/v6.6.0">Nylas Python SDK</a>GitHub:</li><li><a href="https://pypi.org/project/nylas/6.6.0">PyPi</a>Distribution:</li></ul><ul><li><a href="https://github.com/nylas/nylas-python/pull/404">#404</a>Added response headers to all responses from the Nylas API ().</li></ul><h2>Added</h2></content></item><item><title>[2025-01-24] Nylas Kotlin/Java SDK v2.6.0</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2025-01-24-java-sdk-v2-6-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2025-01-24-java-sdk-v2-6-0/</guid><pubDate>Fri, 24 Jan 2025 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2025-01-24-java-sdk-v2-6-0/</id><updated>2025-01-24T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Kotlin/Java SDK v2.6.0 has been released!</p><p><a href="https://github.com/alanschnegg">@alanschnegg</a>made their first contribution to the repository for this release! 🎉</p><ul><li><a href="https://github.com/nylas/nylas-java/releases/tag/v2.6.0">Nylas Kotlin/Java SDK</a>GitHub:</li><li><a href="https://repo.maven.apache.org/maven2/com/nylas/sdk/nylas/2.6.0">Maven repository</a>Distribution:</li></ul><ul><li><a href="https://github.com/nylas/nylas-java/pull/252">#252</a>Added support for Scheduler APIs ().</li><li><a href="https://github.com/nylas/nylas-java/pull/259">#259</a>Added pagination support for List Folders requests ().</li><li><code>NylasClient</code><code>open</code><a href="https://github.com/nylas/nylas-java/pull/258">#258</a>Added support for mocking methods in tests and madeand its methods().</li></ul><ul><li><a href="https://github.com/nylas/nylas-java/pull/261">#261</a>Fixed an issue where reminders weren&apos;t being updated correctly when creating an Event ().</li></ul><h2>Added</h2><h2>Updated</h2><h2>New contributors</h2></content></item><item><title>[2025-01-23] Nylas Node.js SDK v7.7.3</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2025-01-23-node-sdk-v7-7-3/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2025-01-23-node-sdk-v7-7-3/</guid><pubDate>Thu, 23 Jan 2025 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2025-01-23-node-sdk-v7-7-3/</id><updated>2025-01-23T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Node.js SDK v7.7.3 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-nodejs/releases/tag/v7.7.3">Nylas Node.js SDK</a>GitHub:</li><li><a href="https://www.npmjs.com/package/nylas/v/7.7.3">npm</a>Distribution:</li></ul><ul><li><code>latestMessageReceivedDate</code><code>latestMessageSendDate</code><a href="https://github.com/nylas/nylas-nodejs/pull/612">#612</a>Changedandto optional parameters in the Thread model ().</li><li><a href="https://github.com/nylas/nylas-nodejs/pull/617">#617</a>Fixed an issue where timeout override settings in requests weren&apos;t being respected ().</li><li><a href="https://github.com/nylas/nylas-nodejs/pull/618">#618</a>Fixed an issue where query parameters with array values weren&apos;t being transformed into comma-delimited strings ().</li><li><code>anyEmail</code><code>threads.list</code><a href="https://github.com/nylas/nylas-nodejs/pull/618">#618</a>Converted thearray in themethod to a comma-delimited list ().</li></ul><ul><li><code>createdAt</code><a href="https://github.com/nylas/nylas-nodejs/pull/612">#612</a>Removedfield from Message model ().</li></ul><h2>Updated</h2><h2>Removed</h2></content></item><item><title>[2025-01-23] Nylas Node.js SDK v7.7.4</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2025-01-23-node-sdk-v7-7-4/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2025-01-23-node-sdk-v7-7-4/</guid><pubDate>Thu, 23 Jan 2025 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2025-01-23-node-sdk-v7-7-4/</id><updated>2025-01-23T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Node.js SDK v7.7.4 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-nodejs/releases/tag/v7.7.4">Nylas Node.js SDK</a>GitHub:</li><li><a href="https://www.npmjs.com/package/nylas/v/7.7.4">npm</a>Distribution:</li></ul><ul><li><code>any_email</code><code>messages.list</code><a href="https://github.com/nylas/nylas-nodejs/pull/620">#620</a>Fixed an issue where theparameter wasn&apos;t transformed into a comma-delimited list for themethod ().</li></ul><h2>Updated</h2></content></item><item><title>[2025-01-23] Nylas Ruby SDK v6.2.3</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2025-01-23-ruby-sdk-v6-2-3/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2025-01-23-ruby-sdk-v6-2-3/</guid><pubDate>Thu, 23 Jan 2025 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2025-01-23-ruby-sdk-v6-2-3/</id><updated>2025-01-23T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Ruby SDK v6.2.3 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-ruby/releases/tag/v6.2.3">Nylas Ruby SDK</a>GitHub:</li><li><a href="https://rubygems.org/gems/nylas/versions/6.2.3">RubyGems gem description</a>Distribution:</li></ul><ul><li><a href="https://github.com/nylas/nylas-ruby/pull/509">#509</a>Added response handling for instance String API errors ().</li></ul><h2>Added</h2></content></item><item><title>[2024-12-20] Nylas Python SDK v6.5.0</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2024-12-20-python-sdk-v6-5-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2024-12-20-python-sdk-v6-5-0/</guid><pubDate>Fri, 20 Dec 2024 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2024-12-20-python-sdk-v6-5-0/</id><updated>2024-12-20T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Python SDK v6.5.0 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-python/releases/tag/v6.5.0">Nylas Python SDK</a>GitHub:</li><li><a href="https://pypi.org/project/nylas/6.5.0">PyPi</a>Distribution:</li></ul><ul><li><a href="https://github.com/nylas/nylas-python/pull/393">#393</a>Added support for Scheduler APIs ().</li><li><code>metadata</code><a href="https://github.com/nylas/nylas-python/pull/399">#399</a>Added support forfield for Drafts and Messages ().</li></ul><ul><li><a href="https://github.com/nylas/nylas-python/pull/396">#396</a>Fixed Attachment download response handling ().</li></ul><h2>Added</h2><h2>Updated</h2></content></item><item><title>[2024-12-02] Nylas Kotlin/Java SDK v2.5.2</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2024-12-02-java-sdk-v2-5-2/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2024-12-02-java-sdk-v2-5-2/</guid><pubDate>Mon, 02 Dec 2024 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2024-12-02-java-sdk-v2-5-2/</id><updated>2024-12-02T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Kotlin/Java SDK v2.5.2 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-java/releases/tag/v2.5.2">Nylas Kotlin/Java SDK</a>GitHub:</li><li><a href="https://repo.maven.apache.org/maven2/com/nylas/sdk/nylas/2.5.2">Maven repository</a>Distribution:</li></ul><ul><li><code>skypeForConsumer</code><a href="https://github.com/nylas/nylas-java/pull/255">#255</a>Added support foras a conferencing provider ().</li></ul><h2>Added</h2></content></item><item><title>[2024-12-02] Nylas Node.js SDK v7.7.2</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2024-12-02-node-sdk-v7-7-2/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2024-12-02-node-sdk-v7-7-2/</guid><pubDate>Mon, 02 Dec 2024 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2024-12-02-node-sdk-v7-7-2/</id><updated>2024-12-02T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Node.js SDK v7.7.2 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-nodejs/releases/tag/v7.7.2">Nylas Node.js SDK</a>GitHub:</li><li><a href="https://www.npmjs.com/package/nylas/v/7.7.2">npm</a>Distribution:</li></ul><ul><li><a href="https://github.com/nylas/nylas-nodejs/pull/605">#605</a><a href="https://github.com/nylas/nylas-nodejs/pull/610">#610</a>Fixed the Credentials endpoint (,).</li></ul><h2>Updated</h2></content></item><item><title>[2024-12-02] Nylas Ruby SDK v6.2.2</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2024-12-02-ruby-sdk-v6-2-2/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2024-12-02-ruby-sdk-v6-2-2/</guid><pubDate>Mon, 02 Dec 2024 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2024-12-02-ruby-sdk-v6-2-2/</id><updated>2024-12-02T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Ruby SDK v6.2.2 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-ruby/releases/tag/v6.2.2">Nylas Ruby SDK</a>GitHub:</li><li><a href="https://rubygems.org/gems/nylas/versions/6.2.2">RubyGems gem description</a>Distribution:</li></ul><ul><li><a href="https://github.com/nylas/nylas-ruby/pull/503">#503</a>Added booking support for Scheduler private configurations ().</li><li><code>content_id</code><a href="https://github.com/nylas/nylas-ruby/pull/505">#505</a><a href="https://github.com/nylas/nylas-ruby/pull/506">#506</a>Added support for optionalfor inline images when sending messages (,).</li><li><a href="https://github.com/nylas/nylas-ruby/pull/502">#502</a>Added custom file name support for large attachments ().</li></ul><ul><li><code>provider_error</code><a href="https://github.com/nylas/nylas-ruby/pull/504">#504</a>Updated the reference to show thatis a hash ().</li></ul><h2>Added</h2><h2>Updated</h2></content></item><item><title>[2024-11-26] Nylas Node.js SDK v7.7.1</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2024-11-25-node-sdk-v7-7-1/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2024-11-25-node-sdk-v7-7-1/</guid><pubDate>Mon, 25 Nov 2024 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2024-11-25-node-sdk-v7-7-1/</id><updated>2024-11-25T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Node.js SDK v7.7.1 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-nodejs/releases/tag/v7.7.1">Nylas Node.js SDK</a>GitHub:</li><li><a href="https://www.npmjs.com/package/nylas/v/7.7.1">npm</a>Distribution:</li></ul><ul><li><a href="https://github.com/nylas/nylas-nodejs/pull/#606">#606</a>Fixed query parameters for array values ().</li></ul><h2>Updated</h2></content></item><item><title>[2024-11-14] Nylas Node.js SDK v7.7.0</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2024-11-14-node-sdk-v7-7-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2024-11-14-node-sdk-v7-7-0/</guid><pubDate>Thu, 14 Nov 2024 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2024-11-14-node-sdk-v7-7-0/</id><updated>2024-11-14T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Node.js SDK v7.7.0 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-nodejs/releases/tag/v7.7.0">Nylas Node.js SDK</a>GitHub:</li><li><a href="https://www.npmjs.com/package/nylas/v/7.7.0">npm</a>Distribution:</li></ul><ul><li><a href="https://github.com/nylas/nylas-nodejs/pull/589">#589</a>Added support for Nylas Scheduler API ().</li></ul><ul><li><a href="https://github.com/nylas/nylas-nodejs/pull/603">#603</a>Fixed issue where inline attachments larger than 3MB were not sent correctly ().</li></ul><h2>Added</h2><h2>Updated</h2></content></item><item><title>[2024-11-12] Nylas Kotlin/Java SDK v2.5.1</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2024-11-12-java-sdk-v2-5-1/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2024-11-12-java-sdk-v2-5-1/</guid><pubDate>Tue, 12 Nov 2024 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2024-11-12-java-sdk-v2-5-1/</id><updated>2024-11-12T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Kotlin/Java SDK v2.5.1 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-java/releases/tag/v2.5.1">Nylas Kotlin/Java SDK</a>GitHub:</li><li><a href="https://repo.maven.apache.org/maven2/com/nylas/sdk/nylas/2.5.1">Maven repository</a>Distribution:</li></ul><ul><li><a href="https://github.com/nylas/nylas-java/pull/250">#250</a>Fixed response type for returning list of scheduled messages ().</li></ul><h2>Updated</h2></content></item><item><title>[2024-11-12] Nylas Ruby SDK v6.2.1</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2024-11-12-ruby-sdk-v6-2-1/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2024-11-12-ruby-sdk-v6-2-1/</guid><pubDate>Tue, 12 Nov 2024 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2024-11-12-ruby-sdk-v6-2-1/</id><updated>2024-11-12T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Ruby SDK v6.2.1 has been released!</p><p><a href="https://github.com/loomchild">@loomchild</a>made their first contribution to the repository for this release! 🎉</p><ul><li><a href="https://github.com/nylas/nylas-ruby/releases/tag/v6.2.1">Nylas Ruby SDK</a>GitHub:</li><li><a href="https://rubygems.org/gems/nylas/versions/6.2.1">RubyGems gem description</a>Distribution:</li></ul><ul><li><a href="https://github.com/nylas/nylas-ruby/pull/#495">#495</a>Added support for Nylas Scheduler API ().</li><li><code>query_params</code><a href="https://github.com/nylas/nylas-ruby/pull/500">#500</a><a href="https://github.com/nylas/nylas-ruby/pull/499">#499</a>Addedfield to search function for Folders and Threads (,).</li><li><a href="https://github.com/nylas/nylas-ruby/pull/496">#496</a>Added custom file name support for Attachments ().</li></ul><h2>Added</h2><h2>New contributors</h2></content></item><item><title>[2024-10-31] Nylas Node.js SDK v7.6.2</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2024-10-31-node-sdk-v7-6-2/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2024-10-31-node-sdk-v7-6-2/</guid><pubDate>Thu, 31 Oct 2024 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2024-10-31-node-sdk-v7-6-2/</id><updated>2024-10-31T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Node.js SDK v7.6.2 has been released!</p><p><a href="https://github.com/Zellotath">@Zellotath</a>made their first contribution to the repository for this release! 🎉</p><ul><li><a href="https://github.com/nylas/nylas-nodejs/releases/tag/v7.6.2">Nylas Node.js SDK</a>GitHub:</li><li><a href="https://www.npmjs.com/package/nylas/v/7.6.2">npm</a>Distribution:</li></ul><ul><li><code>select</code><a href="https://github.com/nylas/nylas-nodejs/pull/#81">#581</a><a href="https://github.com/nylas/nylas-nodejs/pull/600">#600</a>Added missingfield to query parameters (,).</li><li><code>name</code><a href="https://github.com/nylas/nylas-nodejs/pull/599">#599</a><a href="https://github.com/nylas/nylas-nodejs/pull/600">#600</a>Added missingfield to Grant model (,).</li><li><code>masterEventId</code><a href="https://github.com/nylas/nylas-nodejs/pull/601">#601</a>Added missingfield to Event model ().</li></ul><ul><li><a href="https://github.com/nylas/nylas-nodejs/pull/#597">#597</a><a href="https://github.com/nylas/nylas-nodejs/pull/599">#599</a>Fixed an issue with rotating webhook secrets (,).</li></ul><h2>Added</h2><h2>Updated</h2><h2>New contributors</h2></content></item><item><title>[2024-10-30] Nylas Node.js SDK v7.6.1</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2024-10-30-node-sdk-v7-6-1/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2024-10-30-node-sdk-v7-6-1/</guid><pubDate>Wed, 30 Oct 2024 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2024-10-30-node-sdk-v7-6-1/</id><updated>2024-10-30T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Node.js SDK v7.6.1 has been released!</p><p><a href="https://github.com/johnjjung">@johnjjung</a>made their first contribution to the repository for this release! 🎉</p><ul><li><a href="https://github.com/nylas/nylas-nodejs/releases/tag/v7.6.1">Nylas Node.js SDK</a>GitHub:</li><li><a href="https://www.npmjs.com/package/nylas/v/7.6.1">npm</a>Distribution:</li></ul><ul><li><code>masterEventId</code><a href="https://github.com/nylas/nylas-nodejs/pull/592">#592</a>Added support for filtering events by().</li><li><a href="https://github.com/nylas/nylas-nodejs/pull/591">#591</a>Added support for gzip compression ().</li></ul><h2>Added</h2><h2>New contributors</h2></content></item><item><title>[2024-10-18] Nylas Node.js SDK v7.6.0</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2024-10-18-node-sdk-v7-6-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2024-10-18-node-sdk-v7-6-0/</guid><pubDate>Fri, 18 Oct 2024 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2024-10-18-node-sdk-v7-6-0/</id><updated>2024-10-18T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Node.js SDK v7.6.0 has been released!</p><p><a href="https://github.com/bdbergeron">@bdbergeron</a>made their first contribution to the repository for this release! 🎉</p><ul><li><a href="https://github.com/nylas/nylas-nodejs/releases/tag/v7.6.0">Nylas Node.js SDK</a>GitHub:</li><li><a href="https://www.npmjs.com/package/nylas/v/7.6.0">npm</a>Distribution:</li></ul><ul><li><a href="https://github.com/nylas/nylas-nodejs/pull/577">#577</a>Added support for filtering events by attendee email address ().</li><li><a href="https://github.com/nylas/nylas-nodejs/pull/579">#579</a>Added buffer support for attachments ().</li><li><a href="https://github.com/nylas/nylas-nodejs/pull/585">#585</a><a href="https://github.com/nylas/nylas-nodejs/pull/582">#582</a>Added new webhook trigger types (,).</li><li><a href="https://github.com/nylas/nylas-nodejs/pull/578">#578</a>Added support for EWS as a provider ().</li></ul><ul><li><code>PUT</code><code>POST</code><a href="https://github.com/nylas/nylas-nodejs/pull/584">#584</a><a href="https://github.com/nylas/nylas-nodejs/pull/583">#583</a>Changed the Rotate Secret endpoint fromto(,).</li><li><code>node:crypto</code><a href="https://github.com/nylas/nylas-nodejs/pull/574">#574</a>Fixed an issue where usingwas causing downstream incompatibilities for Jest integrations ().</li><li><code>FormData</code><a href="https://github.com/nylas/nylas-nodejs/pull/586">#586</a><a href="https://github.com/nylas/nylas-nodejs/pull/576">#576</a>Fixedimport compatibility issues with ESM (,).</li></ul><ul><li><code>eslint-plugin-import</code><a href="https://github.com/nylas/nylas-nodejs/pull/575">#575</a>Removedfrom Production dependencies ().</li></ul><h2>Added</h2><h2>Updated</h2><h2>Removed</h2><h2>New contributors</h2></content></item><item><title>[2024-09-25] Nylas Kotlin/Java SDK v2.5.0</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2024-09-25-java-sdk-v2-5-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2024-09-25-java-sdk-v2-5-0/</guid><pubDate>Wed, 25 Sep 2024 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2024-09-25-java-sdk-v2-5-0/</id><updated>2024-09-25T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Kotlin/Java SDK v2.5.0 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-java/releases/tag/v2.5.0">Nylas Kotlin/Java SDK</a>GitHub:</li><li><a href="https://repo.maven.apache.org/maven2/com/nylas/sdk/nylas/2.5.0">Maven repository</a>Distribution:</li></ul><ul><li><code>NylasSdkRemoteClosedError</code><a href="https://github.com/nylas/nylas-java/pull/244">#244</a>Addederror type for when the remote session is closed ().</li><li><a href="https://github.com/nylas/nylas-java/pull/245">#245</a>Added new filter fields for returning a list of Events ().</li><li><a href="https://github.com/nylas/nylas-java/pull/246">#246</a><a href="https://github.com/nylas/nylas-java/pull/221">#221</a>Added response headers to Nylas API error objects (,).</li></ul><h2>Added</h2></content></item><item><title>[2024-09-24] Nylas Python SDK v6.4.0</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2024-09-24-python-sdk-v6-4-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2024-09-24-python-sdk-v6-4-0/</guid><pubDate>Tue, 24 Sep 2024 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2024-09-24-python-sdk-v6-4-0/</id><updated>2024-09-24T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Python SDK v6.4.0 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-python/releases/tag/v6.4.0">Nylas Python SDK</a>GitHub:</li><li><a href="https://pypi.org/project/nylas/6.4.0">PyPi</a>Distribution:</li></ul><ul><li><code>from</code><a href="https://github.com/nylas/nylas-python/pull/386">#386</a>Added support for thefield when sending messages ().</li><li><a href="https://github.com/nylas/nylas-python/pull/385">#385</a>Added missing schedule-specific fields to the Message model ().</li><li><a href="https://github.com/nylas/nylas-python/pull/387">#387</a>Added migration properties to Grants ().</li></ul><ul><li><code>from</code><a href="https://github.com/nylas/nylas-python/pull/382">#382</a>Fixed thefield not being optional causing deserialization errors ().</li><li><a href="https://github.com/nylas/nylas-python/pull/383">#383</a>Fixed IMAP identifiers not encoding correctly ().</li><li><code>NylasOAuthError</code><a href="https://github.com/nylas/nylas-python/pull/388">#388</a><a href="https://github.com/nylas/nylas-python/pull/379">#379</a>Fixednot setting the status code properly (,).</li></ul><h2>Added</h2><h2>Updated</h2></content></item><item><title>[2024-09-24] Nylas Ruby SDK v6.2.0</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2024-09-24-ruby-sdk-v6-2-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2024-09-24-ruby-sdk-v6-2-0/</guid><pubDate>Tue, 24 Sep 2024 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2024-09-24-ruby-sdk-v6-2-0/</id><updated>2024-09-24T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Ruby SDK v6.2.0 has been released!</p><p><a href="https://github.com/lekemula">@lekemula</a>made their first contributions to the repository for this release! 🎉</p><ul><li><a href="https://github.com/nylas/nylas-ruby/releases/tag/v6.2.0">Nylas Ruby SDK</a>GitHub:</li><li><a href="https://rubygems.org/gems/nylas/versions/6.2.0">RubyGems gem description</a>Distribution:</li></ul><ul><li><a href="https://github.com/nylas/nylas-ruby/pull/492">#492</a><a href="https://github.com/nylas/nylas-ruby/pull/488">#488</a>Added query support for Folders (,).</li><li><code>ostruct</code><a href="https://github.com/nylas/nylas-ruby/pull/491">#491</a><a href="https://github.com/nylas/nylas-ruby/pull/489">#489</a>Addedgem dependency (,).</li><li><a href="https://github.com/nylas/nylas-ruby/pull/487">#487</a>Added ability for SDK to reattach large files to messages on retry ().</li></ul><ul><li><code>rest-client</code><code>2</code><a href="https://github.com/nylas/nylas-ruby/pull/490">#490</a>Downgradedtofor better compatibility ().</li></ul><h2>Added</h2><h2>Updated</h2><h2>New contributors</h2></content></item><item><title>[2024-09-04] Nylas Python SDK v6.3.1</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2024-09-04-python-sdk-v6-3-1/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2024-09-04-python-sdk-v6-3-1/</guid><pubDate>Wed, 04 Sep 2024 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2024-09-04-python-sdk-v6-3-1/</id><updated>2024-09-04T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Python SDK v6.3.1 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-python/releases/tag/v6.3.1">Nylas Python SDK</a>GitHub:</li><li><a href="https://pypi.org/project/nylas/6.3.1">PyPi</a>Distribution:</li></ul><ul><li><code>folder.created</code><code>folder.updated</code><code>folder.deleted</code><a href="https://github.com/nylas/nylas-python/pull/374">#374</a>Added support for Folders webhook triggers (,,) ().</li></ul><ul><li><code>json_response</code><a href="https://github.com/nylas/nylas-python/pull/375">#375</a>Fixed misspelling ofin Clean Conversation ().</li><li><a href="https://github.com/nylas/nylas-python/pull/380">#380</a>Fixed request session being used across multiple requests ().</li><li><code>TestCommand</code><code>Command</code><a href="https://github.com/nylas/nylas-python/pull/377">#377</a>Replacedwith().</li></ul><h2>Added</h2><h2>Updated</h2></content></item><item><title>[2024-08-20] Nylas Ruby SDK v6.1.1</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2024-08-20-ruby-sdk-v6-1-1/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2024-08-20-ruby-sdk-v6-1-1/</guid><pubDate>Tue, 20 Aug 2024 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2024-08-20-ruby-sdk-v6-1-1/</id><updated>2024-08-20T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Ruby SDK v6.1.1 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-ruby/releases/tag/v6.1.1">Nylas Ruby SDK</a>GitHub:</li><li><a href="https://rubygems.org/gems/nylas/versions/6.1.1">RubyGems gem description</a>Distribution:</li></ul><ul><li><a href="https://github.com/nylas/nylas-ruby/pull/483">#483</a><a href="https://github.com/nylas/nylas-ruby/pull/482">#482</a>Fixed issues when sending attachments smaller than 3MB (,).</li></ul><h2>Updated</h2></content></item><item><title>[2024-07-26] Nylas Kotlin/Java SDK v2.4.1</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2024-07-26-java-sdk-v2-4-1/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2024-07-26-java-sdk-v2-4-1/</guid><pubDate>Fri, 26 Jul 2024 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2024-07-26-java-sdk-v2-4-1/</id><updated>2024-07-26T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Kotlin/Java SDK v2.4.1 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-java/releases/tag/v2.4.1">Nylas Kotlin/Java SDK</a>GitHub:</li><li><a href="https://repo.maven.apache.org/maven2/com/nylas/sdk/nylas/2.4.1">Maven repository</a>Distribution:</li></ul><ul><li><code>masterEventId</code><code>Event</code><a href="https://github.com/nylas/nylas-java/pull/241">#241</a>Added missingfield inmodel ().</li><li><code>EWS</code><code>Provider</code><a href="https://github.com/nylas/nylas-java/pull/240">#240</a>Added missingprovider inenum ().</li></ul><ul><li><a href="https://github.com/nylas/nylas-java/pull/242">#242</a>Fixed issue where the revoke OAuth token function wasn&apos;t working properly ().</li></ul><h2>Added</h2><h2>Updated</h2></content></item><item><title>[2024-07-25] Nylas Ruby SDK v6.1.0</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2024-07-25-ruby-sdk-v6-1-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2024-07-25-ruby-sdk-v6-1-0/</guid><pubDate>Thu, 25 Jul 2024 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2024-07-25-ruby-sdk-v6-1-0/</id><updated>2024-07-25T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Ruby SDK v6.1.0 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-ruby/releases/tag/v6.1.0">Nylas Ruby SDK</a>GitHub:</li><li><a href="https://rubygems.org/gems/nylas/versions/6.1.0">RubyGems gem description</a>Distribution:</li></ul><ul><li><a href="https://github.com/nylas/nylas-ruby/pull/480">#480</a>Added query support for Messages ().</li><li><a href="https://github.com/nylas/nylas-ruby/pull/476">#476</a>Added support for Clean Conversation ().</li><li><a href="https://github.com/nylas/nylas-ruby/pull/475">#475</a>Added support for getting access token information ().</li><li><a href="https://github.com/nylas/nylas-ruby/pull/473">#473</a><a href="https://github.com/nylas/nylas-ruby/pull/479">#479</a>Added new webhook notification triggers (,).</li></ul><h2>Added</h2></content></item><item><title>[2024-07-12] Nylas Node.js SDK v7.5.2</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2024-07-12-node-sdk-v7-5-2/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2024-07-12-node-sdk-v7-5-2/</guid><pubDate>Fri, 12 Jul 2024 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2024-07-12-node-sdk-v7-5-2/</id><updated>2024-07-12T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Node.js SDK v7.5.2 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-nodejs/releases/tag/v7.5.2">Nylas Node.js SDK</a>GitHub:</li><li><a href="https://www.npmjs.com/package/nylas/v/7.5.2">npm</a>Distribution:</li></ul><ul><li><a href="https://github.com/nylas/nylas-nodejs/pull/571">#571</a>Fixed issue where metadata was being incorrectly modified when sent to the API ().</li></ul><h2>Updated</h2></content></item><item><title>[2024-07-12] Nylas Scheduler v3 Beta 4</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2024-07-12-scheduler-v3-beta4/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2024-07-12-scheduler-v3-beta4/</guid><pubDate>Fri, 12 Jul 2024 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2024-07-12-scheduler-v3-beta4/</id><updated>2024-07-12T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>Nylas Scheduler Beta 4 has been released!</p><h2>Added</h2><ul><li><ul><li><code>confirmation_redirect</code><a href="/docs/reference/api/configurations/post-configurations/">Configurations</a>Addedto theendpoint.</li><li><code>nylas-booking-confirmation-redirect</code>Addedto the Scheduler Editor Component.</li></ul>Added support for custom confirmation URLs. Organizer can redirect guests to a custom booking confirmation page.</li><li><ul><li><code>email_template</code><a href="/docs/reference/api/configurations/post-configurations/">Configurations</a>Addedto theendpoint.</li><li><code>nylas-confirmation-email</code>Addedto the Scheduler Editor Component.</li></ul>Added support for custom confirmation emails. Organizers can add their company logo and change the email title and body.</li><li><ul><li><code>nylas-scheduling-method</code>Addedto the Scheduler Editor Component.</li></ul>Added the scheduling method dropdown list. Organizers can select the scheduling method when they create a Scheduling Page.</li></ul></content></item><item><title>[2024-07-09] Nylas Node.js SDK v7.5.1</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2024-07-09-node-sdk-v7-5-1/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2024-07-09-node-sdk-v7-5-1/</guid><pubDate>Tue, 09 Jul 2024 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2024-07-09-node-sdk-v7-5-1/</id><updated>2024-07-09T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Node.js SDK v7.5.1 has been released!</p><p><a href="https://github.com/SubashPradhan">@SubashPradhan</a><a href="https://github.com/mmollick">@mmollick</a>andmade their first contributions to the repository for this release! 🎉</p><ul><li><a href="https://github.com/nylas/nylas-nodejs/releases/tag/v7.5.1">Nylas Node.js SDK</a>GitHub:</li><li><a href="https://www.npmjs.com/package/nylas/v/7.5.1">npm</a>Distribution:</li></ul><ul><li><a href="https://github.com/nylas/nylas-nodejs/pull/567">#567</a>Added method for collective availability ().</li></ul><ul><li><a href="https://github.com/nylas/nylas-nodejs/pull/569">#569</a>Fixed crash on timeout ().</li><li><code>braces</code><a href="https://github.com/nylas/nylas-nodejs/pull/568">#568</a>Bumpedsub-dependency from v3.0.2 to v3.0.3 ().</li></ul><h2>Added</h2><h2>Updated</h2><h2>New contributors</h2></content></item><item><title>[2024-06-28] Nylas Kotlin/Java SDK v2.4.0</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2024-06-28-java-sdk-v2-4-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2024-06-28-java-sdk-v2-4-0/</guid><pubDate>Fri, 28 Jun 2024 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2024-06-28-java-sdk-v2-4-0/</id><updated>2024-06-28T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Kotlin/Java SDK v2.4.0 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-java/releases/tag/v2.4.0">Nylas Kotlin/Java SDK</a>GitHub:</li><li><a href="https://repo.maven.apache.org/maven2/com/nylas/sdk/nylas/2.4.0">Maven repository</a>Distribution:</li></ul><ul><li><a href="https://github.com/nylas/nylas-java/pull/238">#238</a>Added webhook validation support ().</li></ul><ul><li><code>from</code><a href="https://github.com/nylas/nylas-java/pull/237">#237</a>Fixed issue where thefield wasn&apos;t accessible when sending email messages ().</li></ul><h2>Added</h2><h2>Updated</h2></content></item><item><title>[2024-06-26] Nylas Kotlin/Java SDK v2.3.2</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2024-06-26-java-sdk-v2-3-2/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2024-06-26-java-sdk-v2-3-2/</guid><pubDate>Wed, 26 Jun 2024 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2024-06-26-java-sdk-v2-3-2/</id><updated>2024-06-26T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Kotlin/Java SDK v2.3.2 has been released!</p><p><a href="https://github.com/burtonrhodes">@burtonrhodes</a>made their first contributions to the repository for this release! 🎉</p><ul><li><a href="https://github.com/nylas/nylas-java/releases/tag/v2.3.2">Nylas Kotlin/Java SDK</a>GitHub:</li><li><a href="https://repo.maven.apache.org/maven2/com/nylas/sdk/nylas/2.3.2">Maven repository</a>Distribution:</li></ul><ul><li><code>When</code><a href="https://github.com/nylas/nylas-java/pull/235">#235</a>Fixed the defaulttype ().</li><li><code>from</code><a href="https://github.com/nylas/nylas-java/pull/233">#233</a><a href="https://github.com/nylas/nylas-java/pull/234">#234</a>Fixed an issue where thefield wasn&apos;t accessible when creating Drafts (,).</li></ul><h2>Updated</h2><h2>New contributors</h2></content></item><item><title>[2024-06-25] Nylas Scheduler v3 Beta 3</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2024-06-25-scheduler-v3-beta3/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2024-06-25-scheduler-v3-beta3/</guid><pubDate>Tue, 25 Jun 2024 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2024-06-25-scheduler-v3-beta3/</id><updated>2024-06-25T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>Nylas Scheduler Beta 3 has been released!</p><h2>Added</h2><h2>Updated</h2><ul><li><ul><li><code>max-fairness</code><code>max-availability</code><code>availability_method</code><a href="/docs/reference/api/configurations/post-configurations/">Configurations</a>Addedandas options forin theendpoint.</li><li><code>booking_id</code><a href="/docs/reference/api/availability/get-availability/">Availability</a>Added thequery parameter to theendpoint. The booking ID is used to reschedule a round-robin meeting.</li></ul>Added support for round-robin meetings.</li></ul><ul><li><code>version</code><a href="/docs/reference/api/configurations/post-configurations/">Configurations</a>Removedfrom theendpoint.</li></ul></content></item><item><title>[2024-06-13] Nylas Scheduler v3 Beta 2</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2024-06-13-scheduler-v3-beta2/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2024-06-13-scheduler-v3-beta2/</guid><pubDate>Thu, 13 Jun 2024 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2024-06-13-scheduler-v3-beta2/</id><updated>2024-06-13T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>Nylas Scheduler Beta 2 has been released!</p><h2>Added</h2><ul><li><code>Google Meet</code><code>Microsoft Teams</code><code>Zoom Meeting</code><a href="/docs/v3/scheduler/add-conferencing/">Adding conferencing to bookings</a><ul><li><code>conferencing</code><a href="/docs/reference/api/configurations/post-configurations/">Configurations</a>Addedto theendpoint.</li><li><code>conferenceProvider</code><code>nylas-event-location</code><code>nylas-scheduler-editor</code>Added theproperty to thecomponent. You should set this property in the parent component ().</li></ul>Added support for conferencing. When organizers select a conferencing option from the Scheduler Editor, Scheduler automatically creates online conferences. Booking confirmations and email notifications will include the conference link. Supported providers are,, and. For more information, see.</li><li><strong>Booking form</strong><ul><li><code>additional_fields</code><code>text</code><code>multi_line_text</code><code>email</code><code>phone_number</code><code>dropdown</code><code>date</code><code>checkbox</code><code>radio_button</code><a href="/docs/reference/api/configurations/post-configurations/">Configurations</a><a href="/docs/reference/api/bookings/post-bookings/">Bookings</a>Addedto theand theendpoints. Supported field types are,,,,,,, and.</li><li><code>nylas-booking-form-config</code>Added thecomponent to the Scheduler Editor Component.</li><li><code>checkbox-component</code><code>input-component</code><code>radio-button-group</code><code>select-dropdown</code><code>textarea-component</code><code>toggle-switch</code>Added form components to support form creation from the UI. Form components include,,,,, and.</li></ul>Added support for custom booking forms. The Scheduler Editor now includes thetab where organizers can add additional fields to Scheduling Pages.</li><li><ul><li><code>participants.timezone</code><a href="/docs/reference/api/configurations/post-configurations/">Configurations</a>Addedto theendpoint.</li><li><code>guest.timezone</code><a href="/docs/reference/api/bookings/post-bookings/">Bookings</a>Addedto the theendpoint.</li><li><code>nylas-additional-participants</code>Added thecomponent to the Scheduler Editor Component.</li><li><code>nylas-participants-custom-availability</code>Added thecomponent to the Scheduler Editor Component.</li><li><code>nylas-connected-calendars</code>Added thecomponent to the Scheduler Editor Component.</li></ul>Added support for collective meetings. Collective meetings allow organizers to host an event with participants in their team or company. Organizers can configure default open hours and participant open hours.</li></ul></content></item><item><title>[2024-06-11] Nylas Kotlin/Java SDK v2.3.1</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2024-06-11-java-sdk-v2-3-1/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2024-06-11-java-sdk-v2-3-1/</guid><pubDate>Tue, 11 Jun 2024 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2024-06-11-java-sdk-v2-3-1/</id><updated>2024-06-11T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Kotlin/Java SDK v2.3.1 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-java/releases/tag/v2.3.1">Nylas Kotlin/Java SDK</a>GitHub:</li><li><a href="https://repo.maven.apache.org/maven2/com/nylas/sdk/nylas/2.3.1">Maven repository</a>Distribution:</li></ul><ul><li><code>code</code><code>scope</code><a href="https://github.com/nylas/nylas-java/pull/231">#231</a>Fixed theexchange response for thevalue ().</li></ul><h2>Updated</h2></content></item><item><title>[2024-06-05] Nylas Python SDK v6.3.0</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2024-06-05-python-sdk-v6-3-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2024-06-05-python-sdk-v6-3-0/</guid><pubDate>Wed, 05 Jun 2024 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2024-06-05-python-sdk-v6-3-0/</id><updated>2024-06-05T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Python SDK v6.3.0 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-python/releases/tag/v6.3.0">Nylas Python SDK</a>GitHub:</li><li><a href="https://pypi.org/project/nylas/6.3.0">PyPi</a>Distribution:</li></ul><ul><li><code>folder</code><a href="https://github.com/nylas/nylas-python/pull/371">#371</a>Added support forquery parameter ().</li><li><code>master_event_id</code><a href="https://github.com/nylas/nylas-python/pull/372">#372</a>Addedfield to events ().</li></ul><ul><li><a href="https://github.com/nylas/nylas-python/pull/371">#371</a>Fixed issue with Application models not being deserialized correctly ().</li></ul><h2>Added</h2><h2>Updated</h2></content></item><item><title>[2024-05-21] Nylas Scheduler v3 Beta 1</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2024-05-21-scheduler-v3-beta1/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2024-05-21-scheduler-v3-beta1/</guid><pubDate>Tue, 21 May 2024 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2024-05-21-scheduler-v3-beta1/</id><updated>2024-05-21T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>Nylas Scheduler Beta 1 has been released!</p><h2>Added</h2><h2>Updated</h2><ul><li>Added ICS files to email notifications.</li><li><ul><li><code>nylas-timeslot-interval</code>Addedto the Scheduler Editor Component.</li></ul>Added support for time slot intervals.</li><li><ul><li><code>cancellation_policy</code><a href="/docs/reference/api/configurations/post-configurations/">Configuration</a>Addedto theendpoint.</li><li><code>nylas-cancellation-policy</code>Addedto the Scheduler Editor Component.</li></ul>Added support for cancellation policy messages.</li><li><ul><li><code>additional_guests</code><a href="/docs/reference/api/bookings/post-bookings/">Bookings</a>Addedto theendpoint.</li></ul>Added support for additional guests. Guests can add additional guests to the event that they book.</li><li><strong>Additional guests</strong><ul><li><code>hide_additional_guests</code><a href="/docs/reference/api/configurations/post-configurations/">Configuration</a>Addedto theendpoint.</li></ul>Added support for hiding thefield on Scheduling Pages.</li><li><ul><li><code>hide_cancellation_options</code><code>hide_rescheduling_options</code><a href="/docs/reference/api/configurations/post-configurations/">Configuration</a>Addedandto theendpoint.</li></ul>Added support for hiding rescheduling and cancelling options in booking confirmations and email notifications.</li><li><ul><li><code>min_booking_notice</code><a href="/docs/reference/api/configurations/post-configurations/">Configuration</a>Addedto theendpoint.</li></ul>Added support for minimum booking notices. This prevents guests from booking an event within the specified number of minutes before the event starts.</li></ul><ul><li><code>booking_reference</code><code>booking_id</code>Updated rescheduling and cancelling URLs to useinstead of.</li><li><code>requires_session_auth: true</code>Fixed an issue where rescheduling and cancelling bookings didn&apos;t work with.</li><li>Fixed minor bugs and improved performance.</li></ul></content></item><item><title>[2024-05-17] Nylas Node.js SDK v7.5.0</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2024-05-17-node-sdk-v7-5-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2024-05-17-node-sdk-v7-5-0/</guid><pubDate>Fri, 17 May 2024 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2024-05-17-node-sdk-v7-5-0/</id><updated>2024-05-17T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Node.js SDK v7.5.0 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-nodejs/releases/tag/v7.5.0">Nylas Node.js SDK</a>GitHub:</li><li><a href="https://www.npmjs.com/package/nylas/v/7.5.0">npm</a>Distribution:</li></ul><ul><li><a href="https://github.com/nylas/nylas-nodejs/pull/564">#564</a>Added support for filtering by event type when listing events ().</li><li><a href="https://github.com/nylas/nylas-nodejs/pull/565">#565</a>Added support for filtering list of folders ().</li></ul><ul><li><a href="https://github.com/nylas/nylas-nodejs/pull/564">#564</a>Fixed query parameters not being formatted correctly ().</li></ul><h2>Added</h2><h2>Updated</h2></content></item><item><title>[2024-05-17] Nylas Python SDK v6.2.0</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2024-05-17-python-sdk-v6-2-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2024-05-17-python-sdk-v6-2-0/</guid><pubDate>Fri, 17 May 2024 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2024-05-17-python-sdk-v6-2-0/</id><updated>2024-05-17T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Python SDK v6.2.0 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-python/releases/tag/v6.2.0">Nylas Python SDK</a>GitHub:</li><li><a href="https://pypi.org/project/nylas/6.2.0">PyPi</a>Distribution:</li></ul><ul><li><a href="https://github.com/nylas/nylas-python/pull/360">#360</a>Added support for custom headers in Drafts and Messages ().</li><li><a href="https://github.com/nylas/nylas-python/pull/363">#363</a>Added support for overriding various fields in outgoing requests ().</li><li><code>provider</code><a href="https://github.com/nylas/nylas-python/pull/360">#360</a>Added support forfield in code exchange response ().</li><li><code>event_type</code><a href="https://github.com/nylas/nylas-python/pull/364">#364</a>Added support forfilter when listing events ().</li><li><a href="https://github.com/nylas/nylas-python/pull/361">#361</a>Added Clean Messages support ().</li><li><a href="https://github.com/nylas/nylas-python/pull/357">#357</a>Added webhook triggers ().</li></ul><ul><li><a href="https://github.com/nylas/nylas-python/pull/362">#362</a>Fixed issue where attachments larger than 3MB were not being encoded correctly ().</li><li><a href="https://github.com/nylas/nylas-python/pull/358">#358</a><a href="https://github.com/nylas/nylas-python/pull/368">#368</a><a href="https://github.com/nylas/nylas-python/pull/369">#369</a>Fixed issue with deserializing event and code exchange responses (,,).</li></ul><h2>Added</h2><h2>Updated</h2></content></item><item><title>[2024-05-01] Nylas Node.js SDK v7.4.0</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2024-05-01-node-sdk-v7-4-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2024-05-01-node-sdk-v7-4-0/</guid><pubDate>Wed, 01 May 2024 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2024-05-01-node-sdk-v7-4-0/</id><updated>2024-05-01T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Node.js SDK v7.4.0 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-nodejs/releases/tag/v7.4.0">Nylas Node.js SDK</a>GitHub:</li><li><a href="https://www.npmjs.com/package/nylas/v/7.4.0">npm</a>Distribution:</li></ul><ul><li><code>provider</code><a href="https://github.com/nylas/nylas-nodejs/pull/560">#560</a>Added support forfield to code exchange response ().</li><li><a href="https://github.com/nylas/nylas-nodejs/pull/561">#561</a>Added support for Clean Conversation endpoint ().</li></ul><ul><li><a href="https://github.com/nylas/nylas-nodejs/pull/559">#559</a>Fixed an issue where attachments larger than 3MB were not being encoded correctly ().</li></ul><h2>Added</h2><h2>Updated</h2></content></item><item><title>[2024-04-30] Nylas Kotlin/Java SDK v2.3.0</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2024-04-30-java-sdk-v2-3-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2024-04-30-java-sdk-v2-3-0/</guid><pubDate>Tue, 30 Apr 2024 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2024-04-30-java-sdk-v2-3-0/</id><updated>2024-04-30T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Kotlin/Java SDK v2.3.0 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-java/releases/tag/v2.3.0">Nylas Kotlin/Java SDK</a>GitHub:</li><li><a href="https://repo.maven.apache.org/maven2/com/nylas/sdk/nylas/2.3.0">Maven repository</a>Distribution:</li></ul><ul><li><code>message.created</code><code>message.updated</code><code>message.bounce_detected</code><code>message.opened</code><code>message.link.clicked</code><code>thread.replied</code><a href="https://github.com/nylas/nylas-java/pull/220">#220</a>Added missing webhook triggers (,,,,,) ().</li><li><code>provider</code><a href="https://github.com/nylas/nylas-java/pull/225">#225</a>Addedfield to token exchange response ().</li><li><a href="https://github.com/nylas/nylas-java/pull/226">#226</a><a href="https://github.com/nylas/nylas-java/pull/228">#228</a>Added support for Clean Conversation endpoint (,).</li><li><a href="https://github.com/nylas/nylas-java/pull/223">#223</a>Added support for custom headers field in Drafts and Messages ().</li><li><a href="https://github.com/nylas/nylas-java/pull/224">#224</a>Added support for overriding various fields in outgoing requests ().</li></ul><ul><li><a href="https://github.com/nylas/nylas-java/pull/227">#227</a><a href="https://github.com/nylas/nylas-java/pull/222">#222</a>Fixed an issue where attachments larger than 3MB were not being encoded correctly (,).</li></ul><h2>Added</h2><h2>Updated</h2></content></item><item><title>[2024-04-15] Nylas Node.js SDK v7.3.0</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2024-04-15-node-sdk-v7-3-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2024-04-15-node-sdk-v7-3-0/</guid><pubDate>Mon, 15 Apr 2024 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2024-04-15-node-sdk-v7-3-0/</id><updated>2024-04-15T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Node.js SDK v7.3.0 has been released!</p><p><a href="https://github.com/hanut">@hanut</a><a href="https://github.com/Taha-Sardar">@Taha-Sardar</a>andmade their first contributions to the repository for this release! 🎉</p><ul><li><a href="https://github.com/nylas/nylas-nodejs/releases/tag/v7.3.0">Nylas Node.js SDK</a>GitHub:</li><li><a href="https://www.npmjs.com/package/nylas/v/7.3.0">npm</a>Distribution:</li></ul><ul><li><code>sendRSVP</code><a href="https://github.com/nylas/nylas-nodejs/pull/556">#556</a>Added the response type to().</li><li><a href="https://github.com/nylas/nylas-nodejs/pull/552">#552</a>Added support for including custom headers in outgoing requests ().</li><li><a href="https://github.com/nylas/nylas-nodejs/pull/553">#553</a>Added support for the custom headers field to Drafts and Messages ().</li><li><code>include_grant_scopes</code><a href="https://github.com/nylas/nylas-nodejs/pull/554">#554</a>Added support for settingwhen generating authentication URLs ().</li></ul><ul><li><code>type</code><code>When</code><code>object</code><a href="https://github.com/nylas/nylas-nodejs/pull/551">#551</a>Renamed thefield inmodels to().</li><li><code>ReminderOverride</code><a href="https://github.com/nylas/nylas-nodejs/pull/555">#555</a>Fixed an inaccuracy in themodel ().</li></ul><h2>Added</h2><h2>Updated</h2><h2>New contributors</h2></content></item><item><title>[2024-03-05] Nylas Node.js SDK v7.2.1</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2024-03-05-node-sdk-v7-2-1/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2024-03-05-node-sdk-v7-2-1/</guid><pubDate>Tue, 05 Mar 2024 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2024-03-05-node-sdk-v7-2-1/</id><updated>2024-03-05T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Node.js SDK v7.2.1 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-nodejs/releases/tag/v7.2.1">Nylas Node.js SDK</a>GitHub:</li><li><a href="https://www.npmjs.com/package/nylas/v/7.2.1">npm</a>Distribution:</li></ul><ul><li><a href="https://github.com/nylas/nylas-nodejs/pull/544">#544</a>Improved Message Sending and Draft Create/Update performance ().</li><li><a href="https://github.com/nylas/nylas-nodejs/pull/545">#545</a>Changed the default timeout to match the API (90 seconds) ().</li><li><a href="https://github.com/nylas/nylas-nodejs/pull/546">#546</a>Fixed the serialization/deserialization of keys that include numbers ().</li></ul><h2>Updated</h2></content></item><item><title>[2024-03-05] Nylas Kotlin/Java SDK v2.2.1</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2024-03-05-java-sdk-v2-2-1/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2024-03-05-java-sdk-v2-2-1/</guid><pubDate>Tue, 05 Mar 2024 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2024-03-05-java-sdk-v2-2-1/</id><updated>2024-03-05T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Kotlin/Java SDK v2.2.1 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-java/releases/tag/v2.2.1">Nylas Kotlin/Java SDK</a>GitHub:</li><li><a href="https://repo.maven.apache.org/maven2/com/nylas/sdk/nylas/2.2.1/">Maven repository</a>Distribution:</li></ul><ul><li><a href="https://github.com/nylas/nylas-java/pull/217">#217</a>Improved Message Sending and Draft Create/Update performance ().</li><li><a href="https://github.com/nylas/nylas-java/pull/218">#218</a>Changed the default timeout to match the API (90 seconds) ().</li></ul><h2>Updated</h2></content></item><item><title>[2024-03-05] Nylas Python SDK v6.1.1</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2024-03-05-python-sdk-v6-1-1/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2024-03-05-python-sdk-v6-1-1/</guid><pubDate>Tue, 05 Mar 2024 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2024-03-05-python-sdk-v6-1-1/</id><updated>2024-03-05T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Python SDK v6.1.1 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-python/releases/tag/v6.1.1">Nylas Python SDK</a>GitHub:</li><li><a href="https://pypi.org/project/nylas/6.1.1">PyPi</a>Distribution:</li></ul><ul><li><a href="https://github.com/nylas/nylas-python/pull/352">#352</a><a href="https://github.com/nylas/nylas-python/pull/349">#349</a>Improved Message Sending and Draft Create/Update performance (,).</li><li><a href="https://github.com/nylas/nylas-python/pull/353">#353</a>Changed the default timeout to match the API (90 seconds) ().</li></ul><h2>Updated</h2></content></item><item><title>[2024-03-05] Nylas Ruby SDK v6.0.3</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2024-03-05-ruby-sdk-v6-0-3/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2024-03-05-ruby-sdk-v6-0-3/</guid><pubDate>Tue, 05 Mar 2024 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2024-03-05-ruby-sdk-v6-0-3/</id><updated>2024-03-05T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Ruby SDK v6.0.3 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-ruby/releases/tag/v6.0.3">Nylas Ruby SDK</a>GitHub:</li><li><a href="https://rubygems.org/gems/nylas/versions/6.0.3">RubyGems gem description</a>Distribution:</li></ul><ul><li><a href="https://github.com/nylas/nylas-ruby/pull/470">#470</a>Improved Message Sending and Draft Create/Update performance ().</li><li><a href="https://github.com/nylas/nylas-ruby/pull/471">#471</a>Changed the default timeout to match the API (90 seconds) ().</li><li><code>Auth.detect_provider</code><a href="https://github.com/nylas/nylas-ruby/pull/469">#469</a><a href="https://github.com/nylas/nylas-ruby/pull/468">#468</a>Fixed an error that occurred when invoking(,).</li></ul><h2>Updated</h2></content></item><item><title>[2024-02-27] Nylas Kotlin/Java SDK v2.2.0</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2024-02-27-java-sdk-v2-2-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2024-02-27-java-sdk-v2-2-0/</guid><pubDate>Tue, 27 Feb 2024 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2024-02-27-java-sdk-v2-2-0/</id><updated>2024-02-27T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Kotlin/Java SDK v2.2.0 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-java/releases/tag/v2.2.0">Nylas Kotlin/Java SDK</a>GitHub:</li><li><a href="https://repo.maven.apache.org/maven2/com/nylas/sdk/nylas/2.2.0/">Maven repository</a>Distribution:</li></ul><ul><li><code>roundTo</code><a href="https://github.com/nylas/nylas-java/pull/215">#215</a>Added support for thefield in Availability Response ().</li><li><code>attributes</code><a href="https://github.com/nylas/nylas-java/pull/215">#215</a>Added support for thefield in the Folder model ().</li><li><a href="https://github.com/nylas/nylas-java/pull/215">#215</a>Added support for iCloud as an authentication provider ().</li></ul><ul><li><code>FindAttachmentQueryParams</code><a href="https://github.com/nylas/nylas-java/pull/208">#208</a>Fixed the builder for().</li><li><a href="https://github.com/nylas/nylas-java/pull/210">#210</a>Updated scopes to be optional for IMAP grants ().</li><li><a href="https://github.com/nylas/nylas-java/pull/211">#211</a>Fixed a typo in the Updating Grant schema ().</li><li><a href="https://github.com/nylas/nylas-java/pull/212">#212</a>Fixed the endpoint for rotating webhook secrets ().</li><li><a href="https://github.com/nylas/nylas-java/pull/213">#213</a>Fixed the response type for returning webhook IP addresses ().</li></ul><ul><li><code>clientId</code><code>detectProvider</code><a href="https://github.com/nylas/nylas-java/pull/215">#215</a>Removed thefield fromparameters ().</li></ul><h2>Added</h2><h2>Updated</h2><h2>Removed</h2></content></item><item><title>[2024-02-27] Nylas Node.js SDK v7.2.0</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2024-02-27-node-sdk-v7-2-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2024-02-27-node-sdk-v7-2-0/</guid><pubDate>Tue, 27 Feb 2024 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2024-02-27-node-sdk-v7-2-0/</id><updated>2024-02-27T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Node.js SDK v7.2.0 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-nodejs/releases/tag/v7.2.0">Nylas Node.js SDK</a>GitHub:</li><li><a href="https://www.npmjs.com/package/nylas/v/7.2.0">npm</a>Distribution:</li></ul><ul><li><code>roundTo</code><a href="https://github.com/nylas/nylas-nodejs/pull/540">#540</a>Added support for thefield in the Availability response model ().</li><li><code>attributes</code><a href="https://github.com/nylas/nylas-nodejs/pull/540">#540</a>Added support for thefield in the Folder model ().</li><li><a href="https://github.com/nylas/nylas-nodejs/pull/540">#540</a>Added support for iCloud as an authentication provider ().</li></ul><ul><li><a href="https://github.com/nylas/nylas-nodejs/pull/539">#539</a>Fixed query parameters not showing up in method parameters for finding a message ().</li><li><a href="https://github.com/nylas/nylas-nodejs/pull/541">#541</a><a href="https://github.com/nylas/nylas-nodejs/pull/542">#542</a>Fixed missing fields in Message models (,).</li></ul><ul><li><code>clientId</code><code>detectProvider</code><a href="https://github.com/nylas/nylas-nodejs/pull/540">#540</a>Removed the unnecessaryfield fromparameters ().</li></ul><h2>Added</h2><h2>Updated</h2><h2>Removed</h2></content></item><item><title>[2024-02-27] Nylas Python SDK v6.1.0</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2024-02-27-python-sdk-v6-1-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2024-02-27-python-sdk-v6-1-0/</guid><pubDate>Tue, 27 Feb 2024 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2024-02-27-python-sdk-v6-1-0/</id><updated>2024-02-27T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Python SDK v6.1.0 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-python/releases/tag/v6.1.0">Nylas Python SDK</a>GitHub:</li><li><a href="https://pypi.org/project/nylas/6.1.0">PyPi</a>Distribution:</li></ul><ul><li><code>round_to</code><a href="https://github.com/nylas/nylas-python/pull/348">#348</a>Added support for thefield in the Availability response ().</li><li><code>attributes</code><a href="https://github.com/nylas/nylas-python/pull/348">#348</a>Added support for thefield in the Folder model ().</li><li><a href="https://github.com/nylas/nylas-python/pull/348">#348</a>Added support for iCloud as an authentication provider ().</li></ul><ul><li><a href="https://github.com/nylas/nylas-python/pull/346">#346</a>Fixed the webhook secret not being returned when a webhook is created ().</li><li><a href="https://github.com/nylas/nylas-python/pull/350">#350</a>Fixed an issue with Free/Busy and Scheduled Message responses not being deserialized correctly ().</li></ul><ul><li><code>client_id</code><code>detect_provider()</code><a href="https://github.com/nylas/nylas-python/pull/348">#348</a>Removed thefield from().</li></ul><h2>Added</h2><h2>Updated</h2><h2>Removed</h2></content></item><item><title>[2024-02-27] Nylas Ruby SDK v6.0.2</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2024-02-27-ruby-sdk-v6-0-2/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2024-02-27-ruby-sdk-v6-0-2/</guid><pubDate>Tue, 27 Feb 2024 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2024-02-27-ruby-sdk-v6-0-2/</id><updated>2024-02-27T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Ruby SDK v6.0.2 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-ruby/releases/tag/v6.0.2">Nylas Ruby SDK</a>GitHub:</li><li><a href="https://rubygems.org/gems/nylas/versions/6.0.2">RubyGems gem description</a>Distribution:</li></ul><ul><li><a href="https://github.com/nylas/nylas-ruby/pull/464">#464</a>Fixed the HTTP operation for updating grants ().</li><li><a href="https://github.com/nylas/nylas-ruby/pull/465">#465</a>Fixed the endpoint URL for rotating webhooks ().</li></ul><h2>Updated</h2></content></item><item><title>[2024-02-12] Nylas Kotlin/Java SDK v2.1.0</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2024-02-12-java-sdk-v2-1-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2024-02-12-java-sdk-v2-1-0/</guid><pubDate>Mon, 12 Feb 2024 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2024-02-12-java-sdk-v2-1-0/</id><updated>2024-02-12T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Kotlin/Java SDK v2.1.0 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-java/releases/tag/v2.1.0">Nylas Kotlin/Java SDK</a>GitHub:</li><li><a href="https://repo.maven.apache.org/maven2/com/nylas/sdk/nylas/2.1.0/">Maven repository</a>Distribution:</li></ul><ul><li><a href="https://github.com/nylas/nylas-java/pull/205">#205</a>Added support for getting OAuth token information ().</li></ul><ul><li><code>Event</code><code>Message</code><code>Draft</code><code>CodeExchangeResponse</code><a href="https://github.com/nylas/nylas-java/pull/203">#203</a><a href="https://github.com/nylas/nylas-java/pull/204">#204</a><a href="https://github.com/nylas/nylas-java/pull/205">#205</a>Fixed schema issues in the,,, andmodels (,,)</li></ul><h2>Added</h2><h2>Updated</h2></content></item><item><title>[2024-02-09] Nylas Node.js SDK v6.11.1</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2024-02-12-node-sdk-v6-11-1/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2024-02-12-node-sdk-v6-11-1/</guid><pubDate>Mon, 12 Feb 2024 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2024-02-12-node-sdk-v6-11-1/</id><updated>2024-02-12T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Node.js SDK v6.11.1 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-nodejs/releases/tag/v6.11.1">Nylas Node.js SDK</a>GitHub:</li><li><a href="https://www.npmjs.com/package/nylas/v/6.11.1">npm</a>Distribution:</li></ul><ul><li><code>400</code><a href="https://github.com/nylas/nylas-nodejs/pull/524">#524</a>Fixed an issue where Microsoft Graph events returnedon update ().</li><li><code>comment</code><code>rsvp()</code><a href="https://github.com/nylas/nylas-nodejs/pull/529">#529</a>Made theparameter inoptional ().</li></ul><h2>Updated</h2></content></item><item><title>[2024-02-12] Nylas Node.js SDK v7.1.0</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2024-02-12-node-sdk-v7-1-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2024-02-12-node-sdk-v7-1-0/</guid><pubDate>Mon, 12 Feb 2024 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2024-02-12-node-sdk-v7-1-0/</id><updated>2024-02-12T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Node.js SDK v7.1.0 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-nodejs/releases/tag/v7.1.0">Nylas Node.js SDK</a>GitHub:</li><li><a href="https://www.npmjs.com/package/nylas/v/7.1.0">npm</a>Distribution:</li></ul><ul><li><code>/v3/connect/tokeninfo</code><a href="https://github.com/nylas/nylas-nodejs/pull/536">#536</a>Added support for theendpoint ().</li></ul><ul><li><code>nylas</code><a href="https://github.com/nylas/nylas-nodejs/pull/534">#534</a>Models can now be imported directly from the top-levelpackage ().</li><li><a href="https://github.com/nylas/nylas-nodejs/pull/535">#535</a>Fixed inaccuracies in event and webhook models ().</li></ul><h2>Added</h2><h2>Updated</h2></content></item><item><title>[2024-02-12] Nylas Ruby SDK v6.0.1</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2024-02-12-ruby-sdk-v6-0-1/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2024-02-12-ruby-sdk-v6-0-1/</guid><pubDate>Mon, 12 Feb 2024 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2024-02-12-ruby-sdk-v6-0-1/</id><updated>2024-02-12T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Ruby SDK v6.0.1 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-ruby/releases/tag/v6.0.1">Nylas Ruby SDK</a>GitHub:</li><li><a href="https://rubygems.org/gems/nylas/versions/6.0.1">RubyGems gem description</a>Distribution:</li></ul><ul><li><a href="https://github.com/nylas/nylas-ruby/pull/462">#462</a>Fixed a bug during the OAuth URL building process ().</li><li><code>next_cursor</code><a href="https://github.com/nylas/nylas-ruby/pull/461">#461</a>Fixed a bug where thefield was omitted for list responses ().</li></ul><h2>Updated</h2></content></item><item><title>[2024-02-09] Nylas Kotlin/Java SDK v2.0.0 - GA</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2024-02-09-java-sdk-v2-0-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2024-02-09-java-sdk-v2-0-0/</guid><pubDate>Fri, 09 Feb 2024 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2024-02-09-java-sdk-v2-0-0/</id><updated>2024-02-09T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Kotlin/Java SDK v2.0.0 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-java/releases/tag/v2.0.0">Nylas Kotlin/Java SDK</a>GitHub:</li><li><a href="https://repo.maven.apache.org/maven2/com/nylas/sdk/nylas/2.0.0/">Maven repository</a>Distribution:</li></ul><ul><li><code>nylas-java-sdk</code><code>nylas</code>Renamed artifact fromto.</li><li><a href="/docs/v2/upgrade-to-v3/features-and-changes/">v3 Features and Changes</a>Nylas SDK v2 supports Nylas v3 exclusively, dropping support for any endpoints that are not available in v3. Seefor more information.</li><li>Moved all REST calls from models into resources.</li></ul><ul><li>Full Kotlin support.</li><li>Created models for all API resources and endpoints, for all HTTP methods to reduce confusion on which fields are available for each endpoint.</li><li>Created error classes for the different API errors as well as SDK-specific errors.</li></ul><ul><li>Now using Moshi annotations for JSON serialization/deserialization as opposed to manually writing JSON maps.</li><li>Removed all REST calls from models and moved them directly into resources.</li></ul><ul><li><code>NylasClient</code>Non-builder ways for initializing.</li><li>Local Webhook development support is removed due to incompatibility with the new API version.</li></ul><h2>Breaking changes</h2><h2>Added</h2><h2>Updated</h2><h2>Removed</h2></content></item><item><title>[2024-02-09] Nylas Python SDK v6.0.0 - GA</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2024-02-09-python-sdk-v6-0-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2024-02-09-python-sdk-v6-0-0/</guid><pubDate>Fri, 09 Feb 2024 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2024-02-09-python-sdk-v6-0-0/</id><updated>2024-02-09T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Python SDK v6.0.0 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-python/releases/tag/v6.0.0">Nylas Python SDK</a>GitHub:</li><li><a href="https://pypi.org/project/nylas/6.0.0/">PyPi</a>Distribution:</li></ul><ul><li><a href="/docs/v2/upgrade-to-v3/features-and-changes/">v3 Features and Changes</a>Python SDK v6 supports Nylas v3 exclusively, dropping support for any endpoints that are not available in v3. Seefor more information.</li><li>Dropped support for Python &lt; v3.8.</li><li>Dropped the use of &quot;Collections&quot; in favor of &quot;Resources&quot;.</li><li>Moved all REST calls from models into resources.</li><li><code>dict</code><code>dataclass</code><code>TypedDict</code>Models no longer inherit frombut instead either are aor inherit from.</li><li><code>APIClient</code><code>Client</code>Renamed the SDK entry point fromto.</li></ul><ul><li>Created models for all API resources and endpoints, for all HTTP methods to reduce confusion on which fields are available for each endpoint.</li><li>Created error classes for the different API errors as well as SDK-specific errors.</li></ul><ul><li>Rewrote the majority of SDK to be more intuitive, explicit, and efficient.</li></ul><ul><li>Local Webhook development support is removed due to incompatibility with the new API version.</li></ul><h3>Breaking Changes</h3><h2>Added</h2><h2>Updated</h2><h2>Removed</h2></content></item><item><title>[2024-02-09] GA - Nylas Node.js SDK v7.0.0</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2024-02-09-node-sdk-v7-0-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2024-02-09-node-sdk-v7-0-0/</guid><pubDate>Fri, 09 Feb 2024 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2024-02-09-node-sdk-v7-0-0/</id><updated>2024-02-09T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Node.js SDK v7.0.0 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-nodejs/releases/tag/v7.0.0">Nylas Node.js SDK</a>GitHub:</li><li><a href="https://www.npmjs.com/package/nylas/v/7.0.0">npm</a>Distribution:</li></ul><ul><li><a href="/docs/v2/upgrade-to-v3/features-and-changes/">v3 Features and Changes</a>Node SDK v7 supports Nylas v3 exclusively, dropping support for any endpoints that are not available in v3. Seefor more information.</li><li><code>Nylas</code>Convertedclass from a static to a non-static class.</li><li>Updated minimum support to Node 16.</li><li>Dropped the use of &quot;Collections&quot; in favor of &quot;Resources&quot;.</li><li>Moved all REST calls from models into resources.</li></ul><ul><li>Created models for all API resources and endpoints, for all HTTP methods to reduce confusion on which fields are available for each endpoint.</li><li>Created error classes for the different API errors as well as SDK-specific errors.</li><li>Added support for both ES6 and CommonJS module systems.</li></ul><ul><li>Rewrote the majority of SDK to be more modular and efficient.</li></ul><ul><li>Removed the use of custom strings for serialization and deserialization, now automatically converting to camelCase and from the API&apos;s snake_case.</li><li>Local Webhook development support is removed due to incompatibility with the new API version.</li></ul><h2>Breaking changes</h2><h2>Added</h2><h2>Updated</h2><h2>Removed</h2></content></item><item><title>[2024-02-09] Nylas Python SDK v6.0.1</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2024-02-09-python-sdk-v6-0-1/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2024-02-09-python-sdk-v6-0-1/</guid><pubDate>Fri, 09 Feb 2024 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2024-02-09-python-sdk-v6-0-1/</id><updated>2024-02-09T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Python SDK v6.0.1 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-python/releases/tag/v6.0.1">Nylas Python SDK</a>GitHub:</li><li><a href="https://pypi.org/project/nylas/6.0.1">PyPi</a>Distribution:</li></ul><ul><li><a href="https://github.com/nylas/nylas-python/pull/342">#342</a>Fixed a deserialization error that occurred when getting token information or verifying an access token ().</li><li><code>Event</code><code>CodeExchangeResponse</code><a href="https://github.com/nylas/nylas-python/pull/343">#343</a><a href="https://github.com/nylas/nylas-python/pull/344">#344</a>Fixed an issue with schemas in theandmodels (,).</li></ul><h2>Updated</h2></content></item><item><title>[2024-02-09] Nylas Ruby SDK v6.0.0 - GA</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2024-02-09-ruby-sdk-v6-0-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2024-02-09-ruby-sdk-v6-0-0/</guid><pubDate>Fri, 09 Feb 2024 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2024-02-09-ruby-sdk-v6-0-0/</id><updated>2024-02-09T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Ruby SDK v6.0.0 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-ruby/releases/tag/v6.0.0">Nylas Ruby SDK</a>GitHub:</li><li><a href="https://rubygems.org/gems/nylas/versions/6.0.0">RubyGems gem description</a>Distribution:</li></ul><ul><li><a href="/docs/v2/upgrade-to-v3/features-and-changes/">v3 Features and Changes</a>Ruby SDK v6 supports Nylas v3 exclusively, dropping support for any endpoints that are not available in v3. Seefor more information.</li><li>Updated minimum support to Ruby v3.</li><li>Removed all models and typing from the SDK.</li></ul><ul><li>Created error classes for the different API errors as well as SDK-specific errors</li><li>Added a configurable timeout for outgoing calls to the API.</li></ul><ul><li>Rewrote the majority of SDK to be more modular and efficient.</li></ul><ul><li>Local Webhook development support is removed due to incompatibility with the new API version.</li></ul><h2>Breaking changes</h2><h2>Added</h2><h2>Updated</h2><h2>Removed</h2></content></item><item><title>[2024-02-05] Nylas Kotlin/Java SDK v2.0.0-beta.5</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2024-02-05-java-sdk-v2-0-0-beta-5/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2024-02-05-java-sdk-v2-0-0-beta-5/</guid><pubDate>Mon, 05 Feb 2024 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2024-02-05-java-sdk-v2-0-0-beta-5/</id><updated>2024-02-05T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Kotlin/Java SDK v2.0.0-beta.5 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-java/releases/tag/v2.0.0-beta.5">Nylas Kotlin/Java SDK</a>GitHub:</li><li><a href="https://repo.maven.apache.org/maven2/com/nylas/sdk/nylas/2.0.0-beta.5/">Maven repository</a>Distribution:</li></ul><ul><li>Added additional enum support for Grantsq.</li></ul><ul><li><code>clientSecret</code>Changedto optional for token exchange methods; defaults to API key now.</li><li><code>reminder</code>Updatedfield to reflect the new API schema.</li><li>Fixed various issues with the connector API.</li><li>Fixed response type for smart compose methods.</li><li>Fixed inaccuracies with webhook related models.</li><li>Fixed models for creating drafts and sending messages.</li><li><code>ContactType</code>Removedenum as the field allows for any string value.</li></ul><h2>Added</h2><h2>Updated</h2></content></item><item><title>[2024-02-05] Nylas Node.js SDK v7.0.0 beta 5</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2024-02-05-node-sdk-v7-0-0-beta-5/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2024-02-05-node-sdk-v7-0-0-beta-5/</guid><pubDate>Mon, 05 Feb 2024 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2024-02-05-node-sdk-v7-0-0-beta-5/</id><updated>2024-02-05T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Node.js SDK v7.0.0 beta 5 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-nodejs/releases/tag/v7.0.0-beta.5">Nylas Node.js SDK</a>GitHub:</li><li><a href="https://www.npmjs.com/package/nylas/v/7.0.0-beta.5">npm</a>Distribution:</li></ul><ul><li><code>default</code>Addedevent visibility value.</li></ul><ul><li><code>clientSecret</code>Changedto optional for token exchange methods; now defaults to API key.</li><li>Updated reminders field to match updated API schema.</li><li><code>File</code><code>Attachment</code>Updated all references tototo match API schema.</li><li><code>Event</code>Fixes to themodels.</li><li>Fixes to drafts and sending messages.</li></ul><ul><li><code>ContactType</code>Removedenum as the API accepts any string.</li></ul><h2>Added</h2><h2>Updated</h2><h2>Removed</h2></content></item><item><title>[2024-02-05] Nylas Ruby SDK v6.0.0 beta 4</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2024-02-05-ruby-sdk-v6-0-0-beta-4/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2024-02-05-ruby-sdk-v6-0-0-beta-4/</guid><pubDate>Mon, 05 Feb 2024 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2024-02-05-ruby-sdk-v6-0-0-beta-4/</id><updated>2024-02-05T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Ruby SDK v6.0.0 beta 4 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-ruby/releases/tag/v6.0.0.beta.4">Nylas Ruby SDK</a>GitHub:</li><li><a href="https://rubygems.org/gems/nylas/versions/6.0.0.beta.4">RubyGems gem description</a>Distribution:</li></ul><ul><li><code>Applications.info()</code><code>Applications.get_details()</code>Renamedtofor consistency.</li><li><code>Auth.url_for_oauth2_pkce()</code><code>OpenStruct</code>Changed return type offromto a hash for consistency.</li></ul><ul><li>Added support for detecting providers.</li><li><code>Webhooks</code>Added enhanced support for theAPI.</li></ul><ul><li><code>client_secret</code><code>api_key</code>Defaultto the configuredfor token exchange methods if not provided.</li><li>Fixed list and find scheduled messages.</li><li>Fixed incorrect PKCE code challenge generation.</li><li>Fixed incompatible types when building OAuth2 URL.</li><li>Fixed construction of query parameters.</li><li>Fixed construction of OAuth2 URL.</li><li><code>Grants</code>Fixed typo in paths forclass.</li></ul><h2>Breaking changes</h2><h2>Added</h2><h2>Updated</h2></content></item><item><title>[2024-02-05] Nylas Python SDK v6.0.0 beta 9</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2024-02-05-python-sdk-v6-0-0-beta-9/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2024-02-05-python-sdk-v6-0-0-beta-9/</guid><pubDate>Mon, 05 Feb 2024 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2024-02-05-python-sdk-v6-0-0-beta-9/</id><updated>2024-02-05T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Python SDK v6.0.0 beta 9 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-python/releases/tag/v6.0.0">Nylas Python SDK</a>GitHub:</li><li><a href="https://pypi.org/project/nylas/6.0.0b9/">PyPi</a>Distribution:</li></ul><ul><li>Add support for sending drafts.</li></ul><ul><li><code>client_secret</code>Changedto optional for token exchange methods; now defaults to API key.</li><li><code>callback_url</code><code>webhook_url</code>Changed references tototo match the API.</li><li><code>Connector</code>Fix deserialization issue with themodel.</li><li>Fix serialization of query parameters.</li><li>Fix typos in folders, threads, code exchange, smart compose, webhook and attachment models.</li><li>Fix types in reminder and messages models.</li><li>Fix message/draft deserialization in thread model.</li><li>Standardized casing for enums.</li></ul><h2>Added</h2><h2>Updated</h2></content></item><item><title>[2024-01-12] Nylas Node.js SDK v7.0.0-beta.4</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2024-01-12-node-sdk-v7-0-0-beta-4/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2024-01-12-node-sdk-v7-0-0-beta-4/</guid><pubDate>Fri, 12 Jan 2024 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2024-01-12-node-sdk-v7-0-0-beta-4/</id><updated>2024-01-12T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Node.js SDK v7.0.0-beta.4 has been released!</p><p>This release includes breaking changes that improve the organization of the Grants and Auth APIs. This makes them easier to find, and better matches how the main Nylas APIs are organized.</p><ul><li><a href="https://github.com/nylas/nylas-nodejs/releases/tag/v7.0.0-beta.4">Nylas Node.js SDK</a>GitHub:</li><li><a href="https://www.npmjs.com/package/nylas/v/7.0.0-beta.4">npm</a>Distribution:</li></ul><ul><li><code>Auth</code><code>NylasClient</code><a href="https://github.com/nylas/nylas-nodejs/pull/522">#522</a>Moved Grants API fromto().</li><li><code>Grants.create()</code><code>Auth.customAuthentication()</code><a href="https://github.com/nylas/nylas-nodejs/pull/522">#522</a>Movedto().</li></ul><ul><li><a href="https://github.com/nylas/nylas-nodejs/pull/501">#501</a>Added support for the Folders API ().</li><li><a href="https://github.com/nylas/nylas-nodejs/pull/505">#505</a>Added support for the Attachments API ().</li><li><a href="https://github.com/nylas/nylas-nodejs/pull/513">#513</a>Added support for the Contacts API ().</li><li><a href="https://github.com/nylas/nylas-nodejs/pull/514">#514</a>Added Send-RSVP support for the Events API ().</li><li><code>CodeExchange</code><a href="https://github.com/nylas/nylas-nodejs/pull/526">#526</a>Added email value forresponse ().</li></ul><ul><li><a href="https://github.com/nylas/nylas-nodejs/pull/523">#523</a>Fixed issue with form-data not importing correctly for ESM projects ().</li><li><code>TrackingOptions</code><code>Connector</code><a href="https://github.com/nylas/nylas-nodejs/pull/525">#525</a>Fixed typing errors inand().</li></ul><h2>Breaking changes</h2><h2>Added</h2><h2>Updated</h2></content></item><item><title>[2024-01-09] Nylas Kotlin/Java SDK v2.0.0-beta.4</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2024-01-09-java-sdk-v2-0-0-beta-4/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2024-01-09-java-sdk-v2-0-0-beta-4/</guid><pubDate>Tue, 09 Jan 2024 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2024-01-09-java-sdk-v2-0-0-beta-4/</id><updated>2024-01-09T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Kotlin/Java SDK v2.0.0-beta.4 has been released!</p><p>This release includes breaking changes that improve the organization of the Grants and Auth APIs. This makes them easier to find, and better matches how the main Nylas APIs are organized.</p><ul><li><a href="https://github.com/nylas/nylas-java/releases/tag/v2.0.0-beta.4">Nylas Kotlin/Java SDK</a>GitHub:</li><li><a href="https://repo.maven.apache.org/maven2/com/nylas/sdk/nylas/2.0.0-beta.4/">Maven repository</a>Distribution:</li></ul><ul><li><code>Auth</code><code>NylasClient</code><a href="https://github.com/nylas/nylas-java/pull/182">#182</a>Moved Grants API fromto().</li><li><code>Grants.create()</code><code>Auth.customAuthentication()</code><a href="https://github.com/nylas/nylas-java/pull/182">#182</a>Movedto().</li></ul><ul><li><a href="https://github.com/nylas/nylas-java/pull/181">#181</a>Added support for sending drafts ().</li><li><a href="https://github.com/nylas/nylas-java/pull/183">#183</a><a href="https://github.com/nylas/nylas-java/pull/185">#185</a>Added support for the Contacts API (,).</li><li><code>enum</code><a href="https://github.com/nylas/nylas-java/pull/176">#176</a>Addedsupport for OAuth prompt ().</li></ul><ul><li><a href="https://github.com/nylas/nylas-java/pull/181">#181</a>Fixed issue with sending scheduled messages ().</li><li><a href="https://github.com/nylas/nylas-java/pull/187">#187</a>Fixed incorrect PKCE code challenge generation ().</li><li><a href="https://github.com/nylas/nylas-java/pull/176">#176</a>Fixed Detect Provider endpoint path ().</li><li><a href="https://github.com/nylas/nylas-java/pull/176">#176</a>Fixed scope encoding for OAuth URL ().</li><li><code>EventVisibility</code><a href="https://github.com/nylas/nylas-java/pull/176">#176</a>Fixed typo inenum ().</li></ul><h2>Breaking changes</h2><h2>Added</h2><h2>Updated</h2></content></item><item><title>[2024-01-04] Nylas Python SDK v6.0.0-beta.8</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2024-01-04-python-sdk-v6-0-0-beta-8/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2024-01-04-python-sdk-v6-0-0-beta-8/</guid><pubDate>Thu, 04 Jan 2024 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2024-01-04-python-sdk-v6-0-0-beta-8/</id><updated>2024-01-04T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Python SDK v6.0.0-beta.8 has been released!</p><p>This release includes breaking changes that improve the organization of the Grants and Auth APIs. This makes them easier to find, and better matches how the main Nylas APIs are organized.</p><ul><li><a href="https://github.com/nylas/nylas-python/releases/tag/v6.0.0b7">Nylas Python SDK</a>GitHub:</li><li><a href="https://pypi.org/project/nylas/6.0.0b7/">PyPi</a>Distribution:</li></ul><ul><li><code>Auth</code><code>NylasClient</code><a href="https://github.com/nylas/nylas-python/pull/324">#324</a>Moved Grants API fromto().</li><li><code>Grants.create()</code><code>Auth.customAuthentication()</code><a href="https://github.com/nylas/nylas-python/pull/324">#324</a>Movedto().</li></ul><ul><li><a href="https://github.com/nylas/nylas-python/pull/325">#325</a><a href="https://github.com/nylas/nylas-python/pull/326">#326</a>Added support for the Contacts API (,).</li><li><a href="https://github.com/nylas/nylas-python/pull/319">#319</a>Added helper function for attaching files to messages ().</li></ul><ul><li><a href="https://github.com/nylas/nylas-python/pull/315">#315</a>Fixed issues with sending messages and creating drafts ().</li><li><a href="https://github.com/nylas/nylas-python/pull/319">#319</a>Fixed issue where an error was raised when trying to attach a file to a message (#319)()</li><li><a href="https://github.com/nylas/nylas-python/pull/316">#316</a><a href="https://github.com/nylas/nylas-python/pull/317">#317</a><a href="https://github.com/nylas/nylas-python/pull/328">#328</a>Fixed inaccuracies with Event models (,,).</li><li><a href="https://github.com/nylas/nylas-python/pull/322">#322</a>Fixed inaccuracies with Thread model ().</li><li><a href="https://github.com/nylas/nylas-python/pull/330">#330</a>Fixed incorrect PKCE code challenge generation ().</li></ul><h3>Breaking Changes</h3><h2>Added</h2><h2>Updated</h2></content></item><item><title>[2024-01-04] Nylas Ruby SDK v6.0.0-beta.3</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2024-01-04-ruby-sdk-v6-0-0-beta-3/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2024-01-04-ruby-sdk-v6-0-0-beta-3/</guid><pubDate>Thu, 04 Jan 2024 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2024-01-04-ruby-sdk-v6-0-0-beta-3/</id><updated>2024-01-04T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Ruby SDK v6.0.0-beta.3 has been released!</p><p>This release includes breaking changes that improve the organization of the Grants and Auth APIs. This makes them easier to find, and better matches how the main Nylas APIs are organized.</p><ul><li><a href="https://github.com/nylas/nylas-ruby/releases/tag/v6.0.0.beta.3">Nylas Ruby SDK</a>GitHub:</li><li><a href="https://rubygems.org/gems/nylas/versions/6.0.0.beta.3">RubyGems gem description</a>Distribution:</li></ul><ul><li><code>Auth</code><code>NylasClient</code><a href="https://github.com/nylas/nylas-ruby/pull/447">#447</a>Moved grants API fromto().</li><li><code>Grants.create()</code><code>Auth.customAuthentication()</code><a href="https://github.com/nylas/nylas-ruby/pull/447">#447</a>Movedto().</li></ul><ul><li><a href="https://github.com/nylas/nylas-ruby/pull/438">#438</a>Added support for Contacts API ().</li><li><a href="https://github.com/nylas/nylas-ruby/pull/444">#444</a>Added support for Send RSVP ().</li><li><a href="https://github.com/nylas/nylas-ruby/pull/446">#446</a>Added Draft Send support ().</li><li><a href="https://github.com/nylas/nylas-ruby/pull/445">#445</a>Added missing webhook triggers ().</li></ul><ul><li><a href="https://github.com/nylas/nylas-ruby/pull/437">#437</a>Fixed issue when sending message without attachments ().</li><li><a href="https://github.com/nylas/nylas-ruby/pull/449">#449</a>Fixed issue when building an OAuth 2.0 URL ().</li><li><a href="https://github.com/nylas/nylas-ruby/pull/440">#440</a>Fixed Free-Busy endpoint path ().</li></ul><h2>Breaking changes</h2><h2>Added</h2><h2>Updated</h2></content></item><item><title>[2023-12-18] Nylas Kotlin/Java SDK v2.0.0-beta.3</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2023-12-18-java-sdk-v2-0-0-beta-3/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2023-12-18-java-sdk-v2-0-0-beta-3/</guid><pubDate>Mon, 18 Dec 2023 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2023-12-18-java-sdk-v2-0-0-beta-3/</id><updated>2023-12-18T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Kotlin/Java SDK v2.0.0-beta.3 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-java/releases/tag/v2.0.0-beta.3">Nylas Kotlin/Java SDK</a>GitHub:</li><li><a href="https://repo.maven.apache.org/maven2/com/nylas/sdk/nylas/2.0.0-beta.3/">Maven repository</a>Distribution:</li></ul><ul><li><a href="https://github.com/nylas/nylas-java/pull/175">#175</a>Added support for the Event API Send RSVP endpoint ().</li></ul><ul><li><code>int</code><code>double</code><a href="https://github.com/nylas/nylas-java/pull/177">#177</a>Fixedtype sometimes being serialized to().</li><li><code>Auth.exchangeCodeForToken</code><code>401</code><a href="https://github.com/nylas/nylas-java/pull/178">#178</a>Fixedalways returning().</li><li><a href="https://github.com/nylas/nylas-java/pull/179">#179</a>Fixed error when sending message or updating draft ().</li></ul><h2>Added</h2><h2>Updated</h2></content></item><item><title>[2023-11-29] Nylas Node.js SDK v6.11.0</title><link>https://developer.nylas.com/docs/new/v2-changelogs/2023-11-29-node-sdk-v6-11-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v2-changelogs/2023-11-29-node-sdk-v6-11-0/</guid><pubDate>Wed, 29 Nov 2023 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v2-changelogs/2023-11-29-node-sdk-v6-11-0/</id><updated>2023-11-29T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Node.js SDK v6.11.0 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-nodejs/releases/tag/v6.11.0">Nylas Node.js SDK</a>GitHub:</li><li><a href="https://www.npmjs.com/package/nylas/v/6.11.0">npm</a>Distribution:</li></ul><ul><li><a href="https://github.com/nylas/nylas-nodejs/pull/#508">#508</a>Add support for logging. ()</li></ul><ul><li><code>replyToMessageId</code><a href="https://github.com/nylas/nylas-nodejs/pull/#484">#484</a>Nullifyif it is an empty string ()</li><li><code>visibility</code><code>visibility</code><a href="https://github.com/nylas/nylas-nodejs/pull/#507">#507</a>Nullifyifis an empty string ()</li><li><code>0</code><code>null</code><a href="https://github.com/nylas/nylas-nodejs/pull/#469">#469</a>Fix numbers defaulting toinstead of()</li><li><a href="https://github.com/nylas/nylas-nodejs/pull/#507">#507</a>Fix parsing of Number arrays ()</li><li><a href="https://github.com/nylas/nylas-nodejs/pull/#506">#506</a>Fix configured timeout not being used ()</li><li><code>node-fetch</code><a href="https://github.com/nylas/nylas-nodejs/pull/#504">#504</a>Bumpdependency from 2.6.1 to 2.6.12 ()</li></ul><h2>Added</h2><h2>Fixed</h2></content></item><item><title>[2023-11-21] Nylas Ruby SDK v6.0.0-beta.2</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2023-11-21-ruby-sdk-v6-0-0-beta-2/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2023-11-21-ruby-sdk-v6-0-0-beta-2/</guid><pubDate>Tue, 21 Nov 2023 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2023-11-21-ruby-sdk-v6-0-0-beta-2/</id><updated>2023-11-21T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Ruby SDK v6.0.0-beta.2 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-ruby/releases/tag/v6.0.0.beta.2">Nylas Ruby SDK</a>GitHub:</li><li><a href="https://rubygems.org/gems/nylas/versions/6.0.0.beta.2">RubyGems gem description</a>Distribution:</li></ul><ul><li><a href="https://github.com/nylas/nylas-ruby/pull/426">#426</a>Added additional error classes ().</li><li><a href="https://github.com/nylas/nylas-ruby/pull/428">#428</a>Added support for free-busy endpoint ().</li><li><a href="https://github.com/nylas/nylas-ruby/pull/432">#432</a>Added support for Messages, Drafts, and Smart Compose APIs ().</li><li><a href="https://github.com/nylas/nylas-ruby/pull/431">#431</a>Added support for Custom Authentication, Connectors, and Credentials APIs ().</li><li><a href="https://github.com/nylas/nylas-ruby/pull/433">#433</a>Added support for Folders API ().</li><li><a href="https://github.com/nylas/nylas-ruby/pull/434">#434</a>Added support for Attachments API ().</li></ul><ul><li><a href="https://github.com/nylas/nylas-ruby/pull/426">#426</a>Set default timeout to 30 seconds ().</li></ul><h2>Added</h2><h2>Updated</h2></content></item><item><title>[2023-11-21] Nylas Python SDK v6.0.0-beta.7</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2023-11-21-python-sdk-v6-0-0-beta-7/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2023-11-21-python-sdk-v6-0-0-beta-7/</guid><pubDate>Tue, 21 Nov 2023 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2023-11-21-python-sdk-v6-0-0-beta-7/</id><updated>2023-11-21T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Python SDK v6.0.0-beta.7 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-python/releases/tag/v6.0.0b7">Nylas Python SDK</a>GitHub:</li><li><a href="https://pypi.org/project/nylas/6.0.0b7/">PyPi</a>Distribution:</li></ul><ul><li><a href="https://github.com/nylas/nylas-python/pull/310">#310</a>Added support for Message Send, Drafts, Threads, and Smart Compose APIs ().</li><li><a href="https://github.com/nylas/nylas-python/pull/311">#311</a>Added support for Folders API ().</li><li><a href="https://github.com/nylas/nylas-python/pull/312">#312</a>Added support for Attachments API ().</li></ul><ul><li><code>Message</code><a href="https://github.com/nylas/nylas-python/pull/309">#309</a>Fixed required field for themodel ().</li></ul><h2>Added</h2><h2>Updated</h2></content></item><item><title>[2023-11-21] Nylas Kotlin/Java SDK v2.0.0-beta.2</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2023-11-21-java-sdk-v2-0-0-beta-2/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2023-11-21-java-sdk-v2-0-0-beta-2/</guid><pubDate>Tue, 21 Nov 2023 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2023-11-21-java-sdk-v2-0-0-beta-2/</id><updated>2023-11-21T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Kotlin/Java SDK v2.0.0-beta.2 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-java/releases/tag/v2.0.0-beta.2">Nylas Kotlin/Java SDK</a>GitHub:</li><li><a href="https://repo.maven.apache.org/maven2/com/nylas/sdk/nylas/2.0.0-beta.2/">Maven repository</a>Distribution:</li></ul><ul><li><a href="https://github.com/nylas/nylas-java/pull/163">#163</a>Added support for the free-busy endpoint ().</li><li><a href="https://github.com/nylas/nylas-java/pull/166">#166</a>Added support for Messages, Drafts, and Smart Compose APIs ().</li><li><a href="https://github.com/nylas/nylas-java/pull/165">#165</a>Added support for Custom Authentication, Connectors, and Credentials APIs ().</li><li><a href="https://github.com/nylas/nylas-java/pull/168">#168</a>Added support for Folders API ().</li><li><a href="https://github.com/nylas/nylas-java/pull/171">#171</a>Added support for Attachments API ().</li><li><code>object</code><code>GetFreeBusyResponse</code><a href="https://github.com/nylas/nylas-java/pull/172">#172</a>Added getter for thefield of().</li></ul><ul><li><a href="https://github.com/nylas/nylas-java/pull/162">#162</a>Webhook object is now returned with secret when creating a webhook ().</li><li><a href="https://github.com/nylas/nylas-java/pull/164">#164</a>Fixed HTTP method for rotating webhook secret ().</li><li><a href="https://github.com/nylas/nylas-java/pull/167">#167</a>Fixed Redirect URI endpoint path ().</li><li><a href="https://github.com/nylas/nylas-java/pull/167">#167</a>Fixed query parameter serialization ().</li><li><code>GetAvailabilityResponse</code><a href="https://github.com/nylas/nylas-java/pull/169">#169</a>Fixed optional field for().</li><li><code>Conferencing</code><a href="https://github.com/nylas/nylas-java/pull/170">#170</a>Fixed optional field for().</li></ul><h2>Added</h2><h2>Updated</h2></content></item><item><title>[2023-10-31] Nylas Python SDK v6.0.0-beta.6</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2023-10-31-python-sdk-v6-0-0-beta-6/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2023-10-31-python-sdk-v6-0-0-beta-6/</guid><pubDate>Tue, 31 Oct 2023 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2023-10-31-python-sdk-v6-0-0-beta-6/</id><updated>2023-10-31T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Python SDK v6.0.0-beta.6 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-python/releases/tag/v6.0.0b6">Nylas Python SDK</a>GitHub:</li><li><a href="https://pypi.org/project/nylas/6.0.0b6/">PyPi</a>Distribution:</li></ul><ul><li><a href="https://github.com/nylas/nylas-python/pull/305">#305</a>Added support for Read, Update, and Delete for the Messages API ().</li></ul><ul><li><code>Calendar</code><code>Grant</code><a href="https://github.com/nylas/nylas-python/pull/306">#306</a>Fixed required fields forandmodels ().</li></ul><h2>Added</h2><h2>Updated</h2></content></item><item><title>[2023-10-27] Nylas Python SDK v6.0.0-beta.5</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2023-10-27-python-sdk-v6-0-0-beta-5/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2023-10-27-python-sdk-v6-0-0-beta-5/</guid><pubDate>Fri, 27 Oct 2023 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2023-10-27-python-sdk-v6-0-0-beta-5/</id><updated>2023-10-27T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Python SDK v6.0.0-beta.5 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-python/releases/tag/v6.0.0b5">Nylas Python SDK</a>GitHub:</li><li><a href="https://pypi.org/project/nylas/6.0.0b5/">PyPi</a>Distribution:</li></ul><ul><li><code>Calendars.get_availability</code><code>Grants.list</code><a href="https://github.com/nylas/nylas-python/pull/299">#299</a>Fixed function parameters forand().</li><li>Fixed creating a Grant by supporting custom authentication.</li><li><a href="https://github.com/nylas/nylas-python/pull/300">#300</a>Fixed errors when building an authentication URL ().</li></ul><h2>Updated</h2></content></item><item><title>[2023-10-23] Nylas Node.js SDK v7.0.0-beta.3</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2023-10-23-node-sdk-v7-0-0-beta-3/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2023-10-23-node-sdk-v7-0-0-beta-3/</guid><pubDate>Mon, 23 Oct 2023 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2023-10-23-node-sdk-v7-0-0-beta-3/</id><updated>2023-10-23T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Node.js SDK v7.0.0-beta.3 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-nodejs/releases/tag/v7.0.0-beta.3">Nylas Node.js SDK</a>GitHub:</li><li><a href="https://www.npmjs.com/package/nylas/v/7.0.0-beta.3">npm</a>Distribution:</li></ul><ul><li><code>/messages</code><code>/drafts</code><code>/threads</code><a href="https://github.com/nylas/nylas-nodejs/pull/494">#494</a>Added support for,, andendpoints ().</li><li><code>/free-busy</code><a href="https://github.com/nylas/nylas-nodejs/pull/493">#493</a>Added support for theendpoint ().</li><li><a href="https://github.com/nylas/nylas-nodejs/pull/497">#497</a>Added support for Native/Custom authentication ().</li><li><a href="https://github.com/nylas/nylas-nodejs/pull/497">#497</a>Added support for Connectors and Credentials APIs ().</li></ul><ul><li><code>getAvailability</code><a href="https://github.com/nylas/nylas-nodejs/pull/488">#488</a>Fixed theresponse type ().</li><li><a href="https://github.com/nylas/nylas-nodejs/pull/488">#488</a>Fixed the path for destroying a redirect URI ().</li><li><a href="https://github.com/nylas/nylas-nodejs/pull/488">#488</a>Fixed the model for updating an Event ().</li><li><a href="https://github.com/nylas/nylas-nodejs/pull/485">#485</a>Fixed the response type for creating a webhook ().</li></ul><h2>Added</h2><h2>Updated</h2></content></item><item><title>[2023-10-18] Nylas Python SDK v6.0.0-beta.4</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2023-10-18-python-sdk-v6-0-0-beta-4/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2023-10-18-python-sdk-v6-0-0-beta-4/</guid><pubDate>Wed, 18 Oct 2023 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2023-10-18-python-sdk-v6-0-0-beta-4/</id><updated>2023-10-18T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Python SDK v6.0.0-beta.4 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-python/releases/tag/v6.0.0b4">Nylas Python SDK</a>GitHub:</li><li><a href="https://pypi.org/project/nylas/6.0.0b4/">PyPi</a>Distribution:</li></ul><ul><li><code>/free-busy</code><a href="https://github.com/nylas/nylas-python/pull/279">#279</a>Added support for theendpoint ().</li><li><a href="https://github.com/nylas/nylas-python/pull/292">#292</a><a href="https://github.com/nylas/nylas-python/pull/293">#293</a>Added support for the Connectors and Credentials APIs (,).</li></ul><ul><li><a href="https://github.com/nylas/nylas-python/pull/283">#283</a><a href="https://github.com/nylas/nylas-python/pull/284">#284</a>Fixed errors when building an authentication URL (,).</li></ul><h2>Added</h2><h2>Updated</h2></content></item><item><title>[2023-09-28] Nylas Python SDK v6.0.0-beta.3</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2023-09-28-python-sdk-v6-0-0-beta-3/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2023-09-28-python-sdk-v6-0-0-beta-3/</guid><pubDate>Thu, 28 Sep 2023 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2023-09-28-python-sdk-v6-0-0-beta-3/</id><updated>2023-09-28T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Python SDK v6.0.0-beta.3 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-python/releases/tag/v6.0.0b3">Nylas Python SDK</a>GitHub:</li><li><a href="https://pypi.org/project/nylas/6.0.0b3/">PyPi</a>Distribution:</li></ul><ul><li><a href="https://github.com/nylas/nylas-python/pull/275">#275</a>Fixed a bug encountered when deserializing Union types ().</li><li><a href="https://github.com/nylas/nylas-python/pull/277">#277</a>Fixed a bug encountered when deserializing a delete response ().</li></ul><h2>Updated</h2></content></item><item><title>[2023-09-26] Nylas Python SDK v6.0.0-beta.2</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2023-09-26-python-sdk-v6-0-0-beta-2/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2023-09-26-python-sdk-v6-0-0-beta-2/</guid><pubDate>Tue, 26 Sep 2023 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2023-09-26-python-sdk-v6-0-0-beta-2/</id><updated>2023-09-26T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Python SDK v6.0.0-beta.2 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-python/releases/tag/v6.0.0b2">Nylas Python SDK</a>GitHub:</li><li><a href="https://pypi.org/project/nylas/6.0.0b2/">PyPi</a>Distribution:</li></ul><ul><li><a href="https://github.com/nylas/nylas-python/pull/272">#272</a>Fixed an inconsistency between the Event model and the API contract ().</li><li><a href="https://github.com/nylas/nylas-python/pull/273">#273</a>Fixed a bug encountered when deserializing Events with empty optional fields ().</li></ul><h2>Updated</h2></content></item><item><title>[2023-09-08] Nylas Python SDK v6.0.0-beta.1</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2023-09-08-python-sdk-v6-0-0-beta-1/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2023-09-08-python-sdk-v6-0-0-beta-1/</guid><pubDate>Fri, 08 Sep 2023 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2023-09-08-python-sdk-v6-0-0-beta-1/</id><updated>2023-09-08T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Python SDK v6.0.0-beta.1 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-python/releases/tag/v6.0.0b1">Nylas Python SDK</a>GitHub:</li><li><a href="https://pypi.org/project/nylas/6.0.0b1/">PyPi</a>Distribution:</li></ul><ul><li><a href="/docs/v2/upgrade-to-v3/features-and-changes/">v3 features and changes</a><a href="/docs/v2/upgrade-to-v3/diff-view/">diff view</a>Not all v2.7 endpoints are available in this v3 SDK at this time. Additional endpoints are coming soon. See the(or the terse) for more information.</li><li>Added minimum version requirement for Python (v3.8).</li><li><code>Collections</code><code>Resources</code>Removedin favor of.</li><li>Moved all REST calls from models to resources.</li><li><code>dict</code><code>dataclass</code><code>TypedDict</code>Models no longer inherit from, but are instead either aor inherit from.</li><li><code>APIClient</code><code>Client</code>Renamed the SDK entrypoint fromto.</li><li>Local webhook development support is incompatible, and has been removed.</li></ul><ul><li>Added models for all API resources and endpoints in all HTTP methods.</li><li>Added error classes for API errors and SDK-specific errors.</li><li><a href="https://github.com/nylas/nylas-python/pull/#">#</a>description()</li></ul><ul><li>Reworked the SDK to be more intuitive, explicit, and efficient.</li><li><a href="https://github.com/nylas/nylas-python/pull/#">#</a>description()</li></ul><h2>Breaking changes</h2><h2>Added</h2><h2>Updated</h2></content></item><item><title>[2023-08-21] Nylas Node.js SDK v7.0.0-beta.2</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2023-08-21-node-sdk-v7-0-0-beta-2/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2023-08-21-node-sdk-v7-0-0-beta-2/</guid><pubDate>Mon, 21 Aug 2023 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2023-08-21-node-sdk-v7-0-0-beta-2/</id><updated>2023-08-21T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Node.js SDK v7.0.0-beta.2 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-nodejs/releases/tag/v7.0.0-beta.2">Nylas Node.js SDK</a>GitHub:</li><li><a href="https://www.npmjs.com/package/nylas/v/7.0.0-beta.2">npm</a>Distribution:</li></ul><ul><li><a href="https://github.com/nylas/nylas-nodejs/pull/480">#480</a>Fixed issue with getting the current Nylas SDK package version ().</li><li><a href="https://github.com/nylas/nylas-nodejs/pull/481">#481</a>Fixed issue with ESM imports not working properly ().</li></ul><h2>Updated</h2></content></item><item><title>[2023-08-16] Nylas Kotlin/Java SDK v2.0.0-beta.1</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2023-08-16-java-sdk-v2-0-0-beta-1/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2023-08-16-java-sdk-v2-0-0-beta-1/</guid><pubDate>Wed, 16 Aug 2023 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2023-08-16-java-sdk-v2-0-0-beta-1/</id><updated>2023-08-16T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Kotlin/Java SDK v2.0.0-beta.1 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-java/releases/tag/v2.0.0-beta.1">Nylas Kotlin/Java SDK</a>GitHub:</li><li><a href="https://repo.maven.apache.org/maven2/com/nylas/sdk/nylas/2.0.0-beta.1/">Maven repository</a>Distribution:</li></ul><ul><li><a href="/docs/v2/upgrade-to-v3/features-and-changes/">v3 features and changes</a><a href="/docs/v2/upgrade-to-v3/diff-view/">diff view</a>Not all v2.7 endpoints are available in this v3 SDK at this time. Additional endpoints are coming soon. See the(or the terse) for more information.</li><li><code>nylas</code><a href="https://github.com/nylas/nylas-java/pull/156">#156</a>Changed SDK artifact name to().</li><li>Moved all REST calls from models to resources.</li></ul><ul><li><a href="https://github.com/nylas/nylas-java/pull/154">#154</a>Added full Kotlin support ().</li><li><a href="https://github.com/nylas/nylas-java/pull/157">#157</a>Added error classes for API and SDK errors ().</li><li><a href="https://github.com/nylas/nylas-java/pull/159">#159</a>Added a GitHub Action to automatically generate SDK references ().</li><li>Created models for all HTTP methods&apos; API resources and endpoints.</li></ul><ul><li><code>README.md</code><a href="https://github.com/nylas/nylas-java/pull/156">#156</a>Updatedwith helpful information about installing the v3 Kotlin/Java SDK. ().</li><li>Added Moshi annotations for JSON serialization/deserialization.</li><li><code>NylasClient</code>Removed non-builder methods for initializing.</li><li>Removed local webhook development support.</li><li><a href="https://github.com/nylas/nylas-java/pull/157">#157</a>Removed legacy classes and files ().</li></ul><ul><li><a href="https://github.com/nylas/nylas-java/pull/157">#157</a>Fixed token exchange methods ().</li><li><a href="https://github.com/nylas/nylas-java/pull/157">#157</a>Fixed revoking token ().</li></ul><div class="admonition warn"><p><strong>As of this release, the Java SDK is now the Nylas Kotlin/Java SDK</strong><a href="https://github.com/nylas/nylas-java/pull/154">PR #154</a>⚠️. This allows support of Kotlin-powered applications while keeping Java interoperability in mind. For more information, see.</p></div><h2>Breaking changes</h2><h2>Added</h2><h2>Updated</h2><h2>Security updates</h2></content></item><item><title>[2023-08-16] Nylas Node.js SDK v7.0.0-beta.1</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2023-08-16-node-sdk-v7-0-0-beta-1/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2023-08-16-node-sdk-v7-0-0-beta-1/</guid><pubDate>Wed, 16 Aug 2023 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2023-08-16-node-sdk-v7-0-0-beta-1/</id><updated>2023-08-16T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Node.js SDK v7.0.0-beta.1 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-nodejs/releases/tag/v7.0.0-beta.1">Nylas Node.js SDK</a>GitHub:</li><li><a href="https://www.npmjs.com/package/nylas/v/7.0.0-beta.1">npm</a>Distribution:</li></ul><ul><li><a href="/docs/v2/upgrade-to-v3/features-and-changes/">v3 features and changes</a><a href="/docs/v2/upgrade-to-v3/diff-view/">diff view</a>Not all v2.7 endpoints are available in this v3 SDK at this time. Additional endpoints are coming soon. See the(or the terse) for more information.</li><li><code>Nylas</code>Converted theclass to a non-static class.</li><li>Added minimum version requirement for Node.js (v16).</li><li>Changed &quot;Collections&quot; to &quot;Resources&quot;.</li><li>Moved all REST calls from models to resources.</li></ul><ul><li><code>nylas.ts</code><code>apiClient</code><a href="https://github.com/nylas/nylas-nodejs/pull/458">#458</a>Added unit tests forand().</li><li><a href="https://github.com/nylas/nylas-nodejs/pull/459">#459</a><a href="https://github.com/nylas/nylas-nodejs/pull/467">#467</a>Added test suite for Events and Auth (,).</li><li>Created models for HTTP methods&apos; API resources and endpoints.</li><li>Added error classes for API and SDK errors.</li><li><a href="https://github.com/nylas/nylas-nodejs/pull/475">#475</a>Added GitHub Action to automatically generate SDK references ().</li><li><a href="https://github.com/nylas/nylas-nodejs/pull/476">#476</a>Added in-code documentation to all resources ().</li><li>Added support for Calendars API CRUD, Events API CRUD, and Application CRUD operations.</li><li>Added Auth methods.</li></ul><ul><li>Reworked the SDK to be more modular and efficient.</li><li><code>camelCase</code><code>snake_case</code>Removed custom strings for serialization/deserialization. Strings are now automatically converted tofrom the API&apos;s.</li></ul><h2>Breaking changes</h2><h2>Added</h2><h2>Updated</h2></content></item><item><title>[2023-08-16] Nylas Ruby SDK v6.0.0-beta.1</title><link>https://developer.nylas.com/docs/new/v3-changelogs/2023-08-16-ruby-sdk-v6-0-0-beta-1/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v3-changelogs/2023-08-16-ruby-sdk-v6-0-0-beta-1/</guid><pubDate>Wed, 16 Aug 2023 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v3-changelogs/2023-08-16-ruby-sdk-v6-0-0-beta-1/</id><updated>2023-08-16T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Ruby SDK v6.0.0-beta.1 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-ruby/releases/tag/v6.0.0.beta.1">Nylas Ruby SDK</a>GitHub:</li><li><a href="https://rubygems.org/gems/nylas/versions/6.0.0.beta.1">RubyGems gem description</a>Distribution:</li></ul><ul><li><a href="/docs/v2/upgrade-to-v3/features-and-changes/">v3 features and changes</a><a href="/docs/v2/upgrade-to-v3/diff-view/">diff view</a>Not all v2.7 endpoints are available in this v3 SDK at this time. Additional endpoints are coming soon. See the(or the terse) for more information.</li><li><a href="https://github.com/nylas/nylas-ruby/pull/418">#418</a>Added minimum version requirement for Ruby (v3) ().</li><li>Removed all models and typing.</li></ul><ul><li><a href="https://github.com/nylas/nylas-ruby/pull/420">#420</a><a href="https://github.com/nylas/nylas-ruby/pull/424">#424</a>Added in-code YARD documentation to all models (,).</li><li><a href="https://github.com/nylas/nylas-ruby/pull/423">#423</a>Added a GitHub Action to automatically generate SDK references ().</li><li>Added error classes for API and SDK errors.</li><li>Added configurable timeout for outgoing calls to the API.</li></ul><ul><li><code>README.md</code><a href="https://github.com/nylas/nylas-ruby/pull/420">#420</a>Updatedwith helpful information about installing the v6 Ruby SDK. ().</li><li>Reworked the SDK to be more modular and efficient.</li><li><a href="https://github.com/nylas/nylas-ruby/pull/418">#418</a>Refactored the API client ().</li><li><a href="https://github.com/nylas/nylas-ruby/pull/420">#420</a>Updated dependencies and gemspecs ().</li></ul><h2>Breaking changes</h2><h2>Added</h2><h2>Updated</h2></content></item><item><title>[2023-08-01] Nylas Python SDK v5.14.1</title><link>https://developer.nylas.com/docs/new/v2-changelogs/2023-08-01-python-sdk-v5-14-1/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v2-changelogs/2023-08-01-python-sdk-v5-14-1/</guid><pubDate>Tue, 01 Aug 2023 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v2-changelogs/2023-08-01-python-sdk-v5-14-1/</id><updated>2023-08-01T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Python SDK v5.14.1 has been released!</p><p>This release wouldn’t have been possible without the hard work of our contributors!</p><ul><li><a href="https://github.com/nylas/nylas-python/releases/tag/v5.14.1">Nylas Python SDK</a>GitHub:</li><li><a href="https://pypi.org/project/nylas/5.14.1/">PyPi</a>Distribution:</li></ul><ul><li><a href="https://github.com/nylas/nylas-python/pull/263">#263</a>Fixed an error when calling count while trying to iterate on a list ()</li><li><a href="https://github.com/nylas/nylas-python/pull/264">#264</a>Fixed an error that could prevent you from setting the participant status correctly when creating an event. ()</li></ul><ul><li><a href="https://github.com/thedzy">@thedzy</a><a href="https://github.com/nylas/nylas-python/pull/263">#263</a>:</li></ul><h2>Updated</h2><h2>Contributors</h2></content></item><item><title>[2023-04-04] Nylas Node.js SDK v6.10.0</title><link>https://developer.nylas.com/docs/new/v2-changelogs/2023-04-04-node-sdk-v6-10-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v2-changelogs/2023-04-04-node-sdk-v6-10-0/</guid><pubDate>Tue, 04 Apr 2023 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v2-changelogs/2023-04-04-node-sdk-v6-10-0/</id><updated>2023-04-04T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Node.js SDK v6.10.0 has been released!</p><p><a href="https://github.com/nylas/nylas-nodejs/pull/442">#442</a>This latest release of the Nylas Node SDK includes support for verifying webhook signatures.()</p><ul><li><a href="https://github.com/nylas/nylas-nodejs/releases/tag/v6.10.0">Nylas Node.js SDK</a>GitHub:</li><li><a href="https://www.npmjs.com/package/nylas/v/6.10.0">npm</a>Distribution:</li></ul><h2>Added</h2><h3>Verifying a webhook signature with the Nylas Node.js SDK</h3><pre><code class="language-js">const Nylas = require(&quot;nylas&quot;);
const express = require(&quot;express&quot;);
const cors = require(&quot;cors&quot;);

const app = express();

// Enable CORS
app.use(cors());

// The port the express app will run on
const port = 9000;

// Nylas app credentials
const NYLAS_CLIENT_SECRET = process.env.NYLAS_CLIENT_SECRET;
if (!NYLAS_CLIENT_SECRET) {
  throw new Error(&quot;NYLAS_CLIENT_SECRET is required&quot;);
}

// Create a callback route for the Nylas Event Webhook
app.post(&quot;/&quot;, express.json(), async (req, res) =&gt; {
  // Verify the Nylas Event Webhook signature to ensure the request is coming from Nylas
  const signature =
    req.headers[&quot;x-nylas-signature&quot;] || req.headers[&quot;X-Nylas-Signature&quot;];
  if (
    !WebhookNotification.verifyWebhookSignature(
      NYLAS_CLIENT_SECRET,
      signature,
      JSON.stringify(req.body),
    )
  ) {
    res.status(403).send(&quot;Invalid signature&quot;);
  }

  const { body } = req;

  // Log the webhook event to the console
  console.log(&quot;Webhook event received: &quot;, JSON.stringify(body, undefined, 2));

  // Send a 200 response to the Nylas Event Webhook
  res.status(200).send({ success: true });
});</code></pre></content></item><item><title>[2023-04-04] Nylas Python SDK v5.14.0</title><link>https://developer.nylas.com/docs/new/v2-changelogs/2023-04-04-python-sdk-v5-14-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v2-changelogs/2023-04-04-python-sdk-v5-14-0/</guid><pubDate>Tue, 04 Apr 2023 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v2-changelogs/2023-04-04-python-sdk-v5-14-0/</id><updated>2023-04-04T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Python SDK v5.14.0 has been released!</p><p>This release brings new features for webhooks and the token-info endpoint.</p><ul><li><a href="https://github.com/nylas/nylas-python/releases/tag/v5.14.0">Nylas Python SDK</a>GitHub:</li><li><a href="https://pypi.org/project/nylas/v5.14.0">PyPi</a>Distribution:</li></ul><ul><li><a href="https://github.com/nylas/nylas-python/pull/257">#257</a>Added support for verifying webhook signatures ()</li><li><a href="https://github.com/nylas/nylas-python/pull/256">#256</a>Added optional parameter for token-info endpoint ()</li></ul><h2>Added</h2><h3>Verifying webhook signatures with the Nylas Python SDK</h3><pre><code class="language-python">from flask import Flask, request, jsonify
from nylas import APIClient, Webhook
import os
import json

app = Flask(__name__)
port = 9000
NYLAS_CLIENT_SECRET = os.environ.get(&quot;NYLAS_CLIENT_SECRET&quot;)

@app.route(&quot;/&quot;, methods=[&quot;POST&quot;])
def webhook_callback():
    signature = request.headers.get(&quot;x-nylas-signature&quot;)
    request_data = json.dumps(request.get_json())

    if not Webhook.verify_webhook_signature(signature, request_data, NYLAS_CLIENT_SECRET):
        return jsonify({&quot;error&quot;: &quot;Invalid signature&quot;}), 403

    body = request.json
    print(&quot;Webhook event received: &quot;, json.dumps(body))

    return jsonify({&quot;success&quot;: True}), 200

if __name__ == &quot;__main__&quot;:
    app.run(port=port)</code></pre></content></item><item><title>[2023-04-04] Nylas Ruby SDK v5.17.0</title><link>https://developer.nylas.com/docs/new/v2-changelogs/2023-04-04-ruby-sdk-v5-17-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v2-changelogs/2023-04-04-ruby-sdk-v5-17-0/</guid><pubDate>Tue, 04 Apr 2023 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v2-changelogs/2023-04-04-ruby-sdk-v5-17-0/</id><updated>2023-04-04T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Ruby SDK v5.17.0 has been released!</p><p>This latest release of the Nylas Ruby SDK brings some helpful additions for webhooks, Events, and native authentication.</p><p>This release wouldn’t have been possible without the hard work of our contributors!</p><ul><li><a href="https://github.com/nylas/nylas-ruby/releases/tag/v5.17.0">Nylas Ruby SDK</a>GitHub:</li><li><a href="https://rubygems.org/gems/nylas/versions/5.17.0">RubyGems gem description</a>Distribution:</li></ul><ul><li><a href="https://github.com/nylas/nylas-ruby/pull/413">#413</a>Added support for verifying webhook signatures ()</li><li><code>event.updated_at</code><a href="https://github.com/nylas/nylas-ruby/pull/410">#410</a>Add()</li><li><code>exchange_code_for_token</code><a href="https://github.com/nylas/nylas-ruby/pull/411">#411</a>Allow native authentication to return the full response like the()</li></ul><ul><li><a href="https://github.com/tvongaza">@tvongaza</a><a href="https://github.com/nylas/nylas-ruby/pull/411">#411</a><a href="https://github.com/nylas/nylas-ruby/pull/412">#412</a>made their first contribution inand followed it up with! Thanks for your contributions!</li></ul><h2>Added</h2><h2>New Contributors 🎉</h2><h3>Verifying webhook signatures with the Nylas Ruby SDK</h3><pre><code class="language-ruby">require &apos;sinatra&apos;
require &apos;nylas&apos;
require &apos;json&apos;

set :port, 9000
NYLAS_CLIENT_SECRET = ENV[&apos;NYLAS_CLIENT_SECRET&apos;]

post &apos;/&apos; do
  content_type :json
  x_nylas_signature = request.env[&apos;HTTP_X_NYLAS_SIGNATURE&apos;]
  raw_body = request.body.read

  unless Nylas::Webhook::verify_webhook_signature(NYLAS_CLIENT_SECRET, x_nylas_signature, raw_body)
    status 403
    return { error: &apos;Invalid signature&apos; }.to_json
  end

  body = JSON.parse(raw_body)
  puts &quot;Webhook event received: #{JSON.pretty_generate(body)}&quot;

  status 200
  { success: true }.to_json
end

run Sinatra::Application.run!</code></pre></content></item><item><title>[2023-03-14] Nylas Node.js SDK v6.9.0</title><link>https://developer.nylas.com/docs/new/v2-changelogs/2023-03-14-node-sdk-v6-9-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v2-changelogs/2023-03-14-node-sdk-v6-9-0/</guid><pubDate>Tue, 14 Mar 2023 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v2-changelogs/2023-03-14-node-sdk-v6-9-0/</id><updated>2023-03-14T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Node.js SDK v6.9.0 has been released!</p><p>You can now add a request timeout as part of the initial Nylas SDK configuration, as in the example below.</p><p>This release wouldn’t have been possible without the hard work of our contributors!</p><ul><li><a href="https://github.com/nylas/nylas-nodejs/releases/tag/v6.9.0">Nylas Node.js SDK</a>GitHub:</li><li><a href="https://www.npmjs.com/package/nylas/v/6.9.0">npm</a>Distribution:</li></ul><ul><li><code>RestfulModelCollection</code><a href="https://github.com/nylas/nylas-nodejs/pull/424">#424</a>Add missing generic type infor better type safety ()</li><li><a href="https://github.com/nylas/nylas-nodejs/pull/430">#430</a>Add 409 to error mapping ()</li><li><code>startTimezone</code><code>endTimezone</code><code>timezone</code><code>When</code><a href="https://github.com/nylas/nylas-nodejs/pull/429">#429</a>Add,andfields to()</li><li><a href="https://github.com/nylas/nylas-nodejs/pull/427">#427</a>Allow configurable timeout for API calls ()</li></ul><ul><li><code>minimist</code><a href="https://github.com/nylas/nylas-nodejs/pull/425">#425</a>Bumpsub-dependency from 1.2.0 to 1.2.6 ()</li><li><code>mkdirp</code><a href="https://github.com/nylas/nylas-nodejs/pull/425">#425</a>Bumpsub-dependency from 0.5.1 to 0.5.6 ()</li></ul><ul><li><a href="https://github.com/johndiazyembo">@johndiazyembo</a><a href="https://github.com/nylas/nylas-nodejs/pull/430">430</a>:</li><li><a href="https://github.com/Fylax">@Fylax</a><a href="https://github.com/nylas/nylas-nodejs/pull/429">429</a>:</li><li><a href="https://github.com/philiiiiiipp">@philiiiiiipp</a><a href="https://github.com/nylas/nylas-nodejs/pull/424">424</a>:</li></ul><h2>Added</h2><h2>Security updates</h2><h2>Usage</h2><h2>Contributors 🎉</h2><h3>Configuring request timeout</h3><pre><code class="language-js">const Nylas = require(&quot;nylas&quot;);

Nylas.config({
  clientId: &quot;&lt;NYLAS_CLIENT_ID&gt;&quot;,
  clientSecret: &quot;&lt;NYLAS_CLIENT_SECRET&gt;&quot;,
  timeout: 60, // 60 second timeout
});</code></pre></content></item><item><title>[2023-03-14] Nylas Ruby SDK v5.16.0</title><link>https://developer.nylas.com/docs/new/v2-changelogs/2023-03-14-ruby-sdk-v5-16-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v2-changelogs/2023-03-14-ruby-sdk-v5-16-0/</guid><pubDate>Tue, 14 Mar 2023 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v2-changelogs/2023-03-14-ruby-sdk-v5-16-0/</id><updated>2023-03-14T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Ruby SDK v5.16.0 has been released!</p><p>This release wouldn’t have been possible without the hard work of our contributors!</p><ul><li><a href="https://github.com/nylas/nylas-ruby/releases/tag/v5.16.0">Nylas Ruby SDK</a>GitHub:</li><li><a href="https://rubygems.org/gems/nylas/versions/5.16.0">RubyGems</a>Distribution:</li></ul><ul><li><code>provider_id</code><code>Label</code><a href="https://github.com/nylas/nylas-ruby/pull/404">#404</a>Added the missingattribute to()</li><li><code>organizer_email</code><code>organizer_name</code><code>Event</code><a href="https://github.com/nylas/nylas-ruby/pull/409">#409</a>Addedandto()</li><li><a href="https://github.com/nylas/nylas-ruby/pull/403">#403</a>Added missing job status webhook triggers ()</li></ul><ul><li><code>MESSAGE_LINK_CLICKED</code><a href="https://github.com/nylas/nylas-ruby/pull/403">#403</a>Fixtrigger ()</li></ul><ul><li><a href="https://github.com/VadimLeader">@VadimLeader</a><a href="https://github.com/nylas/nylas-ruby/pull/404">#404</a>:</li></ul><h2>Added</h2><h2>Updated</h2><h2>Contributors 🎉</h2></content></item><item><title>[2023-02-14] Nylas Java SDK v1.21.0</title><link>https://developer.nylas.com/docs/new/v2-changelogs/2023-02-14-java-sdk-v1-21-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v2-changelogs/2023-02-14-java-sdk-v1-21-0/</guid><pubDate>Tue, 14 Feb 2023 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v2-changelogs/2023-02-14-java-sdk-v1-21-0/</id><updated>2023-02-14T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Java SDK v1.21.0 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-java/releases/tag/v1.21.0">Nylas Java SDK</a>GitHub:</li><li><a href="https://repo.maven.apache.org/maven2/com/nylas/sdk/nylas-java-sdk/1.21.0/">Maven</a>Distribution:</li></ul><ul><li><code>content_disposition</code><code>File</code><a href="https://github.com/nylas/nylas-java/pull/149">#149</a>Added thefield to()</li><li><code>toJSON()</code><code>toMap()</code><code>AccountOwnedModel</code><a href="https://github.com/nylas/nylas-java/pull/150">#150</a>Added support forand. All classes that extendcan be serialized to either a JSON string or a Map representation of the object&apos;s fields. ()</li><li><a href="https://github.com/nylas/nylas-java/pull/151">#151</a>Added scheduler support for the EU region ()</li></ul><ul><li><code>NullPointerException</code><code>Message.toString()</code><a href="https://github.com/nylas/nylas-java/pull/149">#149</a>Fixedthat sporadically occurred when calling()</li></ul><h2>Added</h2><h2>Updated</h2></content></item><item><title>[2023-02-09] Nylas Java SDK v1.20.1</title><link>https://developer.nylas.com/docs/new/v2-changelogs/2023-02-09-java-sdk-v1-20-1/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v2-changelogs/2023-02-09-java-sdk-v1-20-1/</guid><pubDate>Thu, 09 Feb 2023 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v2-changelogs/2023-02-09-java-sdk-v1-20-1/</id><updated>2023-02-09T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Java SDK v1.20.1 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-java/releases/tag/v1.20.1">Nylas Java SDK</a>GitHub:</li><li><a href="https://repo.maven.apache.org/maven2/com/nylas/sdk/nylas-java-sdk/1.20.1">Maven</a>Distribution:</li></ul><ul><li><a href="https://github.com/nylas/nylas-java/pull/147">#147</a>Added default implementation for WebhookHandler methods: onOpen, onClose, and onError ()</li></ul><ul><li><a href="https://github.com/nylas/nylas-java/pull/147">#147</a>Fixed Tunnel.onMessage to emit individual deltas ()</li><li><a href="https://github.com/nylas/nylas-java/pull/147">#147</a>Changed the java-websocket dependency to api configuration ()</li></ul><h2>Added</h2><h2>Updated</h2></content></item><item><title>[2023-02-06] Nylas Java SDK v1.20.0</title><link>https://developer.nylas.com/docs/new/v2-changelogs/2023-02-06-java-sdk-v1-20-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v2-changelogs/2023-02-06-java-sdk-v1-20-0/</guid><pubDate>Mon, 06 Feb 2023 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v2-changelogs/2023-02-06-java-sdk-v1-20-0/</id><updated>2023-02-06T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Java SDK v1.20.0 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-java/releases/tag/v1.20.0">Nylas Java SDK</a>GitHub:</li><li><a href="https://repo.maven.apache.org/maven2/com/nylas/sdk/nylas-java-sdk/1.20.0">Maven</a>Distribution:</li></ul><ul><li><a href="https://github.com/nylas/nylas-java/pull/145">#145</a>Added support for local webhook testing ()</li><li><code>Webhook.Triggers</code><code>Webhook.State</code><a href="https://github.com/nylas/nylas-java/pull/145">#145</a>Added new enums forand()</li></ul><h2>Added</h2></content></item><item><title>[2023-02-03] Nylas Node.js SDK v6.8.0</title><link>https://developer.nylas.com/docs/new/v2-changelogs/2023-02-03-node-sdk-v6-8-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v2-changelogs/2023-02-03-node-sdk-v6-8-0/</guid><pubDate>Fri, 03 Feb 2023 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v2-changelogs/2023-02-03-node-sdk-v6-8-0/</id><updated>2023-02-03T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Node.js SDK v6.8.0 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-nodejs/releases/tag/v6.8.0">Nylas Node.js SDK</a>GitHub:</li><li><a href="https://www.npmjs.com/package/nylas/v/6.8.0">npm</a>Distribution:</li></ul><ul><li><a href="https://github.com/nylas/nylas-nodejs/pull/422">#422</a>Added support for local webhook testing ()</li><li><code>hideParticipants</code><code>Event</code><a href="https://github.com/nylas/nylas-nodejs/pull/420">#420</a>Added thefield to()</li></ul><h2>Added</h2></content></item><item><title>[2023-02-02] Nylas Ruby SDK v5.15.0</title><link>https://developer.nylas.com/docs/new/v2-changelogs/2023-02-02-ruby-sdk-v5-15-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v2-changelogs/2023-02-02-ruby-sdk-v5-15-0/</guid><pubDate>Thu, 02 Feb 2023 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v2-changelogs/2023-02-02-ruby-sdk-v5-15-0/</id><updated>2023-02-02T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Ruby SDK v5.15.0 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-ruby/releases/tag/v5.15.0">Nylas Ruby SDK</a>GitHub:</li><li><a href="https://rubygems.org/gems/nylas/versions/5.15.0">RubyGems</a>Distribution:</li></ul><ul><li><a href="https://github.com/nylas/nylas-ruby/pull/399">#399</a>Added support for local webhook testing ()</li><li><code>tzinfo</code><code>faye-websocket</code><code>eventmachine</code><a href="https://github.com/nylas/nylas-ruby/pull/401">#401</a>Added,, andas runtime dependencies ()</li></ul><h2>Added</h2></content></item><item><title>[2023-02-01] Nylas Python SDK v5.13.0</title><link>https://developer.nylas.com/docs/new/v2-changelogs/2023-02-01-python-sdk-v5-13-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v2-changelogs/2023-02-01-python-sdk-v5-13-0/</guid><pubDate>Wed, 01 Feb 2023 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v2-changelogs/2023-02-01-python-sdk-v5-13-0/</id><updated>2023-02-01T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Python SDK v5.13.0 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-python/releases/tag/v5.13.0">Nylas Python SDK</a>GitHub:</li><li><a href="https://pypi.org/project/nylas/5.13.0">PyPi</a>Distribution:</li></ul><ul><li><a href="https://github.com/nylas/nylas-python/pull/252">#252</a>Added support for local webhook development ()</li></ul><ul><li><a href="https://github.com/nylas/nylas-python/pull/250">#250</a>Updated previous conditional dependencies for enum34 to use the PEP 508 syntax ()</li></ul><h2>Added</h2><h2>Updated</h2><hr><h2>Contributors 🎉</h2><p>This release wouldn’t have been possible without the hard work of our contributors!</p><ul><li><a href="https://github.com/Hooksie">@Hooksie</a><a href="https://github.com/nylas/nylas-python/pull/250">#250</a>:</li></ul></hr></content></item><item><title>[2023-02-01] Nylas Python SDK v5.13.1</title><link>https://developer.nylas.com/docs/new/v2-changelogs/2023-02-01-python-sdk-v5-13-1/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v2-changelogs/2023-02-01-python-sdk-v5-13-1/</guid><pubDate>Wed, 01 Feb 2023 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v2-changelogs/2023-02-01-python-sdk-v5-13-1/</id><updated>2023-02-01T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Python SDK v5.13.1 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-python/releases/tag/v5.13.1">Nylas Python SDK</a>GitHub:</li><li><a href="https://pypi.org/project/nylas/5.13.1.post1">PyPi</a>Distribution:</li></ul><ul><li><code>send_authorization</code><a href="https://github.com/nylas/nylas-python/pull/254">#254</a>Fixedto return the correct dict ()</li><li><a href="https://github.com/nylas/nylas-python/pull/254">#254</a>Fixed expanded threads to properly inflate the messages objects ()</li><li><a href="https://github.com/nylas/nylas-python/pull/254">#254</a>Fixed class attributes with leading underscores to be serialized as expected ()</li></ul><h2>Updated</h2></content></item><item><title>[2023-01-24] Nylas Java SDK v1.19.2</title><link>https://developer.nylas.com/docs/new/v2-changelogs/2023-01-24-java-sdk-v1-19-2/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v2-changelogs/2023-01-24-java-sdk-v1-19-2/</guid><pubDate>Tue, 24 Jan 2023 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v2-changelogs/2023-01-24-java-sdk-v1-19-2/</id><updated>2023-01-24T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Java SDK v1.19.2 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-java/releases/tag/v1.19.2">Nylas Java SDK</a>GitHub:</li><li><a href="https://repo.maven.apache.org/maven2/com/nylas/sdk/nylas-java-sdk/1.19.2">Maven</a>Distribution:</li></ul><ul><li><code>Event.hide_participants</code><code>Event.visibility</code><a href="https://github.com/nylas/nylas-java/pull/143">#143</a>Fixedandfor serialization ()</li><li><code>FreeBusy</code><code>calendar_id</code><a href="https://github.com/nylas/nylas-java/pull/143">#143</a>Fixedto have afield ()</li></ul><h2>Updated</h2></content></item><item><title>[2023-01-18] Nylas Java SDK v1.19.1</title><link>https://developer.nylas.com/docs/new/v2-changelogs/2023-01-18-java-sdk-v1-19-1/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v2-changelogs/2023-01-18-java-sdk-v1-19-1/</guid><pubDate>Wed, 18 Jan 2023 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v2-changelogs/2023-01-18-java-sdk-v1-19-1/</id><updated>2023-01-18T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Java SDK v1.19.1 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-java/releases/tag/v1.19.1">Nylas Java SDK</a>GitHub:</li><li><a href="https://repo.maven.apache.org/maven2/com/nylas/sdk/nylas-java-sdk/1.19.1">Maven</a>Distribution:</li></ul><ul><li><code>FreeBusy</code><a href="https://github.com/nylas/nylas-java/pull/140">#140</a>Added missing setters for()</li><li><a href="https://github.com/nylas/nylas-java/pull/140">#140</a>Fixed typos in Event.hide_participants ()</li></ul><h2>Updated</h2></content></item><item><title>[2023-01-18] Nylas Node.js SDK v6.7.0</title><link>https://developer.nylas.com/docs/new/v2-changelogs/2023-01-18-node-sdk-v6-7-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v2-changelogs/2023-01-18-node-sdk-v6-7-0/</guid><pubDate>Wed, 18 Jan 2023 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v2-changelogs/2023-01-18-node-sdk-v6-7-0/</id><updated>2023-01-18T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Node.js SDK v6.7.0 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-nodejs/releases/tag/v6.7.0">Nylas Node.js SDK</a>GitHub:</li><li><a href="https://www.npmjs.com/package/nylas/v/6.7.0">npm</a>Distribution:</li></ul><ul><li><a href="https://github.com/nylas/nylas-nodejs/pull/405">#405</a>Added support for rate limit errors ()</li><li><code>responseType</code><code>AuthenticateUrlConfig</code><a href="https://github.com/nylas/nylas-nodejs/pull/411">#411</a>Addedto()</li><li><a href="https://github.com/nylas/nylas-nodejs/pull/417">#417</a>Added new attributes for Event webhook notifications ()</li></ul><ul><li><code>visibility</code><a href="https://github.com/nylas/nylas-nodejs/pull/408">#408</a>Thefield for events is now writeable. ()</li></ul><ul><li><code>decode-uri-component</code><code>0.2.0</code><code>0.2.2</code><a href="https://github.com/nylas/nylas-nodejs/pull/410">#410</a>Bumped thesub-dependency fromto()</li><li><code>qs</code><code>6.5.2</code><code>6.5.3</code><a href="https://github.com/nylas/nylas-nodejs/pull/412">#412</a>Bumped thesub-dependency fromto()</li><li><code>json5</code><code>2.1.0</code><code>2.2.3</code><a href="https://github.com/nylas/nylas-nodejs/pull/416">#416</a>Bumped thesub-dependency fromto()</li><li><code>minimatch</code><code>3.0.4</code><code>3.1.2</code><a href="https://github.com/nylas/nylas-nodejs/pull/418">#418</a>Bumped thesub-dependency fromto()</li></ul><h2>Added</h2><h2>Updated</h2><h2>Security</h2></content></item><item><title>[2023-01-06] Nylas Python SDK v5.12.1</title><link>https://developer.nylas.com/docs/new/v2-changelogs/2023-01-06-python-sdk-v5-12-1/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v2-changelogs/2023-01-06-python-sdk-v5-12-1/</guid><pubDate>Fri, 06 Jan 2023 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v2-changelogs/2023-01-06-python-sdk-v5-12-1/</id><updated>2023-01-06T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Python SDK v5.12.1 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-python/releases/tag/v5.12.1">Nylas Python SDK</a>GitHub:</li><li><a href="https://pypi.org/project/nylas/5.12.1">PyPi</a>Distribution:</li></ul><ul><li><code>enum34</code><a href="https://github.com/nylas/nylas-python/pull/247">#247</a>is now installed only on Python 3.4 or earlier. ()</li></ul><h2>Updated</h2><hr><h2>Contributors 🎉</h2><p>This release wouldn’t have been possible without the hard work of our contributors!</p><ul><li><a href="https://github.com/Hooksie">@Hooksie</a><a href="https://github.com/nylas/nylas-python/pull/247">#247</a>:</li></ul></hr></content></item><item><title>[2022-12-16] Nylas Ruby SDK v5.14.0</title><link>https://developer.nylas.com/docs/new/v2-changelogs/2022-12-26-ruby-sdk-v5-14-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v2-changelogs/2022-12-26-ruby-sdk-v5-14-0/</guid><pubDate>Mon, 26 Dec 2022 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v2-changelogs/2022-12-26-ruby-sdk-v5-14-0/</id><updated>2022-12-26T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Ruby SDK v5.14.0 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-ruby/releases/tag/v5.14.0">Nylas Ruby SDK</a>GitHub:</li><li><a href="https://rubygems.org/gems/nylas/versions/5.14.0">RubyGems</a>Distribution:</li></ul><ul><li><a href="https://github.com/nylas/nylas-ruby/pull/389">#389</a>Added support for rate limit errors ()</li><li><code>disable_provider_selection</code><a href="https://github.com/nylas/nylas-ruby/pull/395">#395</a><a href="https://github.com/nylas/nylas-ruby/pull/394">#394</a>Added theoption for building an authentication URL (, which fixes)</li></ul><ul><li><a href="https://github.com/nylas/nylas-ruby/pull/393">#393</a>Improved performance by skipping creating instance of StringIO before parsing JSON ()</li></ul><h2>Added</h2><h2>Updated</h2><hr><h2>Contributors 🎉</h2><p>This release wouldn’t have been possible without the hard work of our contributors!</p><ul><li><a href="https://github.com/andreccosta">@andreccosta</a><a href="https://github.com/nylas/nylas-ruby/pull/393">#393</a>:</li><li><a href="https://github.com/PickertJoe">@PickertJoe</a><a href="https://github.com/nylas/nylas-ruby/pull/395">#395</a>:</li></ul></hr></content></item><item><title>[2022-12-16] Nylas Python SDK v5.12.0</title><link>https://developer.nylas.com/docs/new/v2-changelogs/2022-12-16-python-sdk-v5-12-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v2-changelogs/2022-12-16-python-sdk-v5-12-0/</guid><pubDate>Fri, 16 Dec 2022 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v2-changelogs/2022-12-16-python-sdk-v5-12-0/</id><updated>2022-12-16T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Python SDK v5.12.0 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-python/releases/tag/v5.12.0">Nylas Python SDK</a>GitHub:</li><li><a href="https://pypi.org/project/nylas/5.12.0">PyPi</a>Distribution:</li></ul><ul><li><a href="https://github.com/nylas/nylas-python/pull/243">#243</a>Added support for sending raw MIME messages ()</li></ul><h2>Added</h2></content></item><item><title>[2022-05-04] Nylas Node.js SDK v6.3.2</title><link>https://developer.nylas.com/docs/new/v2-changelogs/2022-05-04-node-sdk-v6-3-2/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v2-changelogs/2022-05-04-node-sdk-v6-3-2/</guid><pubDate>Wed, 04 May 2022 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v2-changelogs/2022-05-04-node-sdk-v6-3-2/</id><updated>2022-05-04T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Node.js SDK v6.3.2 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-nodejs/releases/tag/v6.3.2">Nylas Node.js SDK</a>GitHub:</li><li><a href="https://www.npmjs.com/package/nylas/v/6.3.2">npm</a>Distribution:</li></ul><ul><li><code>fileIdsToAttach</code><code>DraftProperties</code>Added missingin.</li><li><code>CalendarRestfulModelCollection.freeBusy</code>Fixed a JSON parse error when using.</li><li><code>SchedulerRestfulModelCollection</code>Fixed the base URL not being set forfunctions.</li></ul><h2>Bug Fixes</h2></content></item><item><title>[2022-05-04] Nylas Ruby SDK v5.9.2</title><link>https://developer.nylas.com/docs/new/v2-changelogs/2022-05-04-ruby-sdk-v5-9-2/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v2-changelogs/2022-05-04-ruby-sdk-v5-9-2/</guid><pubDate>Wed, 04 May 2022 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v2-changelogs/2022-05-04-ruby-sdk-v5-9-2/</id><updated>2022-05-04T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Ruby SDK v5.9.2 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-ruby/releases/tag/v5.9.2">Nylas Ruby SDK</a>GitHub:</li><li><a href="https://rubygems.org/gems/nylas/versions/5.9.2">RubyGems</a>Distribution:</li></ul><ul><li><code>FreeBusy</code><code>OpenHours</code>Fixed calendar availability not serializingandproperly.</li><li>Fixed out authentication demo app. Previously, it used deprecated Google scopes.</li></ul><h2>Bug Fixes</h2></content></item><item><title>[2022-04-22] Nylas Java SDK v1.13.1</title><link>https://developer.nylas.com/docs/new/v2-changelogs/2022-04-22-java-sdk-v1-13-1/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v2-changelogs/2022-04-22-java-sdk-v1-13-1/</guid><pubDate>Fri, 22 Apr 2022 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v2-changelogs/2022-04-22-java-sdk-v1-13-1/</id><updated>2022-04-22T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Java SDK v1.13.1 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-java/releases/tag/v1.13.1">Nylas Java SDK</a>GitHub:</li><li><a href="https://repo.maven.apache.org/maven2/com/nylas/sdk/nylas-java-sdk/1.13.1">Maven</a>Distribution:</li></ul><ul><li><code>order</code><code>emails</code><code>Availability</code><code>TimeSlot</code>Added missingandfields inand.</li><li><code>Participant</code>Fixedstatus not being sent to the API when set.</li></ul><h2>Bug Fixes</h2></content></item><item><title>[2022-04-22] Nylas Node.js SDK v6.3.1</title><link>https://developer.nylas.com/docs/new/v2-changelogs/2022-04-22-node-sdk-v6-3-1/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v2-changelogs/2022-04-22-node-sdk-v6-3-1/</guid><pubDate>Fri, 22 Apr 2022 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v2-changelogs/2022-04-22-node-sdk-v6-3-1/</id><updated>2022-04-22T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Node.js SDK v6.3.1 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-nodejs/releases/tag/v6.3.1">Nylas Node.js SDK</a>GitHub:</li><li><a href="https://www.npmjs.com/package/nylas/v/6.3.1">npm</a>Distribution:</li></ul><ul><li><code>order</code><code>emails</code>Added missingandfield in Calendar Availability.</li><li><code>MessageRestfulModelCollection.findMultiple</code>Fixed an issue where passing in an array of one forthrows an error.</li></ul><h2>Bug Fixes</h2></content></item><item><title>[2022-04-20] Nylas Ruby SDK v5.9.1</title><link>https://developer.nylas.com/docs/new/v2-changelogs/2022-04-20-ruby-sdk-v5-9-1/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v2-changelogs/2022-04-20-ruby-sdk-v5-9-1/</guid><pubDate>Wed, 20 Apr 2022 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v2-changelogs/2022-04-20-ruby-sdk-v5-9-1/</id><updated>2022-04-20T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Ruby SDK v5.9.1 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-ruby/releases/tag/v5.9.1">Nylas Ruby SDK</a>GitHub:</li><li><a href="https://rubygems.org/gems/nylas/versions/5.9.1">RubyGems</a>Distribution:</li></ul><ul><li><code>phone_number</code><code>Participant</code>Added thefield in.</li></ul><ul><li><code>NoMethodError</code><code>NewMessage#send!</code>Fixedwhen calling.</li></ul><h2>New</h2><h2>Bug Fixes</h2></content></item><item><title>[2022-04-14] Nylas Node.js SDK v6.3.0</title><link>https://developer.nylas.com/docs/new/v2-changelogs/2022-04-14-node-sdk-v6-3-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v2-changelogs/2022-04-14-node-sdk-v6-3-0/</guid><pubDate>Thu, 14 Apr 2022 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v2-changelogs/2022-04-14-node-sdk-v6-3-0/</id><updated>2022-04-14T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Node.js SDK v6.3.0 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-nodejs/releases/tag/v6.3.0">Nylas Node.js SDK</a>GitHub:</li><li><a href="https://www.npmjs.com/package/nylas/v/6.3.0">npm</a>Distribution:</li></ul><ul><li>Added support for revoking a single access token.</li><li>Improved Outbox job status support.</li><li>Added support for Setting Redirect On Error in Authenticate URL Config.</li></ul><ul><li>Fixed an issue where an empty response body could trigger a JSON deserialization error.</li><li><code>node-fetch</code><code>response.size</code>Removed usage of unreliable.</li></ul><h2>New</h2><h2>Bug Fixes</h2></content></item><item><title>[2022-04-14] Nylas Python SDK v5.8.0</title><link>https://developer.nylas.com/docs/new/v2-changelogs/2022-04-14-python-sdk-v5-8-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v2-changelogs/2022-04-14-python-sdk-v5-8-0/</guid><pubDate>Thu, 14 Apr 2022 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v2-changelogs/2022-04-14-python-sdk-v5-8-0/</id><updated>2022-04-14T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Python SDK v5.8.0 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-python/releases/tag/v5.8.0">Nylas Python SDK</a>GitHub:</li><li><a href="https://pypi.org/project/nylas/5.8.0">PyPi</a>Distribution:</li></ul><ul><li>Added support for getting the number of queried objects (count view).</li></ul><ul><li>Improved usage of read only fields in models</li></ul><ul><li>Fixed Calendar availability functions not using the correct authentication method.</li></ul><h2>New</h2><h2>Updated</h2><h2>Bug Fixes</h2></content></item><item><title>[2022-04-07] Nylas Ruby SDK v5.9.0</title><link>https://developer.nylas.com/docs/new/v2-changelogs/2022-04-07-ruby-sdk-v5-9-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v2-changelogs/2022-04-07-ruby-sdk-v5-9-0/</guid><pubDate>Thu, 07 Apr 2022 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v2-changelogs/2022-04-07-ruby-sdk-v5-9-0/</id><updated>2022-04-07T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Ruby SDK v5.9.0 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-ruby/releases/tag/v5.9.0">Nylas Ruby SDK</a>GitHub:</li><li><a href="https://rubygems.org/gems/nylas/versions/5.9.0">RubyGems</a>Distribution:</li></ul><ul><li>Added support for Outbox.</li><li><code>authentication_type</code>Added thefield in Accounts.</li><li>Added support for basic authentication.</li><li>Enabled support for Nylas API v2.5.</li></ul><h2>New</h2></content></item><item><title>[2022-04-01] Nylas Node.js SDK v6.2.2</title><link>https://developer.nylas.com/docs/new/v2-changelogs/2022-04-01-node-sdk-v6-2-2/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v2-changelogs/2022-04-01-node-sdk-v6-2-2/</guid><pubDate>Fri, 01 Apr 2022 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v2-changelogs/2022-04-01-node-sdk-v6-2-2/</id><updated>2022-04-01T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Node.js SDK v6.2.2 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-nodejs/releases/tag/v6.2.2">Nylas Node.js SDK</a>GitHub:</li><li><a href="https://www.npmjs.com/package/nylas/v/6.2.2">npm</a>Distribution:</li></ul><ul><li><code>message_id</code>Raw message data is now retrievable usinginstead of first fetching the message.</li><li><code>authenticationType</code><code>ManagementAccount</code>Added thefield for.</li></ul><ul><li>Fixed a JSON error response for the Nylas API returning a non-JSON error payload.</li></ul><h2>New</h2><h2>Bug Fixes</h2></content></item><item><title>[2022-03-31] Nylas Java SDK v1.13.0</title><link>https://developer.nylas.com/docs/new/v2-changelogs/2022-03-31-java-sdk-v1-12-1/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v2-changelogs/2022-03-31-java-sdk-v1-12-1/</guid><pubDate>Thu, 31 Mar 2022 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v2-changelogs/2022-03-31-java-sdk-v1-12-1/</id><updated>2022-03-31T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Java SDK v1.13.0 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-java/releases/tag/v1.13.0">Nylas Java SDK</a>GitHub:</li><li><a href="https://repo.maven.apache.org/maven2/com/nylas/sdk/nylas-java-sdk/1.13.0">Maven</a>Distribution:</li></ul><ul><li><a href="/docs/api/v2/#tag--Deltas">Deltas</a>Added support for.</li><li>Added support for Integrations authentication (beta) with Integrations API, Grants API, and Hosted Authentication for Integrations.</li><li><code>authentication_type</code><code>Account</code>Added thefield to.</li><li>Bumped supported API version to v2.5.</li></ul><ul><li><code>Event.Notification.minutes_before_event</code>Fixed an incorrect property name for.</li></ul><h2>New</h2><h2>Bug Fixes</h2></content></item><item><title>[2022-03-31] Nylas Python SDK v5.7.0</title><link>https://developer.nylas.com/docs/new/v2-changelogs/2022-03-31-python-sdk-v5-7-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v2-changelogs/2022-03-31-python-sdk-v5-7-0/</guid><pubDate>Thu, 31 Mar 2022 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v2-changelogs/2022-03-31-python-sdk-v5-7-0/</id><updated>2022-03-31T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Python SDK v5.7.0 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-python/releases/tag/v5.7.0">Nylas Python SDK</a>GitHub:</li><li><a href="https://pypi.org/project/nylas/5.7.0">PyPi</a>Distribution:</li></ul><ul><li>Added support for Outbox.</li><li>Added support for Integrations authentication (beta) with Integrations API, Grants API, and Hosted Authentication for Integrations.</li><li><code>limit</code><code>offset</code>Added support forandfor Message and Thread search.</li><li><code>authentication_type</code><code>Account</code>Added thefield to.</li><li>Enabled Nylas API v2.5 support.</li></ul><ul><li><code>Draft</code>Fixed an issue withnot sending metadata.</li></ul><h2>New</h2><h2>Bug Fixes</h2></content></item><item><title>[2022-03-25] Nylas Node.js SDK v6.2.1</title><link>https://developer.nylas.com/docs/new/v2-changelogs/2022-03-25-node-sdk-v6-2-1/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v2-changelogs/2022-03-25-node-sdk-v6-2-1/</guid><pubDate>Fri, 25 Mar 2022 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v2-changelogs/2022-03-25-node-sdk-v6-2-1/</id><updated>2022-03-25T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Node.js SDK v6.2.1 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-nodejs/releases/tag/v6.2.1">Nylas Node.js SDK</a>GitHub:</li><li><a href="https://www.npmjs.com/package/nylas/v/6.2.1">npm</a>Distribution:</li></ul><ul><li>Enabled Nylas API v2.5 support.</li></ul><ul><li><code>node-fetch</code>Bumpeddependency from 2.6.1 to 2.6.7.</li><li><code>ajv</code>Bumpedsub-dependency from 6.10.2 to 6.12.6.</li><li>Updated examples to use current functions.</li></ul><ul><li><code>Attribute</code>Fixed the circular dependency issue in.</li><li><code>SchedulerBookingOpeningHoursProperties.days</code>Fixedand added missing fields to Scheduler models.</li></ul><h2>New</h2><h2>Updated</h2><h2>Bug Fixes</h2></content></item><item><title>[2022-03-18] Nylas Ruby SDK v5.8.0</title><link>https://developer.nylas.com/docs/new/v2-changelogs/2022-03-18-ruby-sdk-v5-8-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v2-changelogs/2022-03-18-ruby-sdk-v5-8-0/</guid><pubDate>Fri, 18 Mar 2022 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v2-changelogs/2022-03-18-ruby-sdk-v5-8-0/</id><updated>2022-03-18T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Ruby SDK v5.8.0 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-ruby/releases/tag/v5.8.0">Nylas Ruby SDK</a>GitHub:</li><li><a href="https://rubygems.org/gems/nylas/versions/5.8.0">RubyGems</a>Distribution:</li></ul><ul><li><code>Webhook</code>Improved support forobjects.</li><li><code>calendars</code>Supportfor availability methods.</li></ul><ul><li><code>interval_minutes</code>Fixkeyword for availability methods.</li></ul><h2>New</h2><h2>Bug Fixes</h2></content></item><item><title>[2022-03-08] Nylas Java SDK v1.12.0</title><link>https://developer.nylas.com/docs/new/v2-changelogs/2022-03-08-java-sdk-v1-12-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v2-changelogs/2022-03-08-java-sdk-v1-12-0/</guid><pubDate>Tue, 08 Mar 2022 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v2-changelogs/2022-03-08-java-sdk-v1-12-0/</id><updated>2022-03-08T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Java SDK v1.12.0 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-java/releases/tag/v1.12.0">Nylas Java SDK</a>GitHub:</li><li><a href="https://repo.maven.apache.org/maven2/com/nylas/sdk/nylas-java-sdk/1.12.0">Maven</a>Distribution:</li></ul><ul><li>Added Outbox support.</li><li>Added support for Components.</li><li>Added support for Neural Categorizer.</li><li><code>calendar</code>Added support forfield in free-busy, availability, and consecutive availability queries.</li><li><code>phone_number</code><code>Participant</code>Added field forin.</li><li>Bump supported API version to v2.4.</li></ul><ul><li><code>checkFreeBusy(Instant, Instant, List&lt;String&gt;)</code><code>checkFreeBusy(Instant, Instant, String)</code><code>checkFreeBusy(FreeBusyQuery)</code>Deprecatedandin favor of.</li></ul><ul><li><code>HostedAuthentication.fetchToken()</code>Fixed the null error message whenreturns an API error.</li></ul><h2>New</h2><h2>Deprecated</h2><h2>Bug Fixes</h2></content></item><item><title>[2022-02-15] Nylas Python SDK v5.6.0</title><link>https://developer.nylas.com/docs/new/v2-changelogs/2022-02-15-python-sdk-v5-6-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v2-changelogs/2022-02-15-python-sdk-v5-6-0/</guid><pubDate>Tue, 15 Feb 2022 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v2-changelogs/2022-02-15-python-sdk-v5-6-0/</id><updated>2022-02-15T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Python SDK v5.6.0 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-python/releases/tag/v5.6.0">Nylas Python SDK</a>GitHub:</li><li><a href="https://pypi.org/project/nylas/5.6.0">PyPi</a>Distribution:</li></ul><ul><li>Added Delta support.</li><li>Added Webhook support.</li></ul><ul><li><code>None</code><code>as_json()</code>Omittedvalues from resultingobject.</li><li>Enabled Nylas API v2.4 support.</li></ul><h2>New</h2><h2>Bug Fixes</h2></content></item><item><title>[2022-02-10] Nylas Python SDK v5.5.1</title><link>https://developer.nylas.com/docs/new/v2-changelogs/2022-02-10-python-sdk-v5-5-1/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v2-changelogs/2022-02-10-python-sdk-v5-5-1/</guid><pubDate>Thu, 10 Feb 2022 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v2-changelogs/2022-02-10-python-sdk-v5-5-1/</id><updated>2022-02-10T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Python SDK v5.5.1 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-python/releases/tag/v5.5.1">Nylas Python SDK</a>GitHub:</li><li><a href="https://pypi.org/project/nylas/5.5.1">PyPi</a>Distribution:</li></ul><ul><li><code>send_authorization</code>Added validation for.</li><li><code>native-authentication-gmail</code>Fixedexample app.</li></ul><h2>Bug Fixes</h2></content></item><item><title>[2022-02-04] Nylas Node.js SDK v6.2.0</title><link>https://developer.nylas.com/docs/new/v2-changelogs/2022-02-04-node-sdk-v6-2-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v2-changelogs/2022-02-04-node-sdk-v6-2-0/</guid><pubDate>Fri, 04 Feb 2022 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v2-changelogs/2022-02-04-node-sdk-v6-2-0/</id><updated>2022-02-04T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Node.js SDK v6.2.0 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-nodejs/releases/tag/v6.2.0">Nylas Node.js SDK</a>GitHub:</li><li><a href="https://www.npmjs.com/package/nylas/v/6.2.0">npm</a>Distribution:</li></ul><ul><li>Added support for returning multiple messages by a list of message IDs.</li><li><code>Draft</code>Added new field infor adding files by file IDs.</li><li>Added Webhook Notification models.</li><li><code>Delta</code><code>Delta</code><code>since</code><code>longpoll</code>Improvedsupport: addedmodel and two new methods,and.</li></ul><ul><li>Fix Virtual Calendar logic and serialization.</li></ul><h2>New</h2><h2>Bug Fixes</h2></content></item><item><title>[2022-02-01] Nylas Java SDK v1.11.2</title><link>https://developer.nylas.com/docs/new/v2-changelogs/2022-02-01-java-sdk-v1-11-2/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v2-changelogs/2022-02-01-java-sdk-v1-11-2/</guid><pubDate>Tue, 01 Feb 2022 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v2-changelogs/2022-02-01-java-sdk-v1-11-2/</id><updated>2022-02-01T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Java SDK v1.11.2 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-java/releases/tag/v1.11.2">Nylas Java SDK</a>GitHub:</li><li><a href="https://repo.maven.apache.org/maven2/com/nylas/sdk/nylas-java-sdk/1.11.2">Maven</a>Distribution:</li></ul><ul><li><code>okhttp3.internal</code>Removed use oflibrary.</li></ul><h2>Bug Fixes</h2></content></item><item><title>[2022-02-01] Nylas Python SDK v5.5.0</title><link>https://developer.nylas.com/docs/new/v2-changelogs/2022-02-01-python-sdk-v5-5-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v2-changelogs/2022-02-01-python-sdk-v5-5-0/</guid><pubDate>Tue, 01 Feb 2022 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v2-changelogs/2022-02-01-python-sdk-v5-5-0/</id><updated>2022-02-01T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Python SDK v5.5.0 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-python/releases/tag/v5.5.0">Nylas Python SDK</a>GitHub:</li><li><a href="https://pypi.org/project/nylas/5.5.0">PyPi</a>Distribution:</li></ul><ul><li><code>Event</code>Added support forto ICS.</li></ul><ul><li>Enabled full payload response for exchanging the token for code.</li></ul><h2>New</h2><h2>Bug Fixes</h2></content></item><item><title>[2022-01-28] Nylas Node.js SDK v6.1.0</title><link>https://developer.nylas.com/docs/new/v2-changelogs/2022-01-28-node-sdk-v6-1-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v2-changelogs/2022-01-28-node-sdk-v6-1-0/</guid><pubDate>Fri, 28 Jan 2022 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v2-changelogs/2022-01-28-node-sdk-v6-1-0/</id><updated>2022-01-28T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Node.js SDK v6.1.0 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-nodejs/releases/tag/v6.1.0">Nylas Node.js SDK</a>GitHub:</li><li><a href="https://www.npmjs.com/package/nylas/v/6.1.0">npm</a>Distribution:</li></ul><ul><li><code>Event</code>Added support forto ICS.</li><li><code>calendar</code>Added support forfield in free-busy, availability, and consecutive availability queries.</li></ul><ul><li><code>comment</code><code>phoneNumber</code><code>EventParticipant</code>Addedandfields to.</li><li><code>Model</code>Fixed an issue where properties oftype were sending read-only attributes to the API.</li></ul><h2>New</h2><h2>Bug Fixes</h2></content></item><item><title>[2022-01-24] Nylas Java SDK v1.11.1</title><link>https://developer.nylas.com/docs/new/v2-changelogs/2022-01-24-java-sdk-v1-11-1/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v2-changelogs/2022-01-24-java-sdk-v1-11-1/</guid><pubDate>Mon, 24 Jan 2022 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v2-changelogs/2022-01-24-java-sdk-v1-11-1/</id><updated>2022-01-24T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Java SDK v1.11.1 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-java/releases/tag/v1.11.1">Nylas Java SDK</a>GitHub:</li><li><a href="https://repo.maven.apache.org/maven2/com/nylas/sdk/nylas-java-sdk/1.11.1">Maven</a>Distribution:</li></ul><ul><li><code>IllegalArgumentException</code><code>metadata</code>Fixed a bug where anis thrown when de-serializing Draft with.</li></ul><h2>Bug Fixes</h2></content></item><item><title>[2022-01-21] Nylas Ruby SDK v5.7.0</title><link>https://developer.nylas.com/docs/new/v2-changelogs/2022-01-21-ruby-sdk-v5-7-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v2-changelogs/2022-01-21-ruby-sdk-v5-7-0/</guid><pubDate>Fri, 21 Jan 2022 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v2-changelogs/2022-01-21-ruby-sdk-v5-7-0/</id><updated>2022-01-21T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Ruby SDK v5.7.0 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-ruby/releases/tag/v5.7.0">Nylas Ruby SDK</a>GitHub:</li><li><a href="https://rubygems.org/gems/nylas/versions/5.7.0">RubyGems</a>Distribution:</li></ul><ul><li>Added job status support.</li><li>Added Event to ICS support.</li><li>Added support for getting access token information.</li></ul><ul><li>Improved support for Application Details.</li><li><code>Account</code>Enabled ability to deleteobjects.</li><li><code>Folder</code>Fixed saving and deletingobjects.</li></ul><h2>New</h2><h2>Bug Fixes</h2></content></item><item><title>[2022-01-20] Nylas Java SDK v1.11.0</title><link>https://developer.nylas.com/docs/new/v2-changelogs/2022-01-20-java-sdk-v1-11-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v2-changelogs/2022-01-20-java-sdk-v1-11-0/</guid><pubDate>Thu, 20 Jan 2022 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v2-changelogs/2022-01-20-java-sdk-v1-11-0/</id><updated>2022-01-20T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Java SDK v1.11.0 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-java/releases/tag/v1.11.0">Nylas Java SDK</a>GitHub:</li><li><a href="https://repo.maven.apache.org/maven2/com/nylas/sdk/nylas-java-sdk/1.11.0">Maven</a>Distribution:</li></ul><ul><li>Added support for Scheduler API.</li><li>Added support for calendar availability.</li><li><code>Event</code>Added support forto ICS file generation.</li><li>Added support for modifying Folder.</li><li><code>Calendar</code><code>Account</code><code>Message</code><code>Draft</code>Expanded metadata support for,,, and.</li></ul><h2>New</h2></content></item><item><title>[2022-01-12] Nylas Node.js SDK v6.0.0</title><link>https://developer.nylas.com/docs/new/v2-changelogs/2022-01-12-node-sdk-v6-0-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v2-changelogs/2022-01-12-node-sdk-v6-0-0/</guid><pubDate>Wed, 12 Jan 2022 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v2-changelogs/2022-01-12-node-sdk-v6-0-0/</id><updated>2022-01-12T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Node.js SDK v6.0.0 has been released!</p><p><a href="/docs/v2/sdks/upgrade-node/">migration guide</a>This is a breaking change when upgrading from version 5.X.X. We created aso you can see what’s different.</p><p>We made the SDK more Typescript like and improved the experience for developers. Some of things we fixed are:</p><ul><li><a href="https://github.com/nylas/nylas-nodejs/releases/tag/v6.0.0">Nylas Node.js SDK</a>GitHub:</li><li><a href="https://www.npmjs.com/package/nylas/v/6.0.0">npm</a>Distribution:</li></ul><ul><li>Lack of typing on properties and functions</li><li>Lack of naming consistencies, snake_case vs. camelCase</li><li>No type strictness</li><li>No type checking when instantiating new objects</li><li>Bugs/inconsistencies in deserialization</li><li>Lack of secondary models</li></ul></content></item><item><title>[2022-01-05] Nylas Java SDK v1.10.3</title><link>https://developer.nylas.com/docs/new/v2-changelogs/2022-01-05-java-sdk-v1-10-3/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v2-changelogs/2022-01-05-java-sdk-v1-10-3/</guid><pubDate>Wed, 05 Jan 2022 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v2-changelogs/2022-01-05-java-sdk-v1-10-3/</id><updated>2022-01-05T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Java SDK v1.10.3 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-java/releases/tag/v1.10.3">Nylas Java SDK</a>GitHub:</li><li><a href="https://repo.maven.apache.org/maven2/com/nylas/sdk/nylas-java-sdk/1.10.3">Maven</a>Distribution:</li></ul><ul><li><code>forced_password</code>Added support for theHosted Authentication setting.</li><li><code>EMAIL</code>Adding missingscope.</li><li><code>NullPointerException</code>Fixed a bug where saving an event without participants resulted in.</li></ul><h2>Bug fixes</h2></content></item><item><title>[2022-01-04] Nylas Node.js SDK v5.10.4</title><link>https://developer.nylas.com/docs/new/v2-changelogs/2022-01-04-node-sdk-v5-10-4/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v2-changelogs/2022-01-04-node-sdk-v5-10-4/</guid><pubDate>Tue, 04 Jan 2022 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v2-changelogs/2022-01-04-node-sdk-v5-10-4/</id><updated>2022-01-04T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Node.js SDK v5.10.4 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-nodejs/releases/tag/v5.10.4">Nylas Node.js SDK</a>GitHub:</li><li><a href="https://www.npmjs.com/package/nylas/v/5.10.4">npm</a>Distribution:</li></ul><ul><li>Fixed an issue for recurring events and notifications.</li></ul><h2>Bug Fixes</h2></content></item><item><title>[2021-12-23] Nylas Java SDK v1.10.2</title><link>https://developer.nylas.com/docs/new/v2-changelogs/2021-12-23-java-sdk-v1-10-2/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v2-changelogs/2021-12-23-java-sdk-v1-10-2/</guid><pubDate>Thu, 23 Dec 2021 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v2-changelogs/2021-12-23-java-sdk-v1-10-2/</id><updated>2021-12-23T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Java SDK v1.10.2 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-java/releases/tag/v1.10.2">Nylas Java SDK</a>GitHub:</li><li><a href="https://repo.maven.apache.org/maven2/com/nylas/sdk/nylas-java-sdk/1.10.2">Maven</a>Distribution:</li></ul><ul><li><code>log4j</code>Addressed the majorvulnerability and updated to v.2.17.0.</li><li><code>false</code><code>notifyParticipants</code><code>false</code>Added theparameter whenis.</li></ul><h2>New</h2></content></item><item><title>[2021-12-23] Nylas Python SDK v5.4.1</title><link>https://developer.nylas.com/docs/new/v2-changelogs/2021-12-23-python-sdk-v5-4-1/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v2-changelogs/2021-12-23-python-sdk-v5-4-1/</guid><pubDate>Thu, 23 Dec 2021 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v2-changelogs/2021-12-23-python-sdk-v5-4-1/</id><updated>2021-12-23T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Python SDK v5.4.1 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-python/releases/tag/v5.4.1">Nylas Python SDK</a>GitHub:</li><li><a href="https://pypi.org/project/nylas/5.4.1">PyPi</a>Distribution:</li></ul><ul><li><a href="/docs/api/v2/#get-/a/client_id">Application Details</a>Improved support for.</li><li><code>_update_resource</code>Fixed an issue where keyword arguments callingweren’t correctly resolving to URL parameters.</li></ul><h2>Bug Fixes</h2></content></item><item><title>[2021-12-16] Nylas Node.js SDK v5.10.3</title><link>https://developer.nylas.com/docs/new/v2-changelogs/2021-12-16-node-sdk-v5-10-3/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v2-changelogs/2021-12-16-node-sdk-v5-10-3/</guid><pubDate>Thu, 16 Dec 2021 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v2-changelogs/2021-12-16-node-sdk-v5-10-3/</id><updated>2021-12-16T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Node.js SDK v5.10.3 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-nodejs/releases/tag/v5.10.3">Nylas Node.js SDK</a>GitHub:</li><li><a href="https://www.npmjs.com/package/nylas/v/5.10.3">npm</a>Distribution:</li></ul><ul><li><code>provider</code><code>urlForAuthentication</code>Added missingoption for.</li><li>Improvements to Job Status.</li></ul><h2>Bug Fixes</h2></content></item><item><title>[2021-12-16] Nylas Python SDK v5.4.0</title><link>https://developer.nylas.com/docs/new/v2-changelogs/2021-12-16-python-sdk-v5-4-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v2-changelogs/2021-12-16-python-sdk-v5-4-0/</guid><pubDate>Thu, 16 Dec 2021 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v2-changelogs/2021-12-16-python-sdk-v5-4-0/</id><updated>2021-12-16T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Python SDK v5.4.0 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-python/releases/tag/v5.4.0">Nylas Python SDK</a>GitHub:</li><li><a href="https://pypi.org/project/nylas/5.4.0">PyPi</a>Distribution:</li></ul><ul><li>Added support for Job Status.</li><li><code>is_primary</code>Added thefield to Calendar.</li></ul><ul><li>Fixed an issue where updating an Event results in an API error.</li></ul><h2>New</h2><h2>Bug Fixes</h2></content></item><item><title>[2021-12-13] Nylas Java SDK v1.10.1</title><link>https://developer.nylas.com/docs/new/v2-changelogs/2021-12-13-java-sdk-v1-10-1/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v2-changelogs/2021-12-13-java-sdk-v1-10-1/</guid><pubDate>Mon, 13 Dec 2021 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v2-changelogs/2021-12-13-java-sdk-v1-10-1/</id><updated>2021-12-13T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Java SDK v1.10.1 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-java/releases/tag/v1.10.1">Nylas Java SDK</a>GitHub:</li><li><a href="https://repo.maven.apache.org/maven2/com/nylas/sdk/nylas-java-sdk/1.10.1">Maven</a>Distribution:</li></ul><ul><li><code>log4j</code>Addressed thevulnerability and updated to v.2.15.0.</li></ul><h2>Bug Fixes</h2></content></item><item><title>[2021-12-13] Nylas Ruby SDK v5.6.1</title><link>https://developer.nylas.com/docs/new/v2-changelogs/2021-12-13-ruby-sdk-v5-6-1/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v2-changelogs/2021-12-13-ruby-sdk-v5-6-1/</guid><pubDate>Mon, 13 Dec 2021 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v2-changelogs/2021-12-13-ruby-sdk-v5-6-1/</id><updated>2021-12-13T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Ruby SDK v5.6.1 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-ruby/releases/tag/v5.6.1">Nylas Ruby SDK</a>GitHub:</li><li><a href="https://rubygems.org/gems/nylas/versions/5.6.1">RubyGems</a>Distribution:</li></ul><ul><li>Enabled support for adding metadata to NewMessage and Draft.</li></ul><ul><li>Fixed a bug where updating an Event results in an API error.</li></ul><h2>New</h2><h2>Bug Fixes</h2></content></item><item><title>[2021-12-08] Nylas Java SDK v1.10.0</title><link>https://developer.nylas.com/docs/new/v2-changelogs/2021-12-08-java-sdk-v1-10-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v2-changelogs/2021-12-08-java-sdk-v1-10-0/</guid><pubDate>Wed, 08 Dec 2021 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v2-changelogs/2021-12-08-java-sdk-v1-10-0/</id><updated>2021-12-08T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Java SDK v1.10.0 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-java/releases/tag/v1.10.0">Nylas Java SDK</a>GitHub:</li><li><a href="https://repo.maven.apache.org/maven2/com/nylas/sdk/nylas-java-sdk/1.10.0">Maven</a>Distribution:</li></ul><ul><li>Added support for automatic meeting details.</li><li>Added support for Event notifications.</li></ul><ul><li>Fixed a bug where updating an event resulted in an API error.</li></ul><h2>New</h2><h2>Bug Fixes</h2></content></item><item><title>[2021-12-03] Nylas Node.js SDK v5.10.2</title><link>https://developer.nylas.com/docs/new/v2-changelogs/2021-12-03-node-sdk-v5-10-2/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v2-changelogs/2021-12-03-node-sdk-v5-10-2/</guid><pubDate>Fri, 03 Dec 2021 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v2-changelogs/2021-12-03-node-sdk-v5-10-2/</id><updated>2021-12-03T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Node.js SDK v5.10.2 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-nodejs/releases/tag/v5.10.2">Nylas Node.js SDK</a>GitHub:</li><li><a href="https://www.npmjs.com/package/nylas/v/5.10.2">npm</a>Distribution:</li></ul><ul><li>Fixed Scheduler and Component types.</li><li>Fixed Component sending unmodifiable fields during update.</li><li>Fixed a bug where updating an event resulted in an API error.</li></ul><h2>Bug Fixes</h2></content></item><item><title>[2021-11-22] Nylas Node.js SDK v5.10.1</title><link>https://developer.nylas.com/docs/new/v2-changelogs/2021-11-22-node-sdk-v5-10-1/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v2-changelogs/2021-11-22-node-sdk-v5-10-1/</guid><pubDate>Mon, 22 Nov 2021 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v2-changelogs/2021-11-22-node-sdk-v5-10-1/</id><updated>2021-11-22T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Node.js SDK v5.10.1 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-nodejs/releases/tag/v5.10.1">Nylas Node.js SDK</a>GitHub:</li><li><a href="https://www.npmjs.com/package/nylas/v/5.10.1">npm</a>Distribution:</li></ul><ul><li>Fixed a bug where booking a valid time slot resulted in an API error.</li></ul><h2>Bug Fixes</h2></content></item><item><title>[2021-11-22] Nylas Ruby SDK v5.6.0</title><link>https://developer.nylas.com/docs/new/v2-changelogs/2021-11-22-ruby-sdk-v5-6-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v2-changelogs/2021-11-22-ruby-sdk-v5-6-0/</guid><pubDate>Mon, 22 Nov 2021 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v2-changelogs/2021-11-22-ruby-sdk-v5-6-0/</id><updated>2021-11-22T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Ruby SDK v5.6.0 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-ruby/releases/tag/v5.6.0">Nylas Ruby SDK</a>GitHub:</li><li><a href="https://rubygems.org/gems/nylas/versions/5.6.0">RubyGems</a>Distribution:</li></ul><ul><li>Added support for Event notifications.</li><li>Added additional support for Scheduler.</li><li><code>Calendar</code><code>Message</code><code>Account</code>Added metadata support for,, and.</li></ul><ul><li><code>exchange_code_for_token</code>Modifiedto allow returning a full body.</li></ul><h2>New</h2><h2>Bug Fixes</h2></content></item><item><title>[2021-11-19] Nylas Node.js SDK v5.10.0</title><link>https://developer.nylas.com/docs/new/v2-changelogs/2021-11-19-node-sdk-v5-10-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v2-changelogs/2021-11-19-node-sdk-v5-10-0/</guid><pubDate>Fri, 19 Nov 2021 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v2-changelogs/2021-11-19-node-sdk-v5-10-0/</id><updated>2021-11-19T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Node.js SDK v5.10.0 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-nodejs/releases/tag/v5.10.0">Nylas Node.js SDK</a>GitHub:</li><li><a href="https://www.npmjs.com/package/nylas/v/5.10.0">npm</a>Distribution:</li></ul><ul><li>Added Event notification support.</li><li><code>Calendar</code><code>Message</code><code>ManagementAccount</code>Expanded metadata support for,, and.</li><li>Added support for remaining Scheduler endpoints.</li></ul><h2>New</h2></content></item><item><title>[2021-10-28] Nylas Ruby SDK v5.5.0</title><link>https://developer.nylas.com/docs/new/v2-changelogs/2021-10-28-ruby-sdk-v5-5-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v2-changelogs/2021-10-28-ruby-sdk-v5-5-0/</guid><pubDate>Thu, 28 Oct 2021 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v2-changelogs/2021-10-28-ruby-sdk-v5-5-0/</id><updated>2021-10-28T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Ruby SDK v5.5.0 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-ruby/releases/tag/v5.5.0">Nylas Ruby SDK</a>GitHub:</li><li><a href="https://rubygems.org/gems/nylas/versions/5.5.0">RubyGems</a>Distribution:</li></ul><ul><li>Added Component CRUD Support</li><li>Added Scheduler API support</li><li>Added support for calendar availability</li><li>Added support for File delete operation</li></ul><ul><li><code>file_ids</code>Fixed issue whereget reset to empty</li></ul><h2>New</h2><h2>Updated</h2></content></item><item><title>[2021-09-27] Nylas Ruby SDK v5.4.1</title><link>https://developer.nylas.com/docs/new/v2-changelogs/2021-09-27-ruby-sdk-v5-4-1/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v2-changelogs/2021-09-27-ruby-sdk-v5-4-1/</guid><pubDate>Mon, 27 Sep 2021 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v2-changelogs/2021-09-27-ruby-sdk-v5-4-1/</id><updated>2021-09-27T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Ruby SDK v5.4.1 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-ruby/releases/tag/v5.4.1">Nylas Ruby SDK</a>GitHub:</li><li><a href="https://rubygems.org/gems/nylas/versions/5.4.1">RubyGems</a>Distribution:</li></ul><ul><li>Fixed an issue with Send endpoint for drafts that sends an existing draft when tracking is enabled.</li></ul><h2>Bug Fixes</h2></content></item><item><title>[2021-09-24] Nylas Node.js SDK v5.9.0</title><link>https://developer.nylas.com/docs/new/v2-changelogs/2021-09-24-node-sdk-v5-9-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v2-changelogs/2021-09-24-node-sdk-v5-9-0/</guid><pubDate>Fri, 24 Sep 2021 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v2-changelogs/2021-09-24-node-sdk-v5-9-0/</id><updated>2021-09-24T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Node.js SDK v5.9.0 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-nodejs/releases/tag/v5.9.0">Nylas Node.js SDK</a>GitHub:</li><li><a href="https://www.npmjs.com/package/nylas/v/5.9.0">npm</a>Distribution:</li></ul><ul><li>Added Scheduler CRUD support</li><li>Added Scheduler support</li></ul><h2>New</h2></content></item><item><title>[2021-09-24] Nylas Python SDK v5.2.0</title><link>https://developer.nylas.com/docs/new/v2-changelogs/2021-09-24-python-sdk-v5-2-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v2-changelogs/2021-09-24-python-sdk-v5-2-0/</guid><pubDate>Fri, 24 Sep 2021 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v2-changelogs/2021-09-24-python-sdk-v5-2-0/</id><updated>2021-09-24T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Python SDK v5.2.0 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-python/releases/tag/v5.2.0">Nylas Python SDK</a>GitHub:</li><li><a href="https://pypi.org/project/nylas/5.2.0">PyPi</a>Distribution:</li></ul><ul><li>Added support calendar consecutive availability.</li><li>Added dynamic conferencing link creation support.</li></ul><h2>New</h2></content></item><item><title>[2021-09-23] Nylas Ruby SDK v5.4.0</title><link>https://developer.nylas.com/docs/new/v2-changelogs/2021-09-23-ruby-sdk-v5-4-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v2-changelogs/2021-09-23-ruby-sdk-v5-4-0/</guid><pubDate>Thu, 23 Sep 2021 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v2-changelogs/2021-09-23-ruby-sdk-v5-4-0/</id><updated>2021-09-23T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Ruby SDK v5.4.0 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-ruby/releases/tag/v5.4.0">Nylas Ruby SDK</a>GitHub:</li><li><a href="https://rubygems.org/gems/nylas/versions/5.4.0">RubyGems</a>Distribution:</li></ul><ul><li>We added support for Event Conferencing.</li></ul><ul><li>Fixed an issue where update draft was failing if the version was not set.</li><li><code>.send</code>Fixed the draftlogic.</li></ul><h2>New</h2><h2>Bug Fixes</h2></content></item><item><title>[2021-09-22] Nylas Java SDK v1.9.1</title><link>https://developer.nylas.com/docs/new/v2-changelogs/2021-09-22-java-sdk-v1-9-1/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v2-changelogs/2021-09-22-java-sdk-v1-9-1/</guid><pubDate>Wed, 22 Sep 2021 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v2-changelogs/2021-09-22-java-sdk-v1-9-1/</id><updated>2021-09-22T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Java SDK v1.9.1 has been released!</p><p>We added a workaround for sending raw MIME emails. The server used to give an error when the charset was not specified.</p><ul><li><a href="https://github.com/nylas/nylas-java/releases/tag/v1.9.1">Nylas Java SDK</a>GitHub:</li><li><a href="https://repo.maven.apache.org/maven2/com/nylas/sdk/nylas-java-sdk/1.9.1">Maven</a>Distribution:</li></ul><h2>Bug Fixes</h2></content></item><item><title>[2021-09-17] Nylas Node.js SDK v5.8.0</title><link>https://developer.nylas.com/docs/new/v2-changelogs/2021-09-17-node-sdk-v5-8-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v2-changelogs/2021-09-17-node-sdk-v5-8-0/</guid><pubDate>Fri, 17 Sep 2021 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v2-changelogs/2021-09-17-node-sdk-v5-8-0/</id><updated>2021-09-17T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Node.js SDK v5.8.0 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-nodejs/releases/tag/v5.8.0">Nylas Node.js SDK</a>GitHub:</li><li><a href="https://www.npmjs.com/package/nylas/v/5.8.0">npm</a>Distribution:</li></ul><ul><li>Nylas SDK v2.3 support is now enabled.</li><li>Added support for Consecutive Availability.</li></ul><ul><li><code>JSON.stringify</code>Fixed an issue wherewould omit read-only values.</li><li>Fixed a webhook example throwing error if body is not a raw body.</li><li><code>POST</code><code>PUT</code>Fixed readonly calendar attributes being sent forandcalls.</li></ul><h2>New</h2><h2>Bug Fixes</h2></content></item><item><title>[2021-09-02] Nylas Java SDK v1.9.0</title><link>https://developer.nylas.com/docs/new/v2-changelogs/2021-09-02-java-sdk-v1-9-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v2-changelogs/2021-09-02-java-sdk-v1-9-0/</guid><pubDate>Thu, 02 Sep 2021 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v2-changelogs/2021-09-02-java-sdk-v1-9-0/</id><updated>2021-09-02T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Java SDK v1.9.0 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-java/releases/tag/v1.9.0">Nylas Java SDK</a>GitHub:</li><li><a href="https://repo.maven.apache.org/maven2/com/nylas/sdk/nylas-java-sdk/1.9.0">Maven</a>Distribution:</li></ul><ul><li>We added support for Event conferencing</li><li>We added support for Account deletion</li></ul><ul><li><code>MicrosoftExchangeProviderSettings</code><code>easServerHost</code><code>exchangeServerHost</code>We deprecatedin favor of.</li></ul><h2>New</h2><h2>Deprecated</h2></content></item><item><title>[2021-09-02] Nylas Python SDK v5.1.0</title><link>https://developer.nylas.com/docs/new/v2-changelogs/2021-09-02-python-sdk-v5-1-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v2-changelogs/2021-09-02-python-sdk-v5-1-0/</guid><pubDate>Thu, 02 Sep 2021 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v2-changelogs/2021-09-02-python-sdk-v5-1-0/</id><updated>2021-09-02T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Python SDK v5.1.0 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-python/releases/tag/v5.1.0">Nylas Python SDK</a>GitHub:</li><li><a href="https://pypi.org/project/nylas/5.1.0">PyPi</a>Distribution:</li></ul><ul><li>We added support for Event conferencing.</li></ul><ul><li><code>categorized_at</code><code>epoch</code><code>NeuralCategorizer</code>We fixedtype to bein.</li><li>We fixed an error when creating events by filtering of &quot;None&quot; value attributes before making requests.</li></ul><h2>New</h2><h2>Fixes</h2></content></item><item><title>[2021-08-20] Nylas Node.js SDK v5.7.0</title><link>https://developer.nylas.com/docs/new/v2-changelogs/2021-08-20-node-sdk-v5-7-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v2-changelogs/2021-08-20-node-sdk-v5-7-0/</guid><pubDate>Fri, 20 Aug 2021 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v2-changelogs/2021-08-20-node-sdk-v5-7-0/</id><updated>2021-08-20T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Node.js SDK v5.7.0 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-nodejs/releases/tag/v5.7.0">Nylas Node.js SDK</a>GitHub:</li><li><a href="https://www.npmjs.com/package/nylas/v/5.7.0">npm</a>Distribution:</li></ul><ul><li>Added missing fields for recurring events.</li><li>Added support for conferencing.</li></ul><ul><li>Fixed a minor issues with Neural API implementation</li><li>Fixed issue were the SDK was not rejecting uncaught errors during requests</li></ul><h2>New</h2><h2>Bug Fixes</h2></content></item><item><title>[2021-08-20] Nylas Ruby SDK v5.3.0</title><link>https://developer.nylas.com/docs/new/v2-changelogs/2021-08-20-ruby-sdk-v5-3-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v2-changelogs/2021-08-20-ruby-sdk-v5-3-0/</guid><pubDate>Fri, 20 Aug 2021 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v2-changelogs/2021-08-20-ruby-sdk-v5-3-0/</id><updated>2021-08-20T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Ruby SDK v5.3.0 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-ruby/releases/tag/v5.3.0">Nylas Ruby SDK</a>GitHub:</li><li><a href="https://rubygems.org/gems/nylas/versions/5.3.0">RubyGems</a>Distribution:</li></ul><ul><li>We added support for the Neural API.</li></ul><ul><li><code>Delta</code>Fixed an issue wheredid not have a header attribute for expanded headers.</li><li><code>ArgumentError</code><code>Nylas::API#send!</code>Fixedwhen callingdue to missing double splat (**).</li><li>Fixed an issue where server errors are not reported if HTML is returned.</li><li><code>Thread</code>Fixed an issue where expandedobjects were not returning messages.</li></ul><h2>New</h2><h2>Bug Fixes</h2></content></item><item><title>[2021-08-06] Nylas Java SDK v1.8.0</title><link>https://developer.nylas.com/docs/new/v2-changelogs/2021-08-06-java-sdk-v1-8-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v2-changelogs/2021-08-06-java-sdk-v1-8-0/</guid><pubDate>Fri, 06 Aug 2021 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v2-changelogs/2021-08-06-java-sdk-v1-8-0/</id><updated>2021-08-06T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Java SDK v1.8.0 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-java/releases/tag/v1.8.0">Nylas Java SDK</a>GitHub:</li><li><a href="https://repo.maven.apache.org/maven2/com/nylas/sdk/nylas-java-sdk/1.8.0">Maven</a>Distribution:</li></ul><ul><li>Supports Nylas API version 2.2</li><li>Added event metadata</li><li><code>RoomResources</code>Added</li><li><code>Event.Recurrence</code>Added missing getters forfields</li><li>Added support for Neural API Sentiment Analysis, OCR, Signature Extraction, and Clean Conversations</li><li><code>Time.timezone</code><code>Timespan.start_timezone</code><code>Timespan.end_timezone</code>Add getters for,,</li></ul><h2>New</h2></content></item><item><title>[2021-07-22] Nylas Python SDK v5.0.0</title><link>https://developer.nylas.com/docs/new/v2-changelogs/2021-07-22-python-sdk-v5-0-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v2-changelogs/2021-07-22-python-sdk-v5-0-0/</guid><pubDate>Thu, 22 Jul 2021 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v2-changelogs/2021-07-22-python-sdk-v5-0-0/</id><updated>2021-07-22T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Python SDK v5.0.0 has been released!</p><p>It now supports:</p><ul><li><a href="https://github.com/nylas/nylas-python/releases/tag/v5.0.0">Nylas Python SDK</a>GitHub:</li><li><a href="https://pypi.org/project/nylas/5.0.0">PyPi</a>Distribution:</li></ul><ul><li>Neural endpoints</li><li>Room Resources</li><li>Event Metadata</li><li><code>Nylas-API-Version</code>header</li></ul><ul><li><code>limit</code><code>.all()</code>Fixed as issue where thefilter was not being used when making ancall.</li><li><code>from_</code>Fixed an issue in drafts where thefield set by the attribute was ignored.</li><li><code>bumpversion</code>Removedfrom a required dependency to an extra dependency.</li><li><code>datetime</code><code>timestamp</code>Fixed an issue when converting offset-awareobjects to.</li><li><code>draft</code>You can now add a tracking object to an existing.</li></ul><ul><li><p><code>app_id</code><code>app_secret</code><code>client_id</code><code>client_secret</code>All references ofandare nowand.</p><p><a href="https://github.com/nylas/nylas-python/releases/tag/v5.0.0">release</a>You should update your code to use the new variable names. Review thefor more on the authentication variables.</p><pre><code class="language-python">client = APIClient(
    client_id=&quot;&lt;NYLAS_CLIENT_ID&gt;&quot;,
    client_secret=&quot;&lt;NYLAS_CLIENT_SECRET&gt;&quot;,
)</code></pre></li></ul><h2>New</h2><h2>Bug Fixes</h2><h2>Breaking Changes</h2></content></item><item><title>[2021-07-15] Nylas Node.js SDK v5.6.0</title><link>https://developer.nylas.com/docs/new/v2-changelogs/2021-07-15-node-sdk-v5-6-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v2-changelogs/2021-07-15-node-sdk-v5-6-0/</guid><pubDate>Thu, 15 Jul 2021 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v2-changelogs/2021-07-15-node-sdk-v5-6-0/</id><updated>2021-07-15T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Node.js SDK v5.6.0 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-nodejs/releases/tag/v5.6.0">Nylas Node.js SDK</a>GitHub:</li><li><a href="https://www.npmjs.com/package/nylas/v/5.6.0">npm</a>Distribution:</li></ul><ul><li>We added support for the Neural API.</li><li>We added the Availability endpoint.</li><li>We added ESlint and Prettier.</li></ul><ul><li>Fixed Jest test cases not respecting async methods.</li><li>Fixed an issue with parsing raw MIME emails.</li></ul><h2>New</h2><h2>Bug Fixes</h2></content></item><item><title>[2021-07-15] Nylas Ruby SDK v5.2.0</title><link>https://developer.nylas.com/docs/new/v2-changelogs/2021-07-15-ruby-sdk-v5-2-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v2-changelogs/2021-07-15-ruby-sdk-v5-2-0/</guid><pubDate>Thu, 15 Jul 2021 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v2-changelogs/2021-07-15-ruby-sdk-v5-2-0/</id><updated>2021-07-15T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>The Nylas Ruby SDK v5.2.0 has been released!</p><ul><li><a href="https://github.com/nylas/nylas-ruby/releases/tag/v5.2.0">Nylas Ruby SDK</a>GitHub:</li><li><a href="https://rubygems.org/gems/nylas/versions/5.2.0">RubyGems</a>Distribution:</li></ul><ul><li><a href="/docs/api/v2/#tag--Room-Resources">Room Resources</a>Added support for.</li></ul><ul><li><code>302 redirect response</code>We fixed an issue wherecodes were treated as errors.</li><li><code>api</code><code>message.expanded</code>We fixed an issue where thevalue was overridden when calling.</li></ul><h2>New</h2><h2>Bug Fixes</h2></content></item><item><title>[2021-06-24] Nylas Node.js SDK v5.5.1</title><link>https://developer.nylas.com/docs/new/v2-changelogs/2021-06-24-node-sdk-v5-5-1/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v2-changelogs/2021-06-24-node-sdk-v5-5-1/</guid><pubDate>Thu, 24 Jun 2021 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v2-changelogs/2021-06-24-node-sdk-v5-5-1/</id><updated>2021-06-24T00:00:00.000Z</updated><content xml:lang="en" type="html"><p>We released a minor version of the Node.js SDK.</p><ul><li><code>draft</code>Fixed the tracking object not being added to a pre-existingobject.</li><li><code>request</code>Removed thedependencies and related import statements.</li><li><code>undefined</code>Fixedresponse when downloading files.</li></ul><ul><li>We fixed a bug where new accounts were syncing the entire inbox, even if the sync boundary was set to sync partial data.</li><li>We fixed a bug where we were not able to sync EAS accounts drafts folder. We are now able to sync drafts properly.</li><li>We fixed a bug in Scheduler where free time slots were not available for booking.</li></ul><h2>Bug Fixes</h2></content></item><item><title>[2021-06-10] Nylas Node.js SDK v5.5.0</title><link>https://developer.nylas.com/docs/new/v2-changelogs/2021-06-10-node-sdk-v5-5-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v2-changelogs/2021-06-10-node-sdk-v5-5-0/</guid><pubDate>Thu, 10 Jun 2021 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v2-changelogs/2021-06-10-node-sdk-v5-5-0/</id><updated>2021-06-10T00:00:00.000Z</updated><content xml:lang="en" type="html"><h2>New</h2><h2>Bug Fixes</h2><ul><li><code>NylasApiError</code>We added a custom error classto add more error details returned from the API.</li><li>We added support for read-only fields.</li><li>We enabled Nylas API version 2.2 support.</li></ul><ul><li><code>draft</code><code>filesIds</code>We fixed a bug where saving aobject with an undefinedwould throw an error.</li><li><code>request</code><code>node-fetch</code>We replaced the deprecatedlibrary with.</li><li><code>RestfulModelCollection</code><code>RestfulModelInstance</code>We fixed typings for classes that extendor.</li></ul></content></item><item><title>[2021-06-10] Nylas Ruby SDK v5.1.10</title><link>https://developer.nylas.com/docs/new/v2-changelogs/2021-06-10-ruby-sdk-v5-1-10/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v2-changelogs/2021-06-10-ruby-sdk-v5-1-10/</guid><pubDate>Thu, 10 Jun 2021 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v2-changelogs/2021-06-10-ruby-sdk-v5-1-10/</id><updated>2021-06-10T00:00:00.000Z</updated><content xml:lang="en" type="html"><h2>New</h2><h2>Bug Fixes</h2><ul><li>We added support for read-only attributes.</li><li><code>save_all_attributes</code><code>update_all_attributes</code>We addedandmethods to support nullifying attributes.</li><li>We added Event metadata.</li></ul><ul><li>We fixed attribute assignments for deltas.</li><li>We fixed an issue where files couldn&apos;t be attached to drafts.</li><li>We fixed an exception raise when Content-Type is not JSON.</li><li><code>update</code><code>save</code>We fixed an issue where the draft version wouldn&apos;t update afteror.</li></ul></content></item><item><title>[2021-06-03] Nylas Node.js SDK v5.4.0</title><link>https://developer.nylas.com/docs/new/v2-changelogs/2021-06-03-node-sdk-v5-4-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v2-changelogs/2021-06-03-node-sdk-v5-4-0/</guid><pubDate>Thu, 03 Jun 2021 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v2-changelogs/2021-06-03-node-sdk-v5-4-0/</id><updated>2021-06-03T00:00:00.000Z</updated><content xml:lang="en" type="html"><ul><li>A new metadata field was added to the Event model.</li><li><code>metadata_key</code><code>metadata_value</code><code>metadata_pair</code>You can query by,, and.</li><li>We updated Lodash, y18n, and Pug to the latest stable version.</li></ul></content></item><item><title>[2021-04-29] Nylas Java SDK v1.6.0</title><link>https://developer.nylas.com/docs/new/v2-changelogs/2021-04-29-java-sdk-v1-6-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v2-changelogs/2021-04-29-java-sdk-v1-6-0/</guid><pubDate>Thu, 29 Apr 2021 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v2-changelogs/2021-04-29-java-sdk-v1-6-0/</id><updated>2021-04-29T00:00:00.000Z</updated><content xml:lang="en" type="html"><h2>New</h2><h2>Deprecated</h2><h2>Documentation</h2><p><code>RequestFailedException</code>now creates a Throwable detail message with the details of the request failure.</p><p><code>RequestFailedException</code><code>getResponseBody</code><code>getStatus</code><code>getStatusCode</code><code>getErrorType</code><code>getErrorMessage</code>We deprecatedmethod&apos;sandin favor of,, and.</p><p><a href="/docs/sdks/kotlin-java/logging/">logging in the Java SDK</a>We released new documentation on.</p></content></item><item><title>[2021-02-26] Nylas Java SDK v1.5.0</title><link>https://developer.nylas.com/docs/new/v2-changelogs/2021-02-26-java-sdk-v1-5-0/</link><guid isPermaLink="true">https://developer.nylas.com/docs/new/v2-changelogs/2021-02-26-java-sdk-v1-5-0/</guid><pubDate>Fri, 26 Feb 2021 00:00:00 GMT</pubDate><id>https://developer.nylas.com/docs/new/v2-changelogs/2021-02-26-java-sdk-v1-5-0/</id><updated>2021-02-26T00:00:00.000Z</updated><content xml:lang="en" type="html"><h2>What&apos;s new</h2><h2>Deprecated</h2><p>Support for creating and updating event timezones.</p><p><code>RestfulQuery</code><code>addParameters</code><code>copyAtNewOffsetLimit</code>Themethod&apos;sandare deprecated. We will remove the methods from the public API documentation in the future.</p></content></item></channel></rss>