Skip to content

Releases: thematters/apollo-response-cache

v2.0.0-alpha.0

09 Jun 02:14
528c9cd
Compare
Choose a tag to compare
v2.0.0-alpha.0 Pre-release
Pre-release

BREAKING CHANGE:

  1. do not support appollo-server v3 and below
  2. 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

15 Jul 13:36
431fac5
Compare
Choose a tag to compare

1.4.0-rc.0 (2021-07-15)

Documentation Changes
  • ci: add test badge to README (a2e4e784)
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

23 Oct 09:20
8e1f786
Compare
Choose a tag to compare

1.3.0 (2020-10-23)

Documentation Changes
  • ci: add test badge to README (a2e4e784)
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

10 Aug 03:18
e04b624
Compare
Choose a tag to compare

1.2.1 (2020-08-10)

Bug Fixes
  • list: fix wrong prasing results (669f158e)

v1.2.0

30 Jul 09:55
d3514df
Compare
Choose a tag to compare

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

28 Jul 01:49
f2a7264
Compare
Choose a tag to compare

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

23 Jul 14:46
91955a8
Compare
Choose a tag to compare

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)