Skip to content

Commit 67a28fd

Browse files
chore(main): release 3.0.0 (#568)
* chore(main): release 3.0.0 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent e27cbf4 commit 67a28fd

File tree

5 files changed

+25
-4
lines changed

5 files changed

+25
-4
lines changed

packages/google-cloud-redis/CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,27 @@
44

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

7+
## [3.0.0](https://github.com/googleapis/nodejs-redis/compare/v2.4.0...v3.0.0) (2022-05-17)
8+
9+
10+
### ⚠ BREAKING CHANGES
11+
12+
* update library to use Node 12 (#567)
13+
14+
### Features
15+
16+
* [Cloud Memorystore for Redis] Support Maintenance Window ([13dc45b](https://github.com/googleapis/nodejs-redis/commit/13dc45b62d6a6a2934d8062619e135ab8b52d7ec))
17+
* Add automated RDB (AKA persistence) ([#544](https://github.com/googleapis/nodejs-redis/issues/544)) ([3fe6859](https://github.com/googleapis/nodejs-redis/commit/3fe68596d177436d56f626757536cc63dc045ea7))
18+
* add secondary_ip_range field ([13dc45b](https://github.com/googleapis/nodejs-redis/commit/13dc45b62d6a6a2934d8062619e135ab8b52d7ec))
19+
* add secondary_ip_range field ([#549](https://github.com/googleapis/nodejs-redis/issues/549)) ([c454a54](https://github.com/googleapis/nodejs-redis/commit/c454a542480628c655b1fcfcab52b8f9457cdcb4))
20+
* add support for AUTH functionality ([13dc45b](https://github.com/googleapis/nodejs-redis/commit/13dc45b62d6a6a2934d8062619e135ab8b52d7ec))
21+
* add support for TLS functionality ([13dc45b](https://github.com/googleapis/nodejs-redis/commit/13dc45b62d6a6a2934d8062619e135ab8b52d7ec))
22+
23+
24+
### Build System
25+
26+
* update library to use Node 12 ([#567](https://github.com/googleapis/nodejs-redis/issues/567)) ([c75ad13](https://github.com/googleapis/nodejs-redis/commit/c75ad1301968cbe59fad267bebed6610ddf07657))
27+
728
## [2.4.0](https://www.github.com/googleapis/nodejs-redis/compare/v2.3.1...v2.4.0) (2021-11-10)
829

930

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": "2.4.0",
4+
"version": "3.0.0",
55
"license": "Apache-2.0",
66
"author": "Google LLC",
77
"engines": {

packages/google-cloud-redis/samples/generated/v1/snippet_metadata.google.cloud.redis.v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "nodejs-redis",
4-
"version": "2.4.0",
4+
"version": "3.0.0",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

packages/google-cloud-redis/samples/generated/v1beta1/snippet_metadata.google.cloud.redis.v1beta1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "nodejs-redis",
4-
"version": "2.4.0",
4+
"version": "3.0.0",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

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

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

0 commit comments

Comments
 (0)