Skip to content

Commit fe71016

Browse files
chore: release 1.0.0 (#69)
1 parent 47bd547 commit fe71016

File tree

4 files changed

+19
-8
lines changed

4 files changed

+19
-8
lines changed

packages/google-cloud-securitycenter/CHANGELOG.md

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

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

7+
## [1.0.0](https://www.github.com/googleapis/python-securitycenter/compare/v0.7.1...v1.0.0) (2020-10-08)
8+
9+
10+
### ⚠ BREAKING CHANGES
11+
12+
* generate with microgenerator. See [Migration Guide](https://github.com/googleapis/python-securitycenter/blob/master/UPGRADING.md)(#49)
13+
14+
### Features
15+
16+
* generate with microgenerator ([#49](https://www.github.com/googleapis/python-securitycenter/issues/49)) ([838dbc8](https://www.github.com/googleapis/python-securitycenter/commit/838dbc8445046b755b775f96f654944ecb707e35))
17+
718
### [0.7.1](https://www.github.com/googleapis/python-securitycenter/compare/v0.7.0...v0.7.1) (2020-09-18)
819

920

packages/google-cloud-securitycenter/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ Supported Python Versions
5252
^^^^^^^^^^^^^^^^^^^^^^^^^
5353
Python >= 3.6
5454

55-
Deprecated Python Versions
56-
^^^^^^^^^^^^^^^^^^^^^^^^^^
55+
Unsupported Python Versions
56+
^^^^^^^^^^^^^^^^^^^^^^^^^^^
5757
Python == 2.7.
5858

5959
The last version of this library compatible with Python 2.7 is google-cloud-securitycenter==0.6.0.

packages/google-cloud-securitycenter/UPGRADING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
# 2.0.0 Migration Guide
1+
# 1.0.0 Migration Guide
22

3-
The 2.0 release of the `google-cloud-securitycenter` client is a significant upgrade based on a [next-gen code generator](https://github.com/googleapis/gapic-generator-python), and includes substantial interface changes. Existing code written for earlier versions of this library will likely require updates to use this version. This document describes the changes that have been made, and what you need to do to update your usage.
3+
The 1.0 release of the `google-cloud-securitycenter` client is a significant upgrade based on a [next-gen code generator](https://github.com/googleapis/gapic-generator-python), and includes substantial interface changes. Existing code written for earlier versions of this library will likely require updates to use this version. This document describes the changes that have been made, and what you need to do to update your usage.
44

55
If you experience issues or have questions, please file an [issue](https://github.com/googleapis/python-securitycenter/issues).
66

77
## Supported Python Versions
88

99
> **WARNING**: Breaking change
1010
11-
The 2.0.0 release requires Python 3.6+.
11+
The 1.0.0 release requires Python 3.6+.
1212

1313

1414
## Method Calls
@@ -59,7 +59,7 @@ assets = client.list_assets(
5959

6060
### More Details
6161

62-
In `google-cloud-securitycenter<2.0.0`, parameters required by the API were positional parameters and optional parameters were keyword parameters.
62+
In `google-cloud-securitycenter<1.0.0`, parameters required by the API were positional parameters and optional parameters were keyword parameters.
6363

6464
**Before:**
6565
```py
@@ -78,7 +78,7 @@ In `google-cloud-securitycenter<2.0.0`, parameters required by the API were posi
7878
):
7979
```
8080

81-
In the 2.0.0 release, all methods have a single positional parameter `request`. Method docstrings indicate whether a parameter is required or optional.
81+
In the 1.0.0 release, all methods have a single positional parameter `request`. Method docstrings indicate whether a parameter is required or optional.
8282

8383
Some methods have additional keyword only parameters. The available parameters depend on the `google.api.method_signature` annotation specified by the API producer.
8484

packages/google-cloud-securitycenter/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-securitycenter"
2323
description = "Cloud Security Command Center API client library"
24-
version = "0.7.1"
24+
version = "1.0.0"
2525
release_status = "Development Status :: 3 - Alpha"
2626
dependencies = [
2727
"google-api-core[grpc] >= 1.22.0, < 2.0.0dev",

0 commit comments

Comments
 (0)