Releases: BowlingX/apollo-proxy-cache
Releases · BowlingX/apollo-proxy-cache
v8.0.5
8.0.5 (2023-01-24)
Bug Fixes
- import from apollo core to remove react dependency (5ad4327)
v8.0.4
8.0.4 (2022-11-24)
Bug Fixes
- fixed invalid peer dependencies (9e6d481)
v8.0.3
8.0.3 (2022-11-23)
Bug Fixes
- fixed forwarding missing
options
argument. Moved dependencies to peerDependencies (27e5be1)
v8.0.2
8.0.2 (2022-08-04)
Bug Fixes
- fixed a problem in case a query cannot be parsed and the application would crash without further error handling. Log warnings only in development mode (7c6c9dc)
v4.2.5
4.2.5 (2022-08-04)
Bug Fixes
- fixed a problem in case a query cannot be parsed and the application would crash without further error handling. Log warnings only in development mode (576f2b0)
v8.0.1
8.0.1 (2022-04-10)
Bug Fixes
- brought back nodejs 12 compatibility; Bumped dependencies (ff84764)
v4.2.4
4.2.4 (2021-12-01)
Bug Fixes
- removed iltorb dependencies (e76ec7c)
v8.0.0
8.0.0 (2021-08-19)
Bug Fixes
- brotli: removed deprecated brotli
iltorb
compression usage (c26b0e1)
- brotli: removed deprecated brotli
iltorb
compression usage (b8d9398)
BREAKING CHANGES
- brotli: removed iltorb implementation, will break on earlier nodejs versions
- brotli: removed iltorb implementation, will break on earlier nodejs versions
v7.0.5
7.0.5 (2021-06-01)
Bug Fixes
- formatting, crash: fixed possible crashing when
[@cache](https://github.com/cache)
directive has missing arguments (6671b5c)
v7.0.4
7.0.4 (2021-06-01)
Bug Fixes
- leak: fixed memory leak, removed global
deleted
cache; switched to build in removal functionality (ac402b6)