File tree 2 files changed +13
-1
lines changed
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change
1
+ # [ 9.0.0] ( https://github.com/BowlingX/apollo-proxy-cache/compare/v8.1.3...v9.0.0 ) (2024-05-29)
2
+
3
+
4
+ ### Features
5
+
6
+ * Switch to official ` redis ` package instead ` ioredis ` , adjusted build pipelines ([ d476f48] ( https://github.com/BowlingX/apollo-proxy-cache/commit/d476f48d4bf700649eda5421a1f3ccc1e34252a4 ) )
7
+
8
+
9
+ ### BREAKING CHANGES
10
+
11
+ * Switch to official ` redis ` package instead ` ioredis ` for default redis implementation.
12
+
1
13
## [ 8.1.3] ( https://github.com/BowlingX/apollo-proxy-cache/compare/v8.1.2...v8.1.3 ) (2023-04-27)
2
14
3
15
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " apollo-proxy-cache" ,
3
- "version" : " 8.1.3 " ,
3
+ "version" : " 9.0.0 " ,
4
4
"description" : " Provides an apollo-link and express (proxy) middleware setup to support a local `@cache` directive" ,
5
5
"main" : " build/cjs/index.js" ,
6
6
"typings" : " build/mjs/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments