Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 943 Bytes

UPGRADING.md

File metadata and controls

19 lines (10 loc) · 943 Bytes

Upgrading

Upgrading to >= 2.4.0

This is the first release out of the alexa-js Github org.

Alexa-app minimum version

A minimum version 3.0.0 of alexa-app is now required.

See alexa-app CHANGELOG and UPGRADING for more information.

Changes in body-parser middleware

The .urlencoded body-parser has been removed. If your application requires it, use it from your application code.

The .json body-parser is only used for Alexa applications when alexa-app-server is started with verify: false, because verifier-middleware, which is now mounted inside alexa-app acts as a body-parser as well.

See #35 and #64 for more information.