Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.

Commit ce4a029

Browse files
1 parent 7db54d7 commit ce4a029

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@
44

55
[1]: https://www.npmjs.com/package/PACKAGE NAME?activeTab=versions
66

7+
## [4.3.0](https://github.com/googleapis/nodejs-dlp/compare/v4.2.0...v4.3.0) (2023-01-06)
8+
9+
10+
### Features
11+
12+
* ExcludeByHotword added as an ExclusionRule type, NEW_ZEALAND added as a LocationCategory value ([5b54b2e](https://github.com/googleapis/nodejs-dlp/commit/5b54b2e9c63acee3022089d9fb94d8b1907c1eb2))
13+
14+
15+
### Bug Fixes
16+
17+
* Deprecate extra field to avoid confusion ([#777](https://github.com/googleapis/nodejs-dlp/issues/777)) ([f6a7ebd](https://github.com/googleapis/nodejs-dlp/commit/f6a7ebde9f78440600ac178a568e3fe79ccfadc2))
18+
* **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))
19+
* Regenerated protos JS and TS definitions ([#784](https://github.com/googleapis/nodejs-dlp/issues/784)) ([fa109f0](https://github.com/googleapis/nodejs-dlp/commit/fa109f05c3a29473a330e96b20e89480fb89496e))
20+
721
## [4.2.0](https://github.com/googleapis/nodejs-dlp/compare/v4.1.1...v4.2.0) (2022-09-22)
822

923

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@google-cloud/dlp",
33
"description": "DLP API client for Node.js",
4-
"version": "4.2.0",
4+
"version": "4.3.0",
55
"license": "Apache-2.0",
66
"author": "Google Inc",
77
"engines": {

samples/generated/v2/snippet_metadata.google.privacy.dlp.v2.json

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

samples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"test": "mocha system-test/*.test.js --timeout=600000"
1616
},
1717
"dependencies": {
18-
"@google-cloud/dlp": "^4.2.0",
18+
"@google-cloud/dlp": "^4.3.0",
1919
"@google-cloud/pubsub": "^3.0.0",
2020
"mime": "^3.0.0",
2121
"yargs": "^16.0.0"

0 commit comments

Comments
 (0)