Skip to content

Add breaking change for API extensions NODE_ENV value #401

New issue

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

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

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions content/releases/3.breaking-changes/2.version-11.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ title: Version 11
description: Breaking changes may require action on your part before upgrading.
---

## Version 11.X.X

#### `NODE_ENV` is no longer replaced for API extensions

The `NODE_ENV` value for API extensions now respects its defined value, rather than being hardcoded to `production`.

## Version 11.9.0

#### SDK login function now uses a payload parameter for email and password
Expand Down