mirror of
https://github.com/vale981/apollo-server
synced 2025-03-05 09:41:40 -05:00
Update apollo-cache-control
's CHANGELOG.md
in preparation for publishing.
This commit is contained in:
parent
821578775d
commit
14c93a5ecf
1 changed files with 8 additions and 5 deletions
|
@ -1,18 +1,21 @@
|
||||||
# Changelog
|
# 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)
|
* Fix cache hints of `maxAge: 0` to mean "uncachable". (#2197)
|
||||||
|
|
||||||
* Apply `defaultMaxAge` to scalar fields on the root object. (#2210)
|
* Apply `defaultMaxAge` to scalar fields on the root object. (#2210)
|
||||||
|
|
||||||
### v0.3.0
|
### v0.3.0
|
||||||
|
|
||||||
* Support calculating Cache-Control HTTP headers when used by `apollo-server@2.0.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
|
### v0.2.0
|
||||||
|
|
||||||
Moved to the `apollo-server` git repository. No code changes. (There are a
|
Moved to the `apollo-server` git repository. No code changes. (There are a
|
||||||
|
|
Loading…
Add table
Reference in a new issue