Skip to content

Commit

Permalink
Merge pull request #6112 from reactioncommerce/release-next-v3.2.0
Browse files Browse the repository at this point in the history
release v3.2.0
  • Loading branch information
kieckhafer authored Feb 27, 2020
2 parents 85c1a10 + 0f1cefb commit 4cd0785
Show file tree
Hide file tree
Showing 4 changed files with 487 additions and 895 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# v3.2.0

Reaction v3.2.0 introduces Federated Gateway capability for the API, moves the `simple-authorization` and `system-information` plugins into their own `npm` packages, and adds an `updateProductsVisibility` GraphQL mutation to the API.

## Features

- feat: add gateway capabilities to API ([#6100](https://github.com/reactioncommerce/reaction/pull/6100))
- feat: add updateProductsVisibility mutation ([#6104](https://github.com/reactioncommerce/reaction/pull/6104))

## Refactor

- refactor: move system information plugin to npm ([#6105](https://github.com/reactioncommerce/reaction/pull/6105))
- refactor: replace internal authentication plugin with NPM installed plugin-authentication ([#6108](https://github.com/reactioncommerce/reaction/pull/6108))

## Chores

- chore: update `plugin-simple-authorization` package ([#6110](https://github.com/reactioncommerce/reaction/pull/6110))

# v3.1.0

Reaction v3.1.0 moves our `simple-authorization` plugin (formerly `legacy-permission`) into it's own `npm` package to set up the pattern of installing Reaction API plugins from `npm`.
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ networks:

services:
api:
image: reactioncommerce/reaction:3.1.0
image: reactioncommerce/reaction:3.2.0
depends_on:
- mongo
env_file:
Expand Down
Loading

0 comments on commit 4cd0785

Please sign in to comment.