Skip to content

Commit

Permalink
update changelog (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
cheapsteak authored and evans committed Jun 18, 2019
1 parent 151ec0f commit 0e5b66e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/apollo-server-plugin-operation-registry/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,13 @@

### vNEXT

### 0.2.0

- Per-tag operation manifests can now be fetched for each tag that has a schema and registered operations. [PR #135](https://github.com/apollographql/apollo-platform-commercial/pull/135)
- Manifest storage path structure updated to `/${graphId}/${storageSecret}/${schemaTag}/manifest.v2.json`. The storage secret is fetched automatically using your API key. No longer uses schema hash. [PR #116](https://github.com/apollographql/apollo-platform-commercial/pull/116)
- Metrics on forbidden and registered operations are now reported to Engine [PR #132](https://github.com/apollographql/apollo-platform-commercial/pull/132)

### 0.1.0

- `apollo-server-plugin-operation-registry`
- Update operation registry plugin to use manifest v2 [#32](https://github.com/apollographql/apollo-platform-commercial/pull/32)

0 comments on commit 0e5b66e

Please sign in to comment.