@apollo/federation
Advanced tools
Comparing version 0.27.0 to 0.27.1
@@ -7,2 +7,6 @@ # CHANGELOG for `@apollo/federation` | ||
- Narrow `graphql` peer dependency to a more fitting range `^15.4.0` based on our current usage of the package. This requirement was introduced by, but not captured in, changes within the recently released `@apollo/federation@0.27.0`. As such, this change will be released as a `patch` since the breaking change already accidentally happened and this is a correction to that oversight. [PR #913](https://github.com/apollographql/federation/pull/913) | ||
## v0.27.0 | ||
- Skip missing types while iterating over field directive usages. It's possible to capture directive usages on fields whose types don't actually exist in the schema (due to invalid composition). See PR for more details. [PR #868](https://github.com/apollographql/federation/pull/868) | ||
@@ -9,0 +13,0 @@ - Disregard @inaccessible directive in subgraphs. This is a bit of a retrace on a previous decision. @inaccessible will now be achieved strictly through a combination of @tag and Studio usage. [PR #880](https://github.com/apollographql/federation/pull/880) |
{ | ||
"name": "@apollo/federation", | ||
"version": "0.27.0", | ||
"version": "0.27.1", | ||
"description": "Apollo Federation Utilities", | ||
@@ -30,5 +30,5 @@ "main": "dist/index.js", | ||
"peerDependencies": { | ||
"graphql": "^14.5.0 || ^15.0.0" | ||
"graphql": "^15.4.0" | ||
}, | ||
"gitHead": "613110ec4e09dd92130e9e1695391d4a714b023b" | ||
"gitHead": "c1fc85b2232d38625fc5a45c32dad383db21e19b" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
823833