Releases: thematters/apollo-response-cache
Releases · thematters/apollo-response-cache
v2.0.0-alpha.0
BREAKING CHANGE:
- do not support appollo-server v3 and below
- all api, including plugin option, directives, helpers interface, change:
a. pulgin constructor take redis client (type Redis
from ioredis
) instead of RedisCache
from deprecated apollo-server-cache-redis
b. invalidateFQC
take redis instead of RedisCache
c. directives api is totally changed to function way, as graphql-tools/utils v8 depreacated class base SchemaDirectiveVisitor
v1.4.0-rc.0
1.4.0-rc.0 (2021-07-15)
Documentation Changes
New Features
- id-resolver: add
idResolver
for customizing id resolving (e6a3ac50)
- ci: add workflow for test and only runs on pull request (e05885a0)
Bug Fixes
- ci: use
pull_request_target
instead of pull_request
event (583b858f)
v1.3.0
1.3.0 (2020-10-23)
Documentation Changes
New Features
- id-resolver: add
idResolver
for customizing id resolving (e6a3ac50)
- ci: add workflow for test and only runs on pull request (e05885a0)
Bug Fixes
- ci: use
pull_request_target
instead of pull_request
event (583b858f)
- list: fix wrong prasing results (669f158e)
v1.2.1
1.2.1 (2020-08-10)
Bug Fixes
- list: fix wrong prasing results (669f158e)
v1.2.0
1.2.0 (2020-07-30)
Chores
- deps-dev:
- bump @typescript-eslint/parser from 3.7.0 to 3.7.1 (a8bd5ae7)
- bump @typescript-eslint/eslint-plugin (9d215868)
- deps: bump actions/setup-node from v2-beta to v2.1.1 (b1c5b124)
New Features
- directives: support array type of result (f5a028f4)
v1.1.0
1.1.0 (2020-07-28)
Chores
- publish: publish as public pkg (170c86d9)
Continuous Integration
- code owners: add dev team as code owners (0e925d92)
Documentation Changes
- readme: add usage for directives (ca24dbab)
v1.0.0
1.0.0 (2020-07-23)
Chores
New Features
- build: remove rollup (2ba50a10)
- plugin-directives: implement plugin & directives (aa38c4f0)
- directive: add
@purgeCache
& @logCache
directives (4e74523e)
- plugin: fork responseCachePlugin from
apollo-server-plugin-response-cache
(2204719e)