Skip to content

Commit 65e834e

Browse files
Release v0.3.0 (#144)
1 parent 9f76355 commit 65e834e

File tree

3 files changed

+36
-2
lines changed

3 files changed

+36
-2
lines changed

packages/google-cloud-redis/CHANGELOG.md

+34
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,40 @@
44

55
[1]: https://www.npmjs.com/package/nodejs-redis?activeTab=versions
66

7+
## v0.3.0
8+
9+
03-22-2019 10:30 PDT
10+
11+
**This release has breaking changes**. The latest version of the service removed `importInstance` and `exportInstance` methods from the library. This was made to accommodate breaking changes in the underlying API. Learn more at [#143](https://github.com/googleapis/nodejs-redis/pull/143).
12+
13+
### Implementation Changes
14+
- refactor: update to the latest version of the protos (breaking change) ([#143](https://github.com/googleapis/nodejs-redis/pull/143))
15+
- feat: add import and export instance methods ([#132](https://github.com/googleapis/nodejs-redis/pull/132))
16+
17+
### Bug Fixes
18+
- fix: throw on invalid credentials ([#128](https://github.com/googleapis/nodejs-redis/pull/128))
19+
20+
### Documentation
21+
- docs: update examples
22+
- docs: update links in contrib guide ([#130](https://github.com/googleapis/nodejs-redis/pull/130))
23+
- docs: update contributing path in README ([#125](https://github.com/googleapis/nodejs-redis/pull/125))
24+
- docs: move CONTRIBUTING.md to root ([#124](https://github.com/googleapis/nodejs-redis/pull/124))
25+
- docs: add lint/fix example to contributing guide ([#122](https://github.com/googleapis/nodejs-redis/pull/122))
26+
- docs: fix example comments ([#121](https://github.com/googleapis/nodejs-redis/pull/121))
27+
28+
### Internal / Testing Changes
29+
- chore: publish to npm using wombat ([#141](https://github.com/googleapis/nodejs-redis/pull/141))
30+
- build: use per-repo npm publish token ([#140](https://github.com/googleapis/nodejs-redis/pull/140))
31+
- build: Add docuploader credentials to node publish jobs ([#136](https://github.com/googleapis/nodejs-redis/pull/136))
32+
- build: use node10 to run samples-test, system-test etc ([#135](https://github.com/googleapis/nodejs-redis/pull/135))
33+
- build: update release configuration
34+
- chore: update proto code style
35+
- chore(deps): update dependency mocha to v6
36+
- build: use linkinator for docs test ([#129](https://github.com/googleapis/nodejs-redis/pull/129))
37+
- build: create docs test npm scripts ([#127](https://github.com/googleapis/nodejs-redis/pull/127))
38+
- build: test using @grpc/grpc-js in CI ([#126](https://github.com/googleapis/nodejs-redis/pull/126))
39+
- refactor: improve generated code style. ([#120](https://github.com/googleapis/nodejs-redis/pull/120))
40+
741
## v0.2.1
842

943
01-31-2019 23:00 PST

packages/google-cloud-redis/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@google-cloud/redis",
33
"description": "Google Cloud Memorystore for Redis API client for Node.js",
4-
"version": "0.2.1",
4+
"version": "0.3.0",
55
"license": "Apache-2.0",
66
"author": "Google LLC",
77
"engines": {

packages/google-cloud-redis/samples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"test": "mocha system-test"
1212
},
1313
"dependencies": {
14-
"@google-cloud/redis": "^0.2.1"
14+
"@google-cloud/redis": "^0.3.0"
1515
},
1616
"devDependencies": {
1717
"mocha": "^6.0.0"

0 commit comments

Comments
 (0)