File tree 3 files changed +12
-2
lines changed
packages/google-cloud-redis
3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 4
4
5
5
[ 1 ] : https://www.npmjs.com/package/nodejs-redis?activeTab=versions
6
6
7
+ ## v0.4.0
8
+
9
+ 04-05-2019 08:45 PDT
10
+
11
+ ### New Features
12
+ - feat: add support for instance failover ([ #147 ] ( https://github.com/googleapis/nodejs-redis/pull/147 ) )
13
+
14
+ ### Bug Fixes
15
+ - fix: include 'x-goog-request-params' header in requests ([ #146 ] ( https://github.com/googleapis/nodejs-redis/pull/146 ) )
16
+
7
17
## v0.3.0
8
18
9
19
03-22-2019 10:30 PDT
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @google-cloud/redis" ,
3
3
"description" : " Google Cloud Memorystore for Redis API client for Node.js" ,
4
- "version" : " 0.3 .0" ,
4
+ "version" : " 0.4 .0" ,
5
5
"license" : " Apache-2.0" ,
6
6
"author" : " Google LLC" ,
7
7
"engines" : {
Original file line number Diff line number Diff line change 11
11
"test" : " mocha system-test"
12
12
},
13
13
"dependencies" : {
14
- "@google-cloud/redis" : " ^0.3 .0"
14
+ "@google-cloud/redis" : " ^0.4 .0"
15
15
},
16
16
"devDependencies" : {
17
17
"mocha" : " ^6.0.0"
You can’t perform that action at this time.
0 commit comments