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

Skip to content

Commit 4718cdc

Browse files
chemelnucfinJon Wayne Parrott
authored andcommitted
Release Spanner 1.0.0 (#4846)
1 parent f4371de commit 4718cdc

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

docs/spanner/releases.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@
1313
* ``0.28.0`` (`PyPI <https://pypi.org/project/google-cloud-spanner/0.28.0/>`__, `Release Notes <https://github.com/GoogleCloudPlatform/google-cloud-python/releases/tag/spanner-0.28.0>`__)
1414
* ``0.29.0`` (`PyPI <https://pypi.org/project/google-cloud-spanner/0.29.0/>`__, `Release Notes <https://github.com/GoogleCloudPlatform/google-cloud-python/releases/tag/spanner-0.29.0>`__)
1515
* ``0.30.0`` (`PyPI <https://pypi.org/project/google-cloud-spanner/0.30.0/>`__, `Release Notes <https://github.com/GoogleCloudPlatform/google-cloud-python/releases/tag/spanner-0.30.0>`__)
16+
* ``1.0.0`` (`PyPI <https://pypi.org/project/google-cloud-spanner/1.0.0/>`__, `Release Notes <https://github.com/GoogleCloudPlatform/google-cloud-python/releases/tag/spanner-1.0.0>`__)

spanner/CHANGELOG.md

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

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

7+
## 1.0.0
8+
9+
### Breaking Changes
10+
11+
- `to_pb` has now been made private (`_to_pb`) in `KeySet`
12+
and `KeyRange` (#4740)
13+
14+
### Documentation Changes
15+
- Database update_ddl missing param in documentation (#4749)
16+
717
## 0.30.0
818

919
### Breaking Changes

spanner/setup.py

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

6161
setup(
6262
name='google-cloud-spanner',
63-
version='0.30.1.dev1',
63+
version='1.0.0',
6464
description='Python Client for Cloud Spanner',
6565
long_description=README,
6666
namespace_packages=[

0 commit comments

Comments
 (0)