v3.1.0
v3.2.0
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
Refactor
- 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)