|
4 | 4 |
|
5 | 5 | [1]: https://www.npmjs.com/package/nodejs-redis?activeTab=versions
|
6 | 6 |
|
| 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 | + |
7 | 41 | ## v0.2.1
|
8 | 42 |
|
9 | 43 | 01-31-2019 23:00 PST
|
|
0 commit comments