@google-cloud/dlp 6.2.0 → 6.4.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/build/protos/google/privacy/dlp/v2/dlp.proto +137 -21
- package/build/protos/protos.d.ts +1001 -16
- package/build/protos/protos.js +4664 -843
- package/build/protos/protos.json +344 -33
- package/build/src/v2/dlp_service_client.d.ts +821 -815
- package/build/src/v2/dlp_service_client.js +638 -722
- package/package.json +4 -4
- package/CHANGELOG.md +0 -756
package/CHANGELOG.md
DELETED
|
@@ -1,756 +0,0 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
3
|
-
[npm history][1]
|
|
4
|
-
|
|
5
|
-
[1]: https://www.npmjs.com/package/PACKAGE NAME?activeTab=versions
|
|
6
|
-
|
|
7
|
-
## [6.2.0](https://github.com/googleapis/google-cloud-node/compare/dlp-v6.1.0...dlp-v6.2.0) (2025-06-03)
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
### Features
|
|
11
|
-
|
|
12
|
-
* [dlp] add Dataplex Catalog action for discovery configs ([#6381](https://github.com/googleapis/google-cloud-node/issues/6381)) ([0a4221e](https://github.com/googleapis/google-cloud-node/commit/0a4221eb6787f427f82b835b6bd27c7fd5363b41))
|
|
13
|
-
* Add a project ID to table reference so that org parents can create single table discovery configs. ([0a4221e](https://github.com/googleapis/google-cloud-node/commit/0a4221eb6787f427f82b835b6bd27c7fd5363b41))
|
|
14
|
-
* New fields for data profile finding. ([0a4221e](https://github.com/googleapis/google-cloud-node/commit/0a4221eb6787f427f82b835b6bd27c7fd5363b41))
|
|
15
|
-
|
|
16
|
-
## [6.1.0](https://github.com/googleapis/google-cloud-node/compare/dlp-v6.0.1...dlp-v6.1.0) (2025-03-21)
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
### Features
|
|
20
|
-
|
|
21
|
-
* [dlp] add sample findings for data profiles ([#6192](https://github.com/googleapis/google-cloud-node/issues/6192)) ([3f39c49](https://github.com/googleapis/google-cloud-node/commit/3f39c49a0bd9cc9ee7544ae0dba60bf7d5c69805))
|
|
22
|
-
* List tags on resources for data profiles ([3f39c49](https://github.com/googleapis/google-cloud-node/commit/3f39c49a0bd9cc9ee7544ae0dba60bf7d5c69805))
|
|
23
|
-
|
|
24
|
-
## [6.0.1](https://github.com/googleapis/google-cloud-node/compare/dlp-v6.0.0...dlp-v6.0.1) (2025-03-19)
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
### Bug Fixes
|
|
28
|
-
|
|
29
|
-
* [Many APIs] await/catch promises, and update listOperationsAsync return type ([#6190](https://github.com/googleapis/google-cloud-node/issues/6190)) ([f4866df](https://github.com/googleapis/google-cloud-node/commit/f4866dfa6ab481163150f54928a9857d2dfef948))
|
|
30
|
-
|
|
31
|
-
## [6.0.0](https://github.com/googleapis/google-cloud-node/compare/dlp-v5.13.0...dlp-v6.0.0) (2025-03-18)
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
### ⚠ BREAKING CHANGES
|
|
35
|
-
|
|
36
|
-
* upgrade to Node 18 ([#6096](https://github.com/googleapis/google-cloud-node/issues/6096))
|
|
37
|
-
|
|
38
|
-
### Features
|
|
39
|
-
|
|
40
|
-
* [Many APIs] add request/response debug logging to gapics ([388b4e2](https://github.com/googleapis/google-cloud-node/commit/388b4e20329b7f6fc0dd061dddff573c45104213))
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
### Miscellaneous Chores
|
|
44
|
-
|
|
45
|
-
* Upgrade to Node 18 ([#6096](https://github.com/googleapis/google-cloud-node/issues/6096)) ([eadae64](https://github.com/googleapis/google-cloud-node/commit/eadae64d54e07aa2c65097ea52e65008d4e87436))
|
|
46
|
-
|
|
47
|
-
## [5.13.0](https://github.com/googleapis/google-cloud-node/compare/dlp-v5.12.0...dlp-v5.13.0) (2025-02-28)
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
### Features
|
|
51
|
-
|
|
52
|
-
* [dlp] discovery of Vertex AI datasets ([#6041](https://github.com/googleapis/google-cloud-node/issues/6041)) ([65beb7c](https://github.com/googleapis/google-cloud-node/commit/65beb7cee55e4f37a7449175905f896609ad001a))
|
|
53
|
-
|
|
54
|
-
## [5.12.0](https://github.com/googleapis/google-cloud-node/compare/dlp-v5.11.0...dlp-v5.12.0) (2024-10-30)
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
### Features
|
|
58
|
-
|
|
59
|
-
* [dlp] discovery of BigQuery snapshots ([#5757](https://github.com/googleapis/google-cloud-node/issues/5757)) ([3f262fc](https://github.com/googleapis/google-cloud-node/commit/3f262fc59aa6054bd22f6868e76e7c686a9444a3))
|
|
60
|
-
|
|
61
|
-
## [5.11.0](https://github.com/googleapis/google-cloud-node/compare/dlp-v5.10.0...dlp-v5.11.0) (2024-09-24)
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
### Features
|
|
65
|
-
|
|
66
|
-
* [dlp] action for publishing data profiles to SecOps (formelly known as Chronicle) ([#5691](https://github.com/googleapis/google-cloud-node/issues/5691)) ([106d029](https://github.com/googleapis/google-cloud-node/commit/106d029eacd05fc890dffd1169a19d4596d93c54))
|
|
67
|
-
|
|
68
|
-
## [5.10.0](https://github.com/googleapis/google-cloud-node/compare/dlp-v5.9.0...dlp-v5.10.0) (2024-08-19)
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
### Features
|
|
72
|
-
|
|
73
|
-
* [dlp] inspect template modified cadence discovery config for Cloud SQL ([#5623](https://github.com/googleapis/google-cloud-node/issues/5623)) ([215ae31](https://github.com/googleapis/google-cloud-node/commit/215ae318d9ed8bf2878e88381542ddef6e28014a))
|
|
74
|
-
|
|
75
|
-
## [5.9.0](https://github.com/googleapis/google-cloud-node/compare/dlp-v5.8.0...dlp-v5.9.0) (2024-08-09)
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
### Features
|
|
79
|
-
|
|
80
|
-
* [dlp] add the TagResources API ([#5588](https://github.com/googleapis/google-cloud-node/issues/5588)) ([91df9a7](https://github.com/googleapis/google-cloud-node/commit/91df9a74e2f3573a3620f6641b51112ed6f3f394))
|
|
81
|
-
|
|
82
|
-
## [5.8.0](https://github.com/googleapis/google-cloud-node/compare/dlp-v5.7.0...dlp-v5.8.0) (2024-07-22)
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
### Features
|
|
86
|
-
|
|
87
|
-
* [dlp] add Cloud Storage discovery support ([#5545](https://github.com/googleapis/google-cloud-node/issues/5545)) ([00296ee](https://github.com/googleapis/google-cloud-node/commit/00296eea9db6120a9d7054687397b554b65a6e66))
|
|
88
|
-
|
|
89
|
-
## [5.7.0](https://github.com/googleapis/google-cloud-node/compare/dlp-v5.6.0...dlp-v5.7.0) (2024-06-03)
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
### Features
|
|
93
|
-
|
|
94
|
-
* [dlp] add secrets discovery support ([#5380](https://github.com/googleapis/google-cloud-node/issues/5380)) ([81e759d](https://github.com/googleapis/google-cloud-node/commit/81e759d8fc99473fc0109115e5fdd2b7ddd008f9))
|
|
95
|
-
|
|
96
|
-
## [5.6.0](https://github.com/googleapis/google-cloud-node/compare/dlp-v5.5.0...dlp-v5.6.0) (2024-05-21)
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
### Features
|
|
100
|
-
|
|
101
|
-
* [Many APIs] update Nodejs generator to send API versions in headers for GAPICs ([#5351](https://github.com/googleapis/google-cloud-node/issues/5351)) ([01f48fc](https://github.com/googleapis/google-cloud-node/commit/01f48fce63ec4ddf801d59ee2b8c0db9f6fb8372))
|
|
102
|
-
* [Many APIs] update Nodejs generator to send API versions in headers for GAPICs ([#5354](https://github.com/googleapis/google-cloud-node/issues/5354)) ([a9784ed](https://github.com/googleapis/google-cloud-node/commit/a9784ed3db6ee96d171762308bbbcd57390b6866))
|
|
103
|
-
|
|
104
|
-
## [5.5.0](https://github.com/googleapis/google-cloud-node/compare/dlp-v5.4.0...dlp-v5.5.0) (2024-05-08)
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
### Features
|
|
108
|
-
|
|
109
|
-
* [dlp] add RPCs for deleting TableDataProfiles ([#5315](https://github.com/googleapis/google-cloud-node/issues/5315)) ([1cc5bc1](https://github.com/googleapis/google-cloud-node/commit/1cc5bc1379967a6845254db0131359964ed30ab8))
|
|
110
|
-
|
|
111
|
-
## [5.4.0](https://github.com/googleapis/google-cloud-node/compare/dlp-v5.3.0...dlp-v5.4.0) (2024-03-29)
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
### Features
|
|
115
|
-
|
|
116
|
-
* [Many APIs] add several fields to manage state of database encryption update ([#5193](https://github.com/googleapis/google-cloud-node/issues/5193)) ([333b409](https://github.com/googleapis/google-cloud-node/commit/333b40951a255ecfab249bd6e7ace5877270ec85))
|
|
117
|
-
|
|
118
|
-
## [5.3.0](https://github.com/googleapis/google-cloud-node/compare/dlp-v5.2.0...dlp-v5.3.0) (2024-03-07)
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
### Features
|
|
122
|
-
|
|
123
|
-
* [dlp] add RPCs for getting and listing project, table, and column data profiles ([#5109](https://github.com/googleapis/google-cloud-node/issues/5109)) ([3952337](https://github.com/googleapis/google-cloud-node/commit/3952337599fb281538ee3d192ba951488f9a9643))
|
|
124
|
-
|
|
125
|
-
## [5.2.0](https://github.com/googleapis/google-cloud-node/compare/dlp-v5.1.1...dlp-v5.2.0) (2024-02-09)
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
### Features
|
|
129
|
-
|
|
130
|
-
* Trusted Private Cloud support, use the universeDomain parameter ([#5029](https://github.com/googleapis/google-cloud-node/issues/5029)) ([09e59ad](https://github.com/googleapis/google-cloud-node/commit/09e59ad6e34001a33d01894ccd5a0643f1a84883))
|
|
131
|
-
|
|
132
|
-
## [5.1.1](https://github.com/googleapis/google-cloud-node/compare/dlp-v5.1.0...dlp-v5.1.1) (2023-12-05)
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
### Bug Fixes
|
|
136
|
-
|
|
137
|
-
* **deps:** Update dependency mime to v4 ([#4853](https://github.com/googleapis/google-cloud-node/issues/4853)) ([b5a7587](https://github.com/googleapis/google-cloud-node/commit/b5a7587dea8ebcfbd5f0218373b1430e5772cd24))
|
|
138
|
-
|
|
139
|
-
## [5.1.0](https://github.com/googleapis/google-cloud-node/compare/dlp-v5.0.1...dlp-v5.1.0) (2023-11-03)
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
### Features
|
|
143
|
-
|
|
144
|
-
* [dlp] Introduce Discovery API protos and methods ([#4761](https://github.com/googleapis/google-cloud-node/issues/4761)) ([692e10f](https://github.com/googleapis/google-cloud-node/commit/692e10f7734a4d2bf6b94fb46e5656b16ea54685))
|
|
145
|
-
|
|
146
|
-
## [5.0.1](https://github.com/googleapis/google-cloud-node/compare/dlp-v5.0.0...dlp-v5.0.1) (2023-09-06)
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
### Bug Fixes
|
|
150
|
-
|
|
151
|
-
* [Many APIs] simplify logic for HTTP/1.1 REST fallback option ([#4589](https://github.com/googleapis/google-cloud-node/issues/4589)) ([07967ad](https://github.com/googleapis/google-cloud-node/commit/07967add1b5fc28b548cf74721b595ea0ba90d5b))
|
|
152
|
-
|
|
153
|
-
## [5.0.0](https://github.com/googleapis/google-cloud-node/compare/dlp-v4.4.3...dlp-v5.0.0) (2023-08-06)
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
### ⚠ BREAKING CHANGES
|
|
157
|
-
|
|
158
|
-
* migrate to Node 14 ([#4443](https://github.com/googleapis/google-cloud-node/issues/4443))
|
|
159
|
-
|
|
160
|
-
### Bug Fixes
|
|
161
|
-
|
|
162
|
-
* [Many APIs] fix typings for IAM methods ([#4466](https://github.com/googleapis/google-cloud-node/issues/4466)) ([fa1520c](https://github.com/googleapis/google-cloud-node/commit/fa1520c3eb526efd3523d9cea349ed31683d5889))
|
|
163
|
-
* **deps:** Update dependency @google-cloud/pubsub to v4 ([#4490](https://github.com/googleapis/google-cloud-node/issues/4490)) ([9c47713](https://github.com/googleapis/google-cloud-node/commit/9c477133e3de3f5fdb7f4a57417a821770a5acb3))
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
### Miscellaneous Chores
|
|
167
|
-
|
|
168
|
-
* Migrate to Node 14 ([#4443](https://github.com/googleapis/google-cloud-node/issues/4443)) ([2260f12](https://github.com/googleapis/google-cloud-node/commit/2260f12543d171bda95345e53475f5f0fdc45770))
|
|
169
|
-
|
|
170
|
-
## [4.4.3](https://github.com/googleapis/google-cloud-node/compare/dlp-v4.4.2...dlp-v4.4.3) (2023-06-28)
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
### Bug Fixes
|
|
174
|
-
|
|
175
|
-
* **deps:** Update dependency yargs to v17 ([#4351](https://github.com/googleapis/google-cloud-node/issues/4351)) ([4fb5285](https://github.com/googleapis/google-cloud-node/commit/4fb528559c204cee33329c4e55021aa1fd0e4974))
|
|
176
|
-
|
|
177
|
-
## [4.4.2](https://github.com/googleapis/google-cloud-node/compare/dlp-v4.4.1...dlp-v4.4.2) (2023-04-13)
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
### Bug Fixes
|
|
181
|
-
|
|
182
|
-
* **deps:** Bump `google-gax` to ^3.5.8 ([#4117](https://github.com/googleapis/google-cloud-node/issues/4117)) ([0b67d88](https://github.com/googleapis/google-cloud-node/commit/0b67d883963643ce1b4f6d2ccd3e8d37adf6e029))
|
|
183
|
-
* Minify JSON and JS files, and remove .map files ([#4143](https://github.com/googleapis/google-cloud-node/issues/4143)) ([170f7d5](https://github.com/googleapis/google-cloud-node/commit/170f7d57b8fd344d182a8e758867b8124722eebc))
|
|
184
|
-
|
|
185
|
-
## [4.4.1](https://github.com/googleapis/google-cloud-node/compare/dlp-v4.4.0...dlp-v4.4.1) (2023-02-15)
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
### Bug Fixes
|
|
189
|
-
|
|
190
|
-
* [Many APIs] changing format of the jsdoc links ([#3991](https://github.com/googleapis/google-cloud-node/issues/3991)) ([c6326d9](https://github.com/googleapis/google-cloud-node/commit/c6326d90abb9b649b25052e4afe7b3eb0f65bcb4))
|
|
191
|
-
|
|
192
|
-
## [4.4.0](https://github.com/googleapis/google-cloud-node/compare/dlp-v4.3.0...dlp-v4.4.0) (2023-01-28)
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
### Features
|
|
196
|
-
|
|
197
|
-
* Added SuggestConversationSummary RPC ([#3854](https://github.com/googleapis/google-cloud-node/issues/3854)) ([9e4b7f8](https://github.com/googleapis/google-cloud-node/commit/9e4b7f8d27dbb1ac011267f9b96ce90d2ff7a74b))
|
|
198
|
-
|
|
199
|
-
## [4.3.0](https://github.com/googleapis/nodejs-dlp/compare/v4.2.0...v4.3.0) (2023-01-06)
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
### Features
|
|
203
|
-
|
|
204
|
-
* ExcludeByHotword added as an ExclusionRule type, NEW_ZEALAND added as a LocationCategory value ([5b54b2e](https://github.com/googleapis/nodejs-dlp/commit/5b54b2e9c63acee3022089d9fb94d8b1907c1eb2))
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
### Bug Fixes
|
|
208
|
-
|
|
209
|
-
* Deprecate extra field to avoid confusion ([#777](https://github.com/googleapis/nodejs-dlp/issues/777)) ([f6a7ebd](https://github.com/googleapis/nodejs-dlp/commit/f6a7ebde9f78440600ac178a568e3fe79ccfadc2))
|
|
210
|
-
* **deps:** Use google-gax v3.5.2 ([#781](https://github.com/googleapis/nodejs-dlp/issues/781)) ([3601ed8](https://github.com/googleapis/nodejs-dlp/commit/3601ed84fa97958ca52bdc8d5620317f1a4a1de5))
|
|
211
|
-
* Regenerated protos JS and TS definitions ([#784](https://github.com/googleapis/nodejs-dlp/issues/784)) ([fa109f0](https://github.com/googleapis/nodejs-dlp/commit/fa109f05c3a29473a330e96b20e89480fb89496e))
|
|
212
|
-
|
|
213
|
-
## [4.2.0](https://github.com/googleapis/nodejs-dlp/compare/v4.1.1...v4.2.0) (2022-09-22)
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
### Features
|
|
217
|
-
|
|
218
|
-
* Add Deidentify action ([#742](https://github.com/googleapis/nodejs-dlp/issues/742)) ([27bb912](https://github.com/googleapis/nodejs-dlp/commit/27bb91296c3a685f4e5edb470517d6c44ebd3801))
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
### Bug Fixes
|
|
222
|
-
|
|
223
|
-
* 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))
|
|
224
|
-
* 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))
|
|
225
|
-
|
|
226
|
-
## [4.1.1](https://github.com/googleapis/nodejs-dlp/compare/v4.1.0...v4.1.1) (2022-08-23)
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
### Bug Fixes
|
|
230
|
-
|
|
231
|
-
* better support for fallback mode ([#735](https://github.com/googleapis/nodejs-dlp/issues/735)) ([3b080b0](https://github.com/googleapis/nodejs-dlp/commit/3b080b0fc6f246f8d454212b0c791957c313e2bd))
|
|
232
|
-
* change import long to require ([#736](https://github.com/googleapis/nodejs-dlp/issues/736)) ([b79ae99](https://github.com/googleapis/nodejs-dlp/commit/b79ae998bf5ae4ba56d995fcecaf97437c4df51e))
|
|
233
|
-
* 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))
|
|
234
|
-
|
|
235
|
-
## [4.1.0](https://github.com/googleapis/nodejs-dlp/compare/v4.0.2...v4.1.0) (2022-07-12)
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
### Features
|
|
239
|
-
|
|
240
|
-
* InfoType categories were added to built-in infoTypes ([#730](https://github.com/googleapis/nodejs-dlp/issues/730)) ([1147763](https://github.com/googleapis/nodejs-dlp/commit/114776322342445ae1e792c51ee6a2eedc48bebf))
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
### Bug Fixes
|
|
244
|
-
|
|
245
|
-
* **deps:** do not depend on protobufjs ([#728](https://github.com/googleapis/nodejs-dlp/issues/728)) ([3ce38f6](https://github.com/googleapis/nodejs-dlp/commit/3ce38f6d714e32d7df3b01eb4e78023eff023de5))
|
|
246
|
-
|
|
247
|
-
## [4.0.2](https://github.com/googleapis/nodejs-dlp/compare/v4.0.1...v4.0.2) (2022-06-30)
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
### Bug Fixes
|
|
251
|
-
|
|
252
|
-
* **docs:** document fallback rest option ([#724](https://github.com/googleapis/nodejs-dlp/issues/724)) ([3d4518f](https://github.com/googleapis/nodejs-dlp/commit/3d4518f5d13e0a13fd993f541dbf6d5a6bb0febb))
|
|
253
|
-
|
|
254
|
-
## [4.0.1](https://github.com/googleapis/nodejs-dlp/compare/v4.0.0...v4.0.1) (2022-06-07)
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
### Bug Fixes
|
|
258
|
-
|
|
259
|
-
* **deps:** update dependency @google-cloud/pubsub to v3 ([#715](https://github.com/googleapis/nodejs-dlp/issues/715)) ([c8636f8](https://github.com/googleapis/nodejs-dlp/commit/c8636f84d844b594ffd11dd7bfbf5f73b56ee729))
|
|
260
|
-
|
|
261
|
-
## [4.0.0](https://github.com/googleapis/nodejs-dlp/compare/v3.5.0...v4.0.0) (2022-05-20)
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
### ⚠ BREAKING CHANGES
|
|
265
|
-
|
|
266
|
-
* update library to use Node 12 (#713)
|
|
267
|
-
|
|
268
|
-
### Build System
|
|
269
|
-
|
|
270
|
-
* update library to use Node 12 ([#713](https://github.com/googleapis/nodejs-dlp/issues/713)) ([2999561](https://github.com/googleapis/nodejs-dlp/commit/2999561d3c1b1f4de78fb11a8c916e2bb06a92a5))
|
|
271
|
-
|
|
272
|
-
## [3.5.0](https://github.com/googleapis/nodejs-dlp/compare/v3.4.0...v3.5.0) (2022-04-01)
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
### Features
|
|
276
|
-
|
|
277
|
-
* add DataProfilePubSubMessage supporting pub/sub integration ([#695](https://github.com/googleapis/nodejs-dlp/issues/695)) ([918b6cd](https://github.com/googleapis/nodejs-dlp/commit/918b6cd8ba8669e7c029ae7b4d3d01858121b9f6))
|
|
278
|
-
|
|
279
|
-
## [3.4.0](https://github.com/googleapis/nodejs-dlp/compare/v3.3.0...v3.4.0) (2022-03-25)
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
### Features
|
|
283
|
-
|
|
284
|
-
* new Bytes and File types: POWERPOINT and EXCEL ([#693](https://github.com/googleapis/nodejs-dlp/issues/693)) ([ed3dc42](https://github.com/googleapis/nodejs-dlp/commit/ed3dc42bce256100a62528481c7ec10362f7fa93))
|
|
285
|
-
|
|
286
|
-
## [3.3.0](https://www.github.com/googleapis/nodejs-dlp/compare/v3.2.1...v3.3.0) (2021-12-03)
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
### Features
|
|
290
|
-
|
|
291
|
-
* added deidentify replacement dictionaries feat: added field for BigQuery inspect template inclusion lists feat: added field to support infotype versioning ([#667](https://www.github.com/googleapis/nodejs-dlp/issues/667)) ([7f8b9d6](https://www.github.com/googleapis/nodejs-dlp/commit/7f8b9d6dc33837f5b93a0b2269ca79572520b14c))
|
|
292
|
-
|
|
293
|
-
### [3.2.1](https://www.github.com/googleapis/nodejs-dlp/compare/v3.2.0...v3.2.1) (2021-11-03)
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
### Bug Fixes
|
|
297
|
-
|
|
298
|
-
* **deps:** update dependency mime to v3 ([#663](https://www.github.com/googleapis/nodejs-dlp/issues/663)) ([5d33ead](https://www.github.com/googleapis/nodejs-dlp/commit/5d33ead5c207511a2ef3d268dd804eabc20408d8))
|
|
299
|
-
|
|
300
|
-
## [3.2.0](https://www.github.com/googleapis/nodejs-dlp/compare/v3.1.8...v3.2.0) (2021-08-23)
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
### Features
|
|
304
|
-
|
|
305
|
-
* turns on self-signed JWT feature flag ([#646](https://www.github.com/googleapis/nodejs-dlp/issues/646)) ([1ff1969](https://www.github.com/googleapis/nodejs-dlp/commit/1ff1969abcba19030711aaf4d69b83cc73cf20ff))
|
|
306
|
-
|
|
307
|
-
### [3.1.8](https://www.github.com/googleapis/nodejs-dlp/compare/v3.1.7...v3.1.8) (2021-08-17)
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
### Bug Fixes
|
|
311
|
-
|
|
312
|
-
* **deps:** google-gax v2.24.1 ([#644](https://www.github.com/googleapis/nodejs-dlp/issues/644)) ([85847fa](https://www.github.com/googleapis/nodejs-dlp/commit/85847fa2df84bbe11ae7adaffe32c56a881e7546))
|
|
313
|
-
|
|
314
|
-
### [3.1.7](https://www.github.com/googleapis/nodejs-dlp/compare/v3.1.6...v3.1.7) (2021-08-13)
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
### Bug Fixes
|
|
318
|
-
|
|
319
|
-
* **build:** migrate to using main branch ([#642](https://www.github.com/googleapis/nodejs-dlp/issues/642)) ([aa74db4](https://www.github.com/googleapis/nodejs-dlp/commit/aa74db437886d914048f8f7bfcdff0e955f72810))
|
|
320
|
-
|
|
321
|
-
### [3.1.6](https://www.github.com/googleapis/nodejs-dlp/compare/v3.1.5...v3.1.6) (2021-07-16)
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
### Bug Fixes
|
|
325
|
-
|
|
326
|
-
* Updating WORKSPACE files to use the newest version of the Typescript generator. ([#634](https://www.github.com/googleapis/nodejs-dlp/issues/634)) ([862a027](https://www.github.com/googleapis/nodejs-dlp/commit/862a0271213154d519c333a02f5fbc9cb5071e6d))
|
|
327
|
-
|
|
328
|
-
### [3.1.5](https://www.github.com/googleapis/nodejs-dlp/compare/v3.1.4...v3.1.5) (2021-07-12)
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
### Bug Fixes
|
|
332
|
-
|
|
333
|
-
* **deps:** google-gax v2.17.1 ([#632](https://www.github.com/googleapis/nodejs-dlp/issues/632)) ([78e120a](https://www.github.com/googleapis/nodejs-dlp/commit/78e120a74629cb3b165d4bcc3a3a880bad00caf6))
|
|
334
|
-
|
|
335
|
-
### [3.1.4](https://www.github.com/googleapis/nodejs-dlp/compare/v3.1.3...v3.1.4) (2021-06-29)
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
### Bug Fixes
|
|
339
|
-
|
|
340
|
-
* **deps:** google-gax v2.17.0 with mTLS ([#629](https://www.github.com/googleapis/nodejs-dlp/issues/629)) ([e8b89d0](https://www.github.com/googleapis/nodejs-dlp/commit/e8b89d08986c7d3815741e39f057d8f99ea21df0))
|
|
341
|
-
|
|
342
|
-
### [3.1.3](https://www.github.com/googleapis/nodejs-dlp/compare/v3.1.2...v3.1.3) (2021-06-22)
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
### Bug Fixes
|
|
346
|
-
|
|
347
|
-
* make request optional in all cases ([#623](https://www.github.com/googleapis/nodejs-dlp/issues/623)) ([77f45fb](https://www.github.com/googleapis/nodejs-dlp/commit/77f45fbcd1481079cc8f1bd10d5637da24405bce))
|
|
348
|
-
|
|
349
|
-
### [3.1.2](https://www.github.com/googleapis/nodejs-dlp/compare/v3.1.1...v3.1.2) (2021-05-25)
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
### Bug Fixes
|
|
353
|
-
|
|
354
|
-
* GoogleAdsError missing using generator version after 1.3.0 ([#615](https://www.github.com/googleapis/nodejs-dlp/issues/615)) ([f1ef17b](https://www.github.com/googleapis/nodejs-dlp/commit/f1ef17b7e14c8c029e270bab2fb830e87304ecbb))
|
|
355
|
-
|
|
356
|
-
### [3.1.1](https://www.github.com/googleapis/nodejs-dlp/compare/v3.1.0...v3.1.1) (2021-05-12)
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
### Bug Fixes
|
|
360
|
-
|
|
361
|
-
* **deps:** require google-gax v2.12.0 ([#606](https://www.github.com/googleapis/nodejs-dlp/issues/606)) ([9c80ae6](https://www.github.com/googleapis/nodejs-dlp/commit/9c80ae620f44174ebb22a173e6d97cc832fb425a))
|
|
362
|
-
* use require() to load JSON protos ([#609](https://www.github.com/googleapis/nodejs-dlp/issues/609)) ([e52f7ab](https://www.github.com/googleapis/nodejs-dlp/commit/e52f7ab21f8b6d08953a8caf0d993d595111717d))
|
|
363
|
-
|
|
364
|
-
## [3.1.0](https://www.github.com/googleapis/nodejs-dlp/compare/v3.0.6...v3.1.0) (2021-01-09)
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
### Features
|
|
368
|
-
|
|
369
|
-
* adds style enumeration ([#569](https://www.github.com/googleapis/nodejs-dlp/issues/569)) ([3c8acf2](https://www.github.com/googleapis/nodejs-dlp/commit/3c8acf24523f2b130abc48bb18927ccac6cb6c3a))
|
|
370
|
-
|
|
371
|
-
### [3.0.6](https://www.github.com/googleapis/nodejs-dlp/compare/v3.0.5...v3.0.6) (2020-11-25)
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
### Bug Fixes
|
|
375
|
-
|
|
376
|
-
* **window:** check for fetch on window ([8d9d49f](https://www.github.com/googleapis/nodejs-dlp/commit/8d9d49f9d9fbfec291ca0c3cf1bef64870cc8e3d))
|
|
377
|
-
|
|
378
|
-
### [3.0.5](https://www.github.com/googleapis/nodejs-dlp/compare/v3.0.4...v3.0.5) (2020-11-07)
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
### Bug Fixes
|
|
382
|
-
|
|
383
|
-
* do not modify options object, use defaultScopes ([#560](https://www.github.com/googleapis/nodejs-dlp/issues/560)) ([5b29b1d](https://www.github.com/googleapis/nodejs-dlp/commit/5b29b1df9205e4f59a48c31f9ce6a2e2a9f18936))
|
|
384
|
-
|
|
385
|
-
### [3.0.4](https://www.github.com/googleapis/nodejs-dlp/compare/v3.0.3...v3.0.4) (2020-10-15)
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
### Bug Fixes
|
|
389
|
-
|
|
390
|
-
* retrieve job config for risk analysis jobs; docs: clarify timespan config for BigQuery and Datastore. ([#547](https://www.github.com/googleapis/nodejs-dlp/issues/547)) ([3b25dd6](https://www.github.com/googleapis/nodejs-dlp/commit/3b25dd66350ca5729ddebe48f0a3718b756633ae))
|
|
391
|
-
|
|
392
|
-
### [3.0.3](https://www.github.com/googleapis/nodejs-dlp/compare/v3.0.2...v3.0.3) (2020-09-12)
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
### Bug Fixes
|
|
396
|
-
|
|
397
|
-
* **deps:** update dependency yargs to v16 ([#536](https://www.github.com/googleapis/nodejs-dlp/issues/536)) ([39db29a](https://www.github.com/googleapis/nodejs-dlp/commit/39db29adcef20b7baed4b8a4351d12bcf2bc605f))
|
|
398
|
-
|
|
399
|
-
### [3.0.2](https://www.github.com/googleapis/nodejs-dlp/compare/v3.0.1...v3.0.2) (2020-07-15)
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
### Bug Fixes
|
|
403
|
-
|
|
404
|
-
* **samples:** include locations/global in parent field ([#488](https://www.github.com/googleapis/nodejs-dlp/issues/488)) ([a5ec2f3](https://www.github.com/googleapis/nodejs-dlp/commit/a5ec2f3baafbc770336596bdfe4737b61aba947e))
|
|
405
|
-
|
|
406
|
-
### [3.0.1](https://www.github.com/googleapis/nodejs-dlp/compare/v3.0.0...v3.0.1) (2020-06-15)
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
### Bug Fixes
|
|
410
|
-
|
|
411
|
-
* proper fallback option handling ([#486](https://www.github.com/googleapis/nodejs-dlp/issues/486)) ([11cd656](https://www.github.com/googleapis/nodejs-dlp/commit/11cd656e3d980d8bf87f045f4cd22379134b6e44))
|
|
412
|
-
|
|
413
|
-
## [3.0.0](https://www.github.com/googleapis/nodejs-dlp/compare/v2.2.0...v3.0.0) (2020-05-26)
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
### ⚠ BREAKING CHANGES
|
|
417
|
-
|
|
418
|
-
* The library now supports Node.js v10+. The last version to support Node.js v8 is tagged legacy-8 on NPM.
|
|
419
|
-
|
|
420
|
-
### Features
|
|
421
|
-
|
|
422
|
-
* adds missing fields to Finding and adds support for hybrid jobs ([#435](https://www.github.com/googleapis/nodejs-dlp/issues/435)) ([3643d02](https://www.github.com/googleapis/nodejs-dlp/commit/3643d0218cabecd40bd04c86bc51d3fa3be21666))
|
|
423
|
-
* drop node8 support, support for async iterators ([#440](https://www.github.com/googleapis/nodejs-dlp/issues/440)) ([82a2091](https://www.github.com/googleapis/nodejs-dlp/commit/82a2091f8c948b303c03629ecf77dc8cefb3248c))
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
### Bug Fixes
|
|
427
|
-
|
|
428
|
-
* embedding location into parent ([#476](https://www.github.com/googleapis/nodejs-dlp/issues/476)) ([9308a6a](https://www.github.com/googleapis/nodejs-dlp/commit/9308a6ace48a4128def4a408f18a75b0d74a359a)), closes [#474](https://www.github.com/googleapis/nodejs-dlp/issues/474)
|
|
429
|
-
* regen protos and tests, fix formatting ([#467](https://www.github.com/googleapis/nodejs-dlp/issues/467)) ([9924817](https://www.github.com/googleapis/nodejs-dlp/commit/9924817d39a4eec302d461092c3d8f3c292dcc17))
|
|
430
|
-
* remove eslint, update gax, fix generated protos, run the generator ([#449](https://www.github.com/googleapis/nodejs-dlp/issues/449)) ([e00c5da](https://www.github.com/googleapis/nodejs-dlp/commit/e00c5dac055785dd361bf51d587e2a174f3d40a6))
|
|
431
|
-
* sample inspect customInfoTypes infoType name ([#439](https://www.github.com/googleapis/nodejs-dlp/issues/439)) ([07ef721](https://www.github.com/googleapis/nodejs-dlp/commit/07ef72156567d3fe8318fc95fe187dd2f3868516))
|
|
432
|
-
* support request params {key} with no =value ([#463](https://www.github.com/googleapis/nodejs-dlp/issues/463)) ([e3ef1c6](https://www.github.com/googleapis/nodejs-dlp/commit/e3ef1c69529775d16984fc381e6af47a13264b99))
|
|
433
|
-
* synth.py clean up for multiple version ([#469](https://www.github.com/googleapis/nodejs-dlp/issues/469)) ([5f2cb9b](https://www.github.com/googleapis/nodejs-dlp/commit/5f2cb9ba9e6d8957cda0bd8495a72f96dcabd9c2))
|
|
434
|
-
* **deps:** update dependency @google-cloud/pubsub to v2 ([#475](https://www.github.com/googleapis/nodejs-dlp/issues/475)) ([b6ce129](https://www.github.com/googleapis/nodejs-dlp/commit/b6ce1297fa179dc0a8cc9b97797acb2e05d22574))
|
|
435
|
-
|
|
436
|
-
## [2.2.0](https://www.github.com/googleapis/nodejs-dlp/compare/v2.1.0...v2.2.0) (2020-03-06)
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
### Features
|
|
440
|
-
|
|
441
|
-
* deferred client initialization ([#420](https://www.github.com/googleapis/nodejs-dlp/issues/420)) ([a37da40](https://www.github.com/googleapis/nodejs-dlp/commit/a37da4095bab94a8d3539c67e9fcda4620d6e3a1))
|
|
442
|
-
|
|
443
|
-
## [2.1.0](https://www.github.com/googleapis/nodejs-dlp/compare/v2.0.1...v2.1.0) (2020-02-29)
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
### Features
|
|
447
|
-
|
|
448
|
-
* export protos in src/index.ts ([dc75b9e](https://www.github.com/googleapis/nodejs-dlp/commit/dc75b9e104378f001f819086c434f574341e5b92))
|
|
449
|
-
|
|
450
|
-
### [2.0.1](https://www.github.com/googleapis/nodejs-dlp/compare/v2.0.0...v2.0.1) (2020-02-12)
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
### Bug Fixes
|
|
454
|
-
|
|
455
|
-
* pass x-goog-request-params header for streaming calls ([ad49a5b](https://www.github.com/googleapis/nodejs-dlp/commit/ad49a5b645e65d256f7db5804e4410692952dc3a))
|
|
456
|
-
|
|
457
|
-
## [2.0.0](https://www.github.com/googleapis/nodejs-dlp/compare/v1.9.0...v2.0.0) (2020-01-28)
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
### ⚠ BREAKING CHANGES
|
|
461
|
-
|
|
462
|
-
* move to typescript code generation (#393)
|
|
463
|
-
|
|
464
|
-
### Features
|
|
465
|
-
|
|
466
|
-
* move to typescript code generation ([#393](https://www.github.com/googleapis/nodejs-dlp/issues/393)) ([67e0811](https://www.github.com/googleapis/nodejs-dlp/commit/67e08118c6c64e525b9ac1e7363353acf1cb0875))
|
|
467
|
-
|
|
468
|
-
## [1.9.0](https://www.github.com/googleapis/nodejs-dlp/compare/v1.8.0...v1.9.0) (2019-12-30)
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
### Features
|
|
472
|
-
|
|
473
|
-
* introduces locationId ([745f3c1](https://www.github.com/googleapis/nodejs-dlp/commit/745f3c1112e8968dd088e8c5cd90863ecbad6679))
|
|
474
|
-
|
|
475
|
-
## [1.8.0](https://www.github.com/googleapis/nodejs-dlp/compare/v1.7.1...v1.8.0) (2019-12-05)
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
### Features
|
|
479
|
-
|
|
480
|
-
* add plural and singular resource descriptor ([#365](https://www.github.com/googleapis/nodejs-dlp/issues/365)) ([29e876b](https://www.github.com/googleapis/nodejs-dlp/commit/29e876b70c39d0e4533d151132139c52ad8767fe))
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
### Bug Fixes
|
|
484
|
-
|
|
485
|
-
* **deps:** pin TypeScript below 3.7.0 ([346b756](https://www.github.com/googleapis/nodejs-dlp/commit/346b7564e7b97c77ede1483207b83faef3aae6c1))
|
|
486
|
-
* **docs:** bump release level to GA ([#363](https://www.github.com/googleapis/nodejs-dlp/issues/363)) ([67dfc81](https://www.github.com/googleapis/nodejs-dlp/commit/67dfc816ec097b91248a0a9f63e39d25c90c5647))
|
|
487
|
-
|
|
488
|
-
### [1.7.1](https://www.github.com/googleapis/nodejs-dlp/compare/v1.7.0...v1.7.1) (2019-11-18)
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
### Bug Fixes
|
|
492
|
-
|
|
493
|
-
* **deps:** update dependency yargs to v15 ([#361](https://www.github.com/googleapis/nodejs-dlp/issues/361)) ([884c89e](https://www.github.com/googleapis/nodejs-dlp/commit/884c89e4f01fa66fe86c33a6d1d5b5fa4c9c94e2))
|
|
494
|
-
|
|
495
|
-
## [1.7.0](https://www.github.com/googleapis/nodejs-dlp/compare/v1.6.1...v1.7.0) (2019-11-14)
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
### Features
|
|
499
|
-
|
|
500
|
-
* add support for publishToStackdriver field ([#358](https://www.github.com/googleapis/nodejs-dlp/issues/358)) ([5e5a384](https://www.github.com/googleapis/nodejs-dlp/commit/5e5a384a6ee122f7fd3bf07e04892dd70d748897))
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
### Bug Fixes
|
|
504
|
-
|
|
505
|
-
* **docs:** snippets are now replaced in jsdoc comments ([#357](https://www.github.com/googleapis/nodejs-dlp/issues/357)) ([678fad7](https://www.github.com/googleapis/nodejs-dlp/commit/678fad7dbe3d0c3255de61edd253b02947e2f9ab))
|
|
506
|
-
|
|
507
|
-
### [1.6.1](https://www.github.com/googleapis/nodejs-dlp/compare/v1.6.0...v1.6.1) (2019-10-22)
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
### Bug Fixes
|
|
511
|
-
|
|
512
|
-
* **deps:** bump google-gax to 1.7.5 ([#351](https://www.github.com/googleapis/nodejs-dlp/issues/351)) ([bd3d7de](https://www.github.com/googleapis/nodejs-dlp/commit/bd3d7de8bbaa8d3ce88420fd6ecf7d0483283bf8))
|
|
513
|
-
|
|
514
|
-
## [1.6.0](https://www.github.com/googleapis/nodejs-dlp/compare/v1.5.0...v1.6.0) (2019-10-08)
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
### Bug Fixes
|
|
518
|
-
|
|
519
|
-
* **deps:** update dependency @google-cloud/pubsub to v1 ([#339](https://www.github.com/googleapis/nodejs-dlp/issues/339)) ([7b44459](https://www.github.com/googleapis/nodejs-dlp/commit/7b44459))
|
|
520
|
-
* use compatible version of google-gax ([37f3b5b](https://www.github.com/googleapis/nodejs-dlp/commit/37f3b5b))
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
### Features
|
|
524
|
-
|
|
525
|
-
* .d.ts for protos ([#342](https://www.github.com/googleapis/nodejs-dlp/issues/342)) ([1eea5f5](https://www.github.com/googleapis/nodejs-dlp/commit/1eea5f5))
|
|
526
|
-
|
|
527
|
-
## [1.5.0](https://www.github.com/googleapis/nodejs-dlp/compare/v1.4.0...v1.5.0) (2019-09-12)
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
### Bug Fixes
|
|
531
|
-
|
|
532
|
-
* **deps:** update dependency yargs to v14 ([#328](https://www.github.com/googleapis/nodejs-dlp/issues/328)) ([92e53b9](https://www.github.com/googleapis/nodejs-dlp/commit/92e53b9))
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
### Features
|
|
536
|
-
|
|
537
|
-
* load protos from JSON, grpc-fallback support ([#330](https://www.github.com/googleapis/nodejs-dlp/issues/330)) ([9403ebe](https://www.github.com/googleapis/nodejs-dlp/commit/9403ebe))
|
|
538
|
-
|
|
539
|
-
## [1.4.0](https://www.github.com/googleapis/nodejs-dlp/compare/v1.3.1...v1.4.0) (2019-07-09)
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
### Features
|
|
543
|
-
|
|
544
|
-
* add DataCatalog action to DlpJobs ([#317](https://www.github.com/googleapis/nodejs-dlp/issues/317)) ([92d0252](https://www.github.com/googleapis/nodejs-dlp/commit/92d0252))
|
|
545
|
-
|
|
546
|
-
### [1.3.1](https://www.github.com/googleapis/nodejs-dlp/compare/v1.3.0...v1.3.1) (2019-06-26)
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
### Bug Fixes
|
|
550
|
-
|
|
551
|
-
* **docs:** link to reference docs section on googleapis.dev ([#313](https://www.github.com/googleapis/nodejs-dlp/issues/313)) ([3a7b991](https://www.github.com/googleapis/nodejs-dlp/commit/3a7b991))
|
|
552
|
-
|
|
553
|
-
## [1.3.0](https://www.github.com/googleapis/nodejs-dlp/compare/v1.2.1...v1.3.0) (2019-06-19)
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
### Features
|
|
557
|
-
|
|
558
|
-
* add avro support ([#310](https://www.github.com/googleapis/nodejs-dlp/issues/310)) ([ac4f6d9](https://www.github.com/googleapis/nodejs-dlp/commit/ac4f6d9))
|
|
559
|
-
|
|
560
|
-
### [1.2.1](https://www.github.com/googleapis/nodejs-dlp/compare/v1.2.0...v1.2.1) (2019-06-16)
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
### Bug Fixes
|
|
564
|
-
|
|
565
|
-
* **docs:** move to new client docs URL ([#306](https://www.github.com/googleapis/nodejs-dlp/issues/306)) ([c2c018d](https://www.github.com/googleapis/nodejs-dlp/commit/c2c018d))
|
|
566
|
-
|
|
567
|
-
## [1.2.0](https://www.github.com/googleapis/nodejs-dlp/compare/v1.1.0...v1.2.0) (2019-06-06)
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
### Features
|
|
571
|
-
|
|
572
|
-
* add statistics about storedInfoType version ([#301](https://www.github.com/googleapis/nodejs-dlp/issues/301)) ([4482d02](https://www.github.com/googleapis/nodejs-dlp/commit/4482d02))
|
|
573
|
-
* support apiEndpoint override in client constructor ([#299](https://www.github.com/googleapis/nodejs-dlp/issues/299)) ([663545c](https://www.github.com/googleapis/nodejs-dlp/commit/663545c))
|
|
574
|
-
|
|
575
|
-
## [1.1.0](https://www.github.com/googleapis/nodejs-dlp/compare/v1.0.0...v1.1.0) (2019-05-28)
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
### Features
|
|
579
|
-
|
|
580
|
-
* auto-generate READMEs, add .repo-metdata.json ([#293](https://www.github.com/googleapis/nodejs-dlp/issues/293)) ([6895e23](https://www.github.com/googleapis/nodejs-dlp/commit/6895e23))
|
|
581
|
-
|
|
582
|
-
## [1.0.0](https://www.github.com/googleapis/nodejs-dlp/compare/v0.12.0...v1.0.0) (2019-05-20)
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
### ⚠ BREAKING CHANGES
|
|
586
|
-
|
|
587
|
-
* upgrade engines field to >=8.10.0 (#272)
|
|
588
|
-
|
|
589
|
-
### Bug Fixes
|
|
590
|
-
|
|
591
|
-
* DEADLINE_EXCEEDED no longer treated as idempotent and retried ([1a0000c](https://www.github.com/googleapis/nodejs-dlp/commit/1a0000c))
|
|
592
|
-
* DEADLINE_EXCEEDED retry code is idempotent ([#281](https://www.github.com/googleapis/nodejs-dlp/issues/281)) ([9c00cf6](https://www.github.com/googleapis/nodejs-dlp/commit/9c00cf6))
|
|
593
|
-
* **deps:** update dependency @google-cloud/pubsub to ^0.29.0 ([#283](https://www.github.com/googleapis/nodejs-dlp/issues/283)) ([b1f9ee1](https://www.github.com/googleapis/nodejs-dlp/commit/b1f9ee1))
|
|
594
|
-
* **deps:** update dependency google-gax to ^0.26.0 ([#270](https://www.github.com/googleapis/nodejs-dlp/issues/270)) ([68258a6](https://www.github.com/googleapis/nodejs-dlp/commit/68258a6))
|
|
595
|
-
* **deps:** update dependency google-gax to v1 ([#280](https://www.github.com/googleapis/nodejs-dlp/issues/280)) ([2cbb997](https://www.github.com/googleapis/nodejs-dlp/commit/2cbb997))
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
### Build System
|
|
599
|
-
|
|
600
|
-
* upgrade engines field to >=8.10.0 ([#272](https://www.github.com/googleapis/nodejs-dlp/issues/272)) ([233e814](https://www.github.com/googleapis/nodejs-dlp/commit/233e814))
|
|
601
|
-
|
|
602
|
-
## v0.12.0
|
|
603
|
-
|
|
604
|
-
04-26-2019 12:39 PDT
|
|
605
|
-
|
|
606
|
-
### New Features
|
|
607
|
-
|
|
608
|
-
- feat: add x-goog-request-params header
|
|
609
|
-
- feat: add deterministic encryption ([#263](https://github.com/googleapis/nodejs-dlp/pull/263))
|
|
610
|
-
|
|
611
|
-
## v0.11.0
|
|
612
|
-
|
|
613
|
-
03-12-2019 15:22 PDT
|
|
614
|
-
|
|
615
|
-
Greetings! This release has a few new features, bug fixes, and doc updates. Enjoy!
|
|
616
|
-
|
|
617
|
-
### New Features
|
|
618
|
-
- feat: add support for triggers and matching types ([#243](https://github.com/googleapis/nodejs-dlp/pull/243))
|
|
619
|
-
|
|
620
|
-
### Bug Fixes
|
|
621
|
-
- fix: throw on invalid credentials ([#238](https://github.com/googleapis/nodejs-dlp/pull/238))
|
|
622
|
-
|
|
623
|
-
### Dependencies
|
|
624
|
-
- fix(deps): update dependency google-gax to ^0.25.0 ([#226](https://github.com/googleapis/nodejs-dlp/pull/226))
|
|
625
|
-
|
|
626
|
-
### Documentation
|
|
627
|
-
- docs: update links in contrib guide ([#240](https://github.com/googleapis/nodejs-dlp/pull/240))
|
|
628
|
-
- docs: move CONTRIBUTING.md to root ([#231](https://github.com/googleapis/nodejs-dlp/pull/231))
|
|
629
|
-
- docs: update samples in comments ([#230](https://github.com/googleapis/nodejs-dlp/pull/230))
|
|
630
|
-
- docs: update contributing path in README ([#232](https://github.com/googleapis/nodejs-dlp/pull/232))
|
|
631
|
-
- docs: add lint/fix example to contributing guide ([#228](https://github.com/googleapis/nodejs-dlp/pull/228))
|
|
632
|
-
|
|
633
|
-
### Internal / Testing Changes
|
|
634
|
-
- fix(deps): update dependency @google-cloud/pubsub to ^0.28.0 ([#253](https://github.com/googleapis/nodejs-dlp/pull/253))
|
|
635
|
-
- refactor: update json import paths ([#254](https://github.com/googleapis/nodejs-dlp/pull/254))
|
|
636
|
-
- build: Add docuploader credentials to node publish jobs ([#251](https://github.com/googleapis/nodejs-dlp/pull/251))
|
|
637
|
-
- build: use node10 to run samples-test, system-test etc ([#250](https://github.com/googleapis/nodejs-dlp/pull/250))
|
|
638
|
-
- chore: update release config and proto formatting
|
|
639
|
-
- chore: sync latest proto docs ([#245](https://github.com/googleapis/nodejs-dlp/pull/245))
|
|
640
|
-
- fix(test): increase minLikelihood option threshold to VERY_LIKELY ([#248](https://github.com/googleapis/nodejs-dlp/pull/248))
|
|
641
|
-
- chore(deps): update dependency mocha to v6
|
|
642
|
-
- fix(deps): update dependency yargs to v13 ([#235](https://github.com/googleapis/nodejs-dlp/pull/235))
|
|
643
|
-
- build: use linkinator for docs test ([#239](https://github.com/googleapis/nodejs-dlp/pull/239))
|
|
644
|
-
- refactor: modernize the sample tests ([#237](https://github.com/googleapis/nodejs-dlp/pull/237))
|
|
645
|
-
- build: create docs test npm scripts ([#234](https://github.com/googleapis/nodejs-dlp/pull/234))
|
|
646
|
-
- build: test using @grpc/grpc-js in CI ([#233](https://github.com/googleapis/nodejs-dlp/pull/233))
|
|
647
|
-
- chore(deps): update dependency eslint-config-prettier to v4 ([#223](https://github.com/googleapis/nodejs-dlp/pull/223))
|
|
648
|
-
- chore: update the copyright date in the header. ([#224](https://github.com/googleapis/nodejs-dlp/pull/224))
|
|
649
|
-
- build: ignore googleapis.com in doc link check ([#220](https://github.com/googleapis/nodejs-dlp/pull/220))
|
|
650
|
-
- build: check broken links in generated docs ([#213](https://github.com/googleapis/nodejs-dlp/pull/213))
|
|
651
|
-
- fix(samples-test): increase likelihood threshold ([#222](https://github.com/googleapis/nodejs-dlp/pull/222))
|
|
652
|
-
|
|
653
|
-
## v0.10.0
|
|
654
|
-
|
|
655
|
-
01-04-2019 15:04 PST
|
|
656
|
-
|
|
657
|
-
### New Features
|
|
658
|
-
- feat: add excluded field field for storage ([#169](https://github.com/googleapis/nodejs-dlp/pull/169))
|
|
659
|
-
- feat: add support for storedInfoTypes ([#157](https://github.com/googleapis/nodejs-dlp/pull/157))
|
|
660
|
-
- feat: add CloudStorageRegexFileSet ([#153](https://github.com/googleapis/nodejs-dlp/pull/153))
|
|
661
|
-
- feat: add sorting and ordering of results ([#147](https://github.com/googleapis/nodejs-dlp/pull/147))
|
|
662
|
-
|
|
663
|
-
### Dependencies
|
|
664
|
-
- fix(deps): update dependency @google-cloud/pubsub to ^0.22.0 ([#192](https://github.com/googleapis/nodejs-dlp/pull/192))
|
|
665
|
-
- fix(deps): update dependency @google-cloud/pubsub to ^0.21.0 ([#183](https://github.com/googleapis/nodejs-dlp/pull/183))
|
|
666
|
-
- fix(deps): update dependency google-gax to ^0.22.0 ([#182](https://github.com/googleapis/nodejs-dlp/pull/182))
|
|
667
|
-
- chore(deps): update dependency @google-cloud/nodejs-repo-tools to v3 ([#180](https://github.com/googleapis/nodejs-dlp/pull/180))
|
|
668
|
-
- chore(deps): update dependency eslint-plugin-node to v8 ([#170](https://github.com/googleapis/nodejs-dlp/pull/170))
|
|
669
|
-
- chore(deps): update dependency eslint-plugin-prettier to v3 ([#151](https://github.com/googleapis/nodejs-dlp/pull/151))
|
|
670
|
-
- fix(deps): update dependency @google-cloud/pubsub to ^0.20.0 ([#137](https://github.com/googleapis/nodejs-dlp/pull/137))
|
|
671
|
-
- fix(deps): update dependency google-gax to ^0.20.0 ([#138](https://github.com/googleapis/nodejs-dlp/pull/138))
|
|
672
|
-
|
|
673
|
-
### Documentation
|
|
674
|
-
- samples: Added custom dictionary and regex code samples ([#204](https://github.com/googleapis/nodejs-dlp/pull/204))
|
|
675
|
-
- refactor(samples): convert sample tests from ava to mocha ([#186](https://github.com/googleapis/nodejs-dlp/pull/186))
|
|
676
|
-
- docs: update readme badges ([#194](https://github.com/googleapis/nodejs-dlp/pull/194))
|
|
677
|
-
- docs(samples): samples to use async/await ([#190](https://github.com/googleapis/nodejs-dlp/pull/190))
|
|
678
|
-
|
|
679
|
-
### Internal / Testing Changes
|
|
680
|
-
- nit: reordered gRPC message types ([#214](https://github.com/googleapis/nodejs-dlp/pull/214))
|
|
681
|
-
- tests: construct pubsub properly ([#143](https://github.com/googleapis/nodejs-dlp/pull/143))
|
|
682
|
-
- chore(build): inject yoshi automation key ([#209](https://github.com/googleapis/nodejs-dlp/pull/209))
|
|
683
|
-
- chore: update nyc and eslint configs ([#208](https://github.com/googleapis/nodejs-dlp/pull/208))
|
|
684
|
-
- chore: fix publish.sh permission +x ([#206](https://github.com/googleapis/nodejs-dlp/pull/206))
|
|
685
|
-
- fix(build): fix Kokoro release script ([#205](https://github.com/googleapis/nodejs-dlp/pull/205))
|
|
686
|
-
- build: add Kokoro configs for autorelease ([#203](https://github.com/googleapis/nodejs-dlp/pull/203))
|
|
687
|
-
- chore: add synth.metadata ([#201](https://github.com/googleapis/nodejs-dlp/pull/201))
|
|
688
|
-
- chore: always nyc report before calling codecov ([#199](https://github.com/googleapis/nodejs-dlp/pull/199))
|
|
689
|
-
- chore: nyc ignore build/test by default ([#198](https://github.com/googleapis/nodejs-dlp/pull/198))
|
|
690
|
-
- chore: update license file ([#196](https://github.com/googleapis/nodejs-dlp/pull/196))
|
|
691
|
-
- fix(build): fix system key decryption ([#191](https://github.com/googleapis/nodejs-dlp/pull/191))
|
|
692
|
-
- build: fix the lint rules ([#187](https://github.com/googleapis/nodejs-dlp/pull/187))
|
|
693
|
-
- chore: update eslintignore config ([#181](https://github.com/googleapis/nodejs-dlp/pull/181))
|
|
694
|
-
- chore: drop contributors from multiple places ([#179](https://github.com/googleapis/nodejs-dlp/pull/179))
|
|
695
|
-
- chore: use latest npm on Windows ([#178](https://github.com/googleapis/nodejs-dlp/pull/178))
|
|
696
|
-
- chore: update CircleCI config ([#177](https://github.com/googleapis/nodejs-dlp/pull/177))
|
|
697
|
-
- chore: include build in eslintignore ([#174](https://github.com/googleapis/nodejs-dlp/pull/174))
|
|
698
|
-
- chore: update issue templates ([#168](https://github.com/googleapis/nodejs-dlp/pull/168))
|
|
699
|
-
- chore: remove old issue template ([#166](https://github.com/googleapis/nodejs-dlp/pull/166))
|
|
700
|
-
- build: run tests on node11 ([#165](https://github.com/googleapis/nodejs-dlp/pull/165))
|
|
701
|
-
- chores(build): do not collect sponge.xml from windows builds ([#164](https://github.com/googleapis/nodejs-dlp/pull/164))
|
|
702
|
-
- chores(build): run codecov on continuous builds ([#163](https://github.com/googleapis/nodejs-dlp/pull/163))
|
|
703
|
-
- chore: update new issue template ([#162](https://github.com/googleapis/nodejs-dlp/pull/162))
|
|
704
|
-
- build: fix codecov uploading on Kokoro ([#156](https://github.com/googleapis/nodejs-dlp/pull/156))
|
|
705
|
-
- Update kokoro config ([#152](https://github.com/googleapis/nodejs-dlp/pull/152))
|
|
706
|
-
- build: prevent system/sample-test from leaking credentials
|
|
707
|
-
- test: remove appveyor config ([#146](https://github.com/googleapis/nodejs-dlp/pull/146))
|
|
708
|
-
- Update the kokoro config ([#145](https://github.com/googleapis/nodejs-dlp/pull/145))
|
|
709
|
-
- Fix the linter ([#142](https://github.com/googleapis/nodejs-dlp/pull/142))
|
|
710
|
-
- Enable prefer-const in the eslint config ([#141](https://github.com/googleapis/nodejs-dlp/pull/141))
|
|
711
|
-
- Enable no-var in eslint ([#140](https://github.com/googleapis/nodejs-dlp/pull/140))
|
|
712
|
-
- Switch to let/const ([#139](https://github.com/googleapis/nodejs-dlp/pull/139))
|
|
713
|
-
|
|
714
|
-
## v0.9.0
|
|
715
|
-
|
|
716
|
-
### New Features
|
|
717
|
-
- Bring in new feature:
|
|
718
|
-
- StoredInfoTypes
|
|
719
|
-
|
|
720
|
-
### Dependencies
|
|
721
|
-
- chore(deps): update dependency eslint-config-prettier to v3 (#110)
|
|
722
|
-
- chore(deps): lock file maintenance (#104)
|
|
723
|
-
- chore(deps): lock file maintenance (#103)
|
|
724
|
-
- fix(deps): update dependency google-gax to ^0.18.0 (#100)
|
|
725
|
-
- chore(deps): lock file maintenance (#99)
|
|
726
|
-
- chore(deps): lock file maintenance (#94)
|
|
727
|
-
- chore(deps): update dependency eslint-plugin-node to v7 (#91)
|
|
728
|
-
- chore(deps): lock file maintenance (#90)
|
|
729
|
-
|
|
730
|
-
### Documentation
|
|
731
|
-
- doc: add missing namespace (#108)
|
|
732
|
-
- DLP sample: Add autoPopulateTimespan option for creating job triggers. (#64)
|
|
733
|
-
- feat: Add code samples for DLP text redaction (#61)
|
|
734
|
-
|
|
735
|
-
### Internal / Testing Changes
|
|
736
|
-
- Update synth.py (#112)
|
|
737
|
-
- test: use strictEqual in tests (#92)
|
|
738
|
-
- chore: do not use npm ci (#107)
|
|
739
|
-
- chore: ignore package-lock.json (#105)
|
|
740
|
-
- chore: update renovate config (#102)
|
|
741
|
-
- remove that whitespace (#101)
|
|
742
|
-
- chore: move mocha options to mocha.opts (#97)
|
|
743
|
-
- chore: add node templates to synth.py (#95)
|
|
744
|
-
- fix: requiring samples/ node engine >7.6 because async/await was used (#93)
|
|
745
|
-
|
|
746
|
-
## v0.8.0
|
|
747
|
-
|
|
748
|
-
### BREAKING CHANGE
|
|
749
|
-
- fix: drop support for node.js 4.x and 9.x (#81)
|
|
750
|
-
|
|
751
|
-
### Documentation
|
|
752
|
-
- docs: export google.privacy.* namespace instead of google.cloud.* so rpc doc links work (#80)
|
|
753
|
-
|
|
754
|
-
### Internal / Testing Changes
|
|
755
|
-
- chore(build): use `npm ci` instead of `npm install` (#86)
|
|
756
|
-
- chore: really delete node4 and node9 (#83)
|