Skip to content

Commit 66de563

Browse files
authored
Release 1.1.0 (#8492)
1 parent 54194bb commit 66de563

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

kms/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-kms/#history
66

7+
## 1.1.0
8+
9+
06-27-2019 12:32 PDT
10+
11+
### Implementation Changes
12+
- Allow kwargs to be passed to create_channel (via synth). ([#8395](https://github.com/googleapis/google-cloud-python/pull/8395))
13+
- Add empty lines (via synth). ([#8062](https://github.com/googleapis/google-cloud-python/pull/8062))
14+
- Remove classifier for Python 3.4 for end-of-life. ([#7535](https://github.com/googleapis/google-cloud-python/pull/7535))
15+
16+
### New Features
17+
- Add ability to create keys via import, add crypto algorithms (via synth). ([#8356](https://github.com/googleapis/google-cloud-python/pull/8356))
18+
- Retry idempotent codes for Encyrpt, Decrypt, Asymmetric Decrypt, Asymmetric Sign (via synth). ([#7715](https://github.com/googleapis/google-cloud-python/pull/7715))
19+
- Add CAVIUM_V2_COMPRESSED option to KeyOperationAttestation (via synth). ([#7396](https://github.com/googleapis/google-cloud-python/pull/7396))
20+
21+
### Documentation
22+
- Update docstrings. ([#7868](https://github.com/googleapis/google-cloud-python/pull/7868))
23+
- Update information in READMEs to indicate KMS is GA. ([#7840](https://github.com/googleapis/google-cloud-python/pull/7840))
24+
25+
### Internal / Testing Changes
26+
- Add docs job to publish to googleapis.dev. ([#8464](https://github.com/googleapis/google-cloud-python/pull/8464))
27+
- Add disclaimer to auto-generated template files (via synth). ([#8318](https://github.com/googleapis/google-cloud-python/pull/8318))
28+
- Suppress checking 'cov-fail-under' in nox default session (via synth). ([#8245](https://github.com/googleapis/google-cloud-python/pull/8245))
29+
- Fix coverage in 'types.py'; blacken 'noxfile.py' / 'setup.py' (via synth). ([#8157](https://github.com/googleapis/google-cloud-python/pull/8157))
30+
- Add nox session `docs`, reorder methods (via synth). ([#7775](https://github.com/googleapis/google-cloud-python/pull/7775))
31+
- Copy lintified proto files (via synth). ([#7449](https://github.com/googleapis/google-cloud-python/pull/7449))
32+
733
## 1.0.0
834

935
02-13-2019 10:53 PST

kms/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-kms"
2323
description = "Cloud Key Management Service (KMS) API API client library"
24-
version = "1.0.0"
24+
version = "1.1.0"
2525
release_status = "Development Status :: 5 - Production/Stable"
2626
dependencies = [
2727
"google-api-core[grpc] >= 1.6.0, < 2.0.0dev",

0 commit comments

Comments
 (0)