mirror of
https://github.com/vale981/apollo-server
synced 2025-03-05 09:41:40 -05:00
Add CHANGELOG.md for #2111 (parse/validate document store/cache).
This commit is contained in:
parent
b30e9332fc
commit
88a294b178
1 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
|||
# Changelog
|
||||
|
||||
### v2.4.0-alpha
|
||||
|
||||
- Implement an in-memory cache store to save parsed and validated documents and provide performance benefits for successful executions of the same document. [PR #2111](https://github.com/apollographql/apollo-server/pull/2111)
|
||||
|
||||
### v2.3.1
|
||||
|
||||
- Provide types for `graphql-upload` in a location where they can be accessed by TypeScript consumers of `apollo-server` packages. [ccf935f9](https://github.com/apollographql/apollo-server/commit/ccf935f9) [Issue #2092](https://github.com/apollographql/apollo-server/issues/2092)
|
||||
|
|
Loading…
Add table
Reference in a new issue