Skip to content

Commit a4e19ed

Browse files
authored
chore(dlp): release 0.13.0 (#9927)
1 parent 8177673 commit a4e19ed

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

dlp/CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,32 @@
44

55
[1]: https://pypi.org/project/google-cloud-dlp/#history
66

7+
## 0.13.0
8+
9+
12-06-2019 14:29 PST
10+
11+
12+
### Implementation Changes
13+
- Remove send/recv msg size limit (via synth). ([#8953](https://github.com/googleapis/google-cloud-python/pull/8953))
14+
15+
### New Features
16+
- Add `location_id` in preparation for regionalization; deprecate resource name helper functions (via synth). ([#9856](https://github.com/googleapis/google-cloud-python/pull/9856))
17+
18+
### Documentation
19+
- Add python 2 sunset banner to documentation. ([#9036](https://github.com/googleapis/google-cloud-python/pull/9036))
20+
- Change requests intersphinx ref (via synth). ([#9403](https://github.com/googleapis/google-cloud-python/pull/9403))
21+
- Fix intersphinx reference to requests. ([#9294](https://github.com/googleapis/google-cloud-python/pull/9294))
22+
- Remove CI for gh-pages, use googleapis.dev for api_core refs. ([#9085](https://github.com/googleapis/google-cloud-python/pull/9085))
23+
- Remove compatability badges from READMEs. ([#9035](https://github.com/googleapis/google-cloud-python/pull/9035))
24+
- Update intersphinx mapping for requests. ([#8805](https://github.com/googleapis/google-cloud-python/pull/8805))
25+
26+
### Internal / Testing Changes
27+
- Normalize VPCSC configuration in systests. ([#9608](https://github.com/googleapis/google-cloud-python/pull/9608))
28+
- Ensure env is always set; fix typo in `test_deidentify_content`. ([#9479](https://github.com/googleapis/google-cloud-python/pull/9479))
29+
- Exclude 'noxfile.py' from synth. ([#9284](https://github.com/googleapis/google-cloud-python/pull/9284))
30+
- Ensure `GOOGLE_CLOUD_TESTS_IN_VPCSC` is down cast for env variables. ([#9274](https://github.com/googleapis/google-cloud-python/pull/9274))
31+
- Add VPCSC tests. ([#9249](https://github.com/googleapis/google-cloud-python/pull/9249))
32+
733
## 0.12.1
834

935
07-24-2019 16:16 PDT

dlp/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
name = "google-cloud-dlp"
2323
description = "Cloud Data Loss Prevention (DLP) API API client library"
24-
version = "0.12.1"
24+
version = "0.13.0"
2525
release_status = "Development Status :: 3 - Alpha"
2626
dependencies = [
2727
"google-api-core[grpc] >= 1.14.0, < 2.0.0dev",

0 commit comments

Comments
 (0)