From 14c93a5ecf243be80e9d3e85f9cee12acba4710e Mon Sep 17 00:00:00 2001 From: Jesse Rosenberger Date: Fri, 25 Jan 2019 18:19:40 +0200 Subject: [PATCH] Update `apollo-cache-control`'s `CHANGELOG.md` in preparation for publishing. --- packages/apollo-cache-control/CHANGELOG.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/packages/apollo-cache-control/CHANGELOG.md b/packages/apollo-cache-control/CHANGELOG.md index 9a6cefa3..1e773242 100644 --- a/packages/apollo-cache-control/CHANGELOG.md +++ b/packages/apollo-cache-control/CHANGELOG.md @@ -1,18 +1,21 @@ # Changelog -### vNEXT +> **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 the +> `apollo-cache-control` package within this particular `CHANGELOG.md`. + +### v0.4.1 * Fix cache hints of `maxAge: 0` to mean "uncachable". (#2197) - * Apply `defaultMaxAge` to scalar fields on the root object. (#2210) ### v0.3.0 * Support calculating Cache-Control HTTP headers when used by `apollo-server@2.0.0`. -(There are a number of other 0.3.x releases as well as 0.4.0 with no code -changes due to how the `apollo-server` release process works.) - ### v0.2.0 Moved to the `apollo-server` git repository. No code changes. (There are a