A note on ommitted versions: Due to the way that the Apollo Server monorepo releases occur (via Lerna with exact version pinning), the version of the
apollo-cache-control
package is sometimes bumped and published despite having no functional changes in its behavior. We will always attempt to specifically mention functional changes to theapollo-cache-control
package within this particularCHANGELOG.md
.
maxAge: 0
to mean "uncachable". (#2197)defaultMaxAge
to scalar fields on the root object. (#2210)apollo-server@2.0.0
.Moved to the apollo-server
git repository. No code changes. (There are a
number of other 0.2.x releases with no code changes due to how the
apollo-server
release process works.)
defaultMaxAge
feature (introduced in 0.1.0) so that maxAge: 0
overrides the default, as previously documented.defaultMaxAge
constructor option. (apollo-server-*
will be updated to allow you to pass constructor options to the extension.)graphql@0.13
.context.cacheControl.cacheHint
to resolvers.(Older versions exist but have no CHANGELOG entries.)