@google-cloud/dlp 4.1.0 → 4.2.0

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
@@ -4,6 +4,28 @@
4
4
 
5
5
  [1]: https://www.npmjs.com/package/PACKAGE NAME?activeTab=versions
6
6
 
7
+ ## [4.2.0](https://github.com/googleapis/nodejs-dlp/compare/v4.1.1...v4.2.0) (2022-09-22)
8
+
9
+
10
+ ### Features
11
+
12
+ * Add Deidentify action ([#742](https://github.com/googleapis/nodejs-dlp/issues/742)) ([27bb912](https://github.com/googleapis/nodejs-dlp/commit/27bb91296c3a685f4e5edb470517d6c44ebd3801))
13
+
14
+
15
+ ### Bug Fixes
16
+
17
+ * Do not import the whole google-gax from proto JS ([#1553](https://github.com/googleapis/nodejs-dlp/issues/1553)) ([#741](https://github.com/googleapis/nodejs-dlp/issues/741)) ([655d6af](https://github.com/googleapis/nodejs-dlp/commit/655d6af3f4ea5e4cac3d4a9f72b9181076699084))
18
+ * Preserve default values in x-goog-request-params header ([#746](https://github.com/googleapis/nodejs-dlp/issues/746)) ([7c53b9f](https://github.com/googleapis/nodejs-dlp/commit/7c53b9fb61d90cbc3e592070fcf577289d54ba21))
19
+
20
+ ## [4.1.1](https://github.com/googleapis/nodejs-dlp/compare/v4.1.0...v4.1.1) (2022-08-23)
21
+
22
+
23
+ ### Bug Fixes
24
+
25
+ * better support for fallback mode ([#735](https://github.com/googleapis/nodejs-dlp/issues/735)) ([3b080b0](https://github.com/googleapis/nodejs-dlp/commit/3b080b0fc6f246f8d454212b0c791957c313e2bd))
26
+ * change import long to require ([#736](https://github.com/googleapis/nodejs-dlp/issues/736)) ([b79ae99](https://github.com/googleapis/nodejs-dlp/commit/b79ae998bf5ae4ba56d995fcecaf97437c4df51e))
27
+ * remove pip install statements ([#1546](https://github.com/googleapis/nodejs-dlp/issues/1546)) ([#738](https://github.com/googleapis/nodejs-dlp/issues/738)) ([31172f8](https://github.com/googleapis/nodejs-dlp/commit/31172f8d8cabf1c86668e8f9ce0e4bda8cbc476b))
28
+
7
29
  ## [4.1.0](https://github.com/googleapis/nodejs-dlp/compare/v4.0.2...v4.1.0) (2022-07-12)
8
30
 
9
31