8000 chore: release main · googleapis/google-cloud-python@c7c1cbb · GitHub
[go: up one dir, main page]

Skip to content 8000

Commit c7c1cbb

Browse files
chore: release main
1 parent 23aeafc commit c7c1cbb

File tree

4 files changed

+38
-3
lines changed

4 files changed

+38
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
"packages/google-cloud-bigquery-biglake": "0.3.0",
1616
"packages/google-cloud-storageinsights": "0.1.0",
1717
"packages/google-cloud-confidentialcomputing": "0.1.0",
18-
"packages/google-cloud-ids": "1.5.0"
18+
"packages/google-cloud-ids": "1.0.0"
1919
}

packages/google-cloud-ids/CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,40 @@
11
# Changelog
22

3+
## [1.0.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-ids-v1.5.0...google-cloud-ids-v1.0.0) (2023-04-21)
4+
5+
6+
### Features
7+
8+
* add api key support ([#15](https://github.com/googleapis/google-cloud-python/issues/15)) ([bc3f542](https://github.com/googleapis/google-cloud-python/commit/bc3f542bfd89577f6dbfde8b0a5701f567256dc3))
9+
* add audience parameter ([e3cf561](https://github.com/googleapis/google-cloud-python/commit/e3cf56154f4fb2d37ee78889de5b8b232de393a4))
10+
* Add support for python 3.11 ([#97](https://github.com/googleapis/google-cloud-python/issues/97)) ([1fd602a](https://github.com/googleapis/google-cloud-python/commit/1fd602ae9c2856712ae2021ec2fb9261a00a6a7a))
11+
* bump release level to production/stable ([#5](https://github.com/googleapis/google-cloud-python/issues/5)) ([3f3c497](https://github.com/googleapis/google-cloud-python/commit/3f3c49798e159978ac145281540f3a629b0cfae2))
12+
* enable "rest" transport in Python for services supporting numeric enums ([#105](https://github.com/googleapis/google-cloud-python/issues/105)) ([78900e5](https://github.com/googleapis/google-cloud-python/commit/78900e512fe831f61494e4dd1cd6c584e07c2af6))
13+
* generate v1 ([32e6e89](https://github.com/googleapis/google-cloud-python/commit/32e6e8957f9a9a151dd878a04c8831b999fe62f2))
14+
15+
16+
### Bug Fixes
17+
18+
* Add service_yaml_parameters to py_gapic_library BUILD.bazel targets ([#107](https://github.com/googleapis/google-cloud-python/issues/107)) ([44290f5](https://github.com/googleapis/google-cloud-python/commit/44290f593b00ed409b545a6025bbaff7130cb950))
19+
* **deps:** allow protobuf < 5.0.0 ([#70](https://github.com/googleapis/google-cloud-python/issues/70)) ([e3971e0](https://github.com/googleapis/google-cloud-python/commit/e3971e0a72d86645f9c23c702724c44524dfc897))
20+
* **deps:** allow protobuf 3.19.5 ([#87](https://github.com/googleapis/google-cloud-python/issues/87)) ([93c2a39](https://github.com/googleapis/google-cloud-python/commit/93c2a3923b4d82b91e0b0e204abe6baedd83106b))
21+
* **deps:** require google-api-core >= 2.8.0 ([#59](https://github.com/googleapis/google-cloud-python/issues/59)) ([e3cf561](https://github.com/googleapis/google-cloud-python/commit/e3cf56154f4fb2d37ee78889de5b8b232de393a4))
22+
* **deps:** Require google-api-core >=1.34.0, >=2.11.0 ([#94](https://github.com/googleapis/google-cloud-python/issues/94)) ([d69f4bc](https://github.com/googleapis/google-cloud-python/commit/d69f4bc4e74426511b217b71dbb0117aa9c4d58e))
23+
* **deps:** require google-api-core>=1.31.5, >=2.3.2 ([#29](https://github.com/googleapis/google-cloud-python/issues/29)) ([e3b6486](https://github.com/googleapis/google-cloud-python/commit/e3b648654ad9e5cbb2bc4849cc1b21f4b3a6230b))
24+
* **deps:** require google-api-core>=1.32.0,>=2.8.0 ([#63](https://github.com/googleapis/google-cloud-python/issues/63)) ([6ea352c](https://github.com/googleapis/google-cloud-python/commit/6ea352c18c5bcd75631395e970b80b1f4a2d9014))
25+
* **deps:** require proto-plus >= 1.22.0 ([e3971e0](https://github.com/googleapis/google-cloud-python/commit/e3971e0a72d86645f9c23c702724c44524dfc897))
26+
* **deps:** require protobuf >= 3.20.2 ([#85](https://github.com/googleapis/google-cloud-python/issues/85)) ([cd6486e](https://github.com/googleapis/google-cloud-python/commit/cd6486ed2f02aeb9cadff92bcad8eb75dbbbc069))
27+
* **deps:** require protobuf <4.0.0dev ([#52](https://github.com/googleapis/google-cloud-python/issues/52)) ([a665c11](https://github.com/googleapis/google-cloud-python/commit/a665c112d5677ef092ef36baa6878f7a45921838))
28+
* require python 3.7+ ([#61](https://github.com/googleapis/google-cloud-python/issues/61)) ([08faab4](https://github.com/googleapis/google-cloud-python/commit/08faab48f40309b210e8d064c2cdaef29f0ae25a))
29+
* resolve DuplicateCredentialArgs error when using credentials_file ([c102fed](https://github.com/googleapis/google-cloud-python/commit/c102fed460ea8b39812d30ea5d55b777d28b4208))
30+
31+
32+
### Documentation
33+
34+
* Add documentation for enums ([#99](https://github.com/googleapis/google-cloud-python/issues/99)) ([c3ca4ca](https://github.com/googleapis/google-cloud-python/commit/c3ca4ca8c1ab81d4c3ee8dae309119893ae8b61f))
35+
* fix changelog header to consistent size ([#51](https://github.com/googleapis/google-cloud-python/issues/51)) ([98a9f1c](https://github.com/googleapis/google-cloud-python/commit/98a9f1cecb11d57af00819e1cb986e22187b208a))
36+
* update api description ([#11125](https://github.com/googleapis/google-cloud-python/issues/11125)) ([23aeafc](https://github.com/googleapis/google-cloud-python/commit/23aeafc42c35c54a52f84e1425cc1c8a73300ba4))
37+
338
## [1.5.0](https://github.com/googleapis/python-ids/compare/v1.4.1...v1.5.0) (2023-02-17)
439

540

packages/google-cloud-ids/google/cloud/ids/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "1.5.0" # {x-release-please-version}
16+
__version__ = "1.0.0" # {x-release-please-version}

packages/google-cloud-ids/google/cloud/ids_v1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "1.5.0" # {x-release-please-version}
16+
__version__ = "1.0.0" # {x-release-please-version}

0 commit comments

Comments
 (0)
0