Skip to content

What's new in Nylas

Here you’ll find all of our release notes and changelogs - your one-stop shop for all things new at Nylas.

You can also subscribe to a combined Atom RSS feed of release notes and changelogs.

Product releases

Here we talk about new things in the Nylas product (webapp/dashboard), APIs, and documentation.

    {%- for post in collections.relnote | reverse -%}{% if loop.index <=4 %}
  • {% set myurl = post.url | reverse | replace("/", "", 1) | reverse %} {{ post.data.title }}
    {{post.data.preview_snippet}}
  • {%endif%} {%- endfor -%}

Showing the most recent release notes. See more… …or subscribe to release notes only.

Changelogs

Here we talk about new things in the SDKs and developer tools.

    {%- for post in collections.changelog | reverse -%}{% if loop.index <=4 %}
  • {% set myurl = post.url | reverse | replace("/", "", 1) | reverse %} {{ post.data.title }}
    {{post.data.preview_snippet}}
  • {%endif%} {%- endfor -%}

Showing the most recent changelogs. See more… …or subscribe to changelogs only.