File tree Expand file tree Collapse file tree 3 files changed +12
-1
lines changed
Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 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 >`__)
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 6060
6161setup (
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 = [
You can’t perform that action at this time.
0 commit comments