What's new in Nylas v3?
This page lists the changes in Nylas v3, and also collects release notes and changelogs specific to v3.
Nylas v3 change summaries
- Summary of changes
- Auth changes
- Webhooks changes
- Email API changes
- Calendar API changes
- Contacts API changes
Nylas v3 Changelogs
Showing 10 most recent v3 changelogs.
-
{% set counter = 0 %}
{%- for post in collections.changelog | reverse -%}
{%- for tag in post.data.tags -%}
{%- if tag == 'v3' and counter < 10 -%}
-
{% set myurl = post.url | reverse | replace("/", "", 1) | reverse %} {{ post.data.title }}
{{post.data.preview_snippet}}
{% set counter = counter + 1 %}
{%- endif -%}
{%- endfor -%}
{%- endfor -%}