Skip to content
This repository was archived by the owner on Jan 30, 2026. It is now read-only.

v0.3.12

Latest

Choose a tag to compare

@github-actions github-actions released this 30 Jan 00:20
· 2 commits to main since this release

Nylas CLI 0.3.12

Installation

macOS/Linux (Homebrew):

brew install mqasimca/nylas/nylas

macOS (DMG):

  • Apple Silicon: Download Nylas-CLI-0.3.12-apple-silicon.dmg
  • Intel: Download Nylas-CLI-0.3.12-intel.dmg

Open the DMG and copy nylas to /usr/local/bin/ or your preferred location.

Manual Download:
Download the appropriate archive for your platform below, extract it, and move the nylas binary to your PATH.

Go Install:

go install github.com/mqasimca/nylas/cmd/nylas@v0.3.12

Changelog

Features

Bug Fixes

  • bf79077: fix(auth): sanitize API key input to remove invalid HTTP header characters (@mqasimca)
  • ab443e7: fix(tests): isolate tests from user credentials and handle multi-endpoint mocks (@mqasimca)

Full Changelog: v0.3.11...v0.3.12