Reaction Commerce v3.2.0 Release Notes

Release Date: 2020-02-27 // about 4 years ago
  • ๐ŸŽ Reaction v3.2.0 adds minor features and performance enhancements, and contains no breaking changes since v3.1.0.

    Notable changes

    Introduces Federated Gateway capabilities for the API

    Introduces Gateway capability, which allows for the API to be a participant on the Federated Gateway.

    ๐Ÿ“ฆ Moves two plugins into their own npm packages

    ๐Ÿ“ฆ simple-authorization and system-information plugins have been moved from internal plugins, to npm install packages.

    ๐Ÿ”‹ Features

    • feat: add gateway capabilities to API (#6100)
    • โšก๏ธ feat: add updateProductsVisibility mutation (#6104)

    ๐Ÿ”จ Refactors

    • ๐Ÿ”จ refactor: move system information plugin to npm (#6105)
    • ๐Ÿ”จ refactor: replace internal authentication plugin with NPM installed plugin-authentication (#6108)

    Chores

    • โšก๏ธ chore: update plugin-simple-authorization package (#6110)