@google-cloud/dms 1.1.0 → 2.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,34 @@
1
1
  # Changelog
2
2
 
3
+ ## [2.1.1](https://github.com/googleapis/nodejs-dms/compare/v2.1.0...v2.1.1) (2022-09-01)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * Allow passing gax instance to client constructor ([#107](https://github.com/googleapis/nodejs-dms/issues/107)) ([b90e1bf](https://github.com/googleapis/nodejs-dms/commit/b90e1bf394cfd86007241c8d786ddeca2bbd7178))
9
+ * Better support for fallback mode ([#102](https://github.com/googleapis/nodejs-dms/issues/102)) ([8ac6651](https://github.com/googleapis/nodejs-dms/commit/8ac6651be4422f4cfa4d43aa0fa050e5c186627a))
10
+ * Change import long to require ([#103](https://github.com/googleapis/nodejs-dms/issues/103)) ([0d7d555](https://github.com/googleapis/nodejs-dms/commit/0d7d55597c70bb6edc5f2dcaf7840fae4e8644a3))
11
+ * Do not import the whole google-gax from proto JS ([#1553](https://github.com/googleapis/nodejs-dms/issues/1553)) ([#106](https://github.com/googleapis/nodejs-dms/issues/106)) ([9e7d8e4](https://github.com/googleapis/nodejs-dms/commit/9e7d8e46f989591ade8b06559516bd2c56f83658))
12
+ * Remove pip install statements ([#1546](https://github.com/googleapis/nodejs-dms/issues/1546)) ([#105](https://github.com/googleapis/nodejs-dms/issues/105)) ([85ff0f7](https://github.com/googleapis/nodejs-dms/commit/85ff0f7da4a925d96b477faa6161bcf2b8244b51))
13
+
14
+ ## [2.1.0](https://github.com/googleapis/nodejs-dms/compare/v2.0.0...v2.1.0) (2022-07-12)
15
+
16
+
17
+ ### Features
18
+
19
+ * support regapic LRO ([#97](https://github.com/googleapis/nodejs-dms/issues/97)) ([733c394](https://github.com/googleapis/nodejs-dms/commit/733c3940e86ca015fc61223a2ec0de41a25e4e89))
20
+
21
+ ## [2.0.0](https://github.com/googleapis/nodejs-dms/compare/v1.1.0...v2.0.0) (2022-05-20)
22
+
23
+
24
+ ### ⚠ BREAKING CHANGES
25
+
26
+ * update library to use Node 12 (#90)
27
+
28
+ ### Build System
29
+
30
+ * update library to use Node 12 ([#90](https://github.com/googleapis/nodejs-dms/issues/90)) ([168f46f](https://github.com/googleapis/nodejs-dms/commit/168f46f8314ff0b6ce59ca8e8236b26a98e923ab))
31
+
3
32
  ## [1.1.0](https://www.github.com/googleapis/nodejs-dms/compare/v1.0.5...v1.1.0) (2021-08-23)
4
33
 
5
34
 
package/README.md CHANGED
@@ -4,9 +4,8 @@
4
4
 
5
5
  # [Cloud Database Migration Service: Node.js Client](https://github.com/googleapis/nodejs-dms)
6
6
 
7
- [![release level](https://img.shields.io/badge/release%20level-general%20availability%20%28GA%29-brightgreen.svg?style=flat)](https://cloud.google.com/terms/launch-stages)
7
+ [![release level](https://img.shields.io/badge/release%20level-stable-brightgreen.svg?style=flat)](https://cloud.google.com/terms/launch-stages)
8
8
  [![npm version](https://img.shields.io/npm/v/@google-cloud/dms.svg)](https://www.npmjs.org/package/@google-cloud/dms)
9
- [![codecov](https://img.shields.io/codecov/c/github/googleapis/nodejs-dms/main.svg?style=flat)](https://codecov.io/gh/googleapis/nodejs-dms)
10
9
 
11
10
 
12
11
 
@@ -96,37 +95,38 @@ also contains samples.
96
95
  Our client libraries follow the [Node.js release schedule](https://nodejs.org/en/about/releases/).
97
96
  Libraries are compatible with all current _active_ and _maintenance_ versions of
98
97
  Node.js.
98
+ If you are using an end-of-life version of Node.js, we recommend that you update
99
+ as soon as possible to an actively supported LTS version.
99
100
 
100
- Client libraries targeting some end-of-life versions of Node.js are available, and
101
- can be installed via npm [dist-tags](https://docs.npmjs.com/cli/dist-tag).
102
- The dist-tags follow the naming convention `legacy-(version)`.
103
-
104
- _Legacy Node.js versions are supported as a best effort:_
105
-
106
- * Legacy versions will not be tested in continuous integration.
107
- * Some security patches may not be able to be backported.
108
- * Dependencies will not be kept up-to-date, and features will not be backported.
101
+ Google's client libraries support legacy versions of Node.js runtimes on a
102
+ best-efforts basis with the following warnings:
109
103
 
110
- #### Legacy tags available
104
+ * Legacy versions are not tested in continuous integration.
105
+ * Some security patches and features cannot be backported.
106
+ * Dependencies cannot be kept up-to-date.
111
107
 
112
- * `legacy-8`: install client libraries from this dist-tag for versions
113
- compatible with Node.js 8.
108
+ Client libraries targeting some end-of-life versions of Node.js are available, and
109
+ can be installed through npm [dist-tags](https://docs.npmjs.com/cli/dist-tag).
110
+ The dist-tags follow the naming convention `legacy-(version)`.
111
+ For example, `npm install @google-cloud/dms@legacy-8` installs client libraries
112
+ for versions compatible with Node.js 8.
114
113
 
115
114
  ## Versioning
116
115
 
117
116
  This library follows [Semantic Versioning](http://semver.org/).
118
117
 
119
118
 
120
- This library is considered to be **General Availability (GA)**. This means it
121
- is stable; the code surface will not change in backwards-incompatible ways
119
+
120
+ This library is considered to be **stable**. The code surface will not change in backwards-incompatible ways
122
121
  unless absolutely necessary (e.g. because of critical security issues) or with
123
- an extensive deprecation period. Issues and requests against **GA** libraries
122
+ an extensive deprecation period. Issues and requests against **stable** libraries
124
123
  are addressed with the highest priority.
125
124
 
126
125
 
127
126
 
128
127
 
129
128
 
129
+
130
130
  More Information: [Google Cloud Platform Launch Stages][launch_stages]
131
131
 
132
132
  [launch_stages]: https://cloud.google.com/terms/launch-stages
@@ -22,7 +22,6 @@ import "google/protobuf/duration.proto";
22
22
  import "google/protobuf/timestamp.proto";
23
23
  import "google/protobuf/wrappers.proto";
24
24
  import "google/rpc/status.proto";
25
- import "google/api/annotations.proto";
26
25
 
27
26
  option csharp_namespace = "Google.Cloud.CloudDms.V1";
28
27
  option go_package = "google.golang.org/genproto/googleapis/cloud/clouddms/v1;clouddms";
@@ -390,7 +389,7 @@ message MigrationJob {
390
389
  // The migration job is being created.
391
390
  CREATING = 3;
392
391
 
393
- // The migration job is created, not started and is fully editable.
392
+ // The migration job is created and not started.
394
393
  NOT_STARTED = 4;
395
394
 
396
395
  // The migration job is running.