Thanks to visit codestin.com
Credit goes to github.com

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

Commit c94b193

Browse files
chore(main): release 2.10.0
1 parent 6572d29 commit c94b193

File tree

5 files changed

+23
-4
lines changed

5 files changed

+23
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.9.3"
2+
".": "2.10.0"
33
}

CHANGELOG.md

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

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

7+
## [2.10.0](https://github.com/googleapis/python-redis/compare/v2.9.3...v2.10.0) (2022-11-25)
8+
9+
10+
### Features
11+
12+
* add support for `google.cloud.redis.__version__` ([6572d29](https://github.com/googleapis/python-redis/commit/6572d29699ccf8889c5fd395f50001931edf9c0c))
13+
* Add typing to proto.Message based class attributes ([6572d29](https://github.com/googleapis/python-redis/commit/6572d29699ccf8889c5fd395f50001931edf9c0c))
14+
15+
16+
### Bug Fixes
17+
18+
* Add dict typing for client_options ([6572d29](https://github.com/googleapis/python-redis/commit/6572d29699ccf8889c5fd395f50001931edf9c0c))
19+
* **deps:** require google-api-core >=1.33.2 ([6572d29](https://github.com/googleapis/python-redis/commit/6572d29699ccf8889c5fd395f50001931edf9c0c))
20+
21+
22+
### Documentation
23+
24+
* **samples:** Snippetgen handling of repeated enum field ([6572d29](https://github.com/googleapis/python-redis/commit/6572d29699ccf8889c5fd395f50001931edf9c0c))
25+
726
## [2.9.3](https://github.com/googleapis/python-redis/compare/v2.9.2...v2.9.3) (2022-10-07)
827

928

google/cloud/redis/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__ = "2.9.3" # {x-release-please-version}
16+
__version__ = "2.10.0" # {x-release-please-version}

samples/generated_samples/snippet_metadata_google.cloud.redis.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-redis",
11-
"version": "0.1.0"
11+
"version": "2.10.0"
1212
},
1313
"snippets": [
1414
{

samples/generated_samples/snippet_metadata_google.cloud.redis.v1beta1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-redis",
11-
"version": "0.1.0"
11+
"version": "2.10.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)