Skip to content

Commit 2c7c8e7

Browse files
chore(main): release google-cloud-spanner 0.1.0
1 parent e52b015 commit 2c7c8e7

13 files changed

Lines changed: 35 additions & 12 deletions

File tree

.release-please-individual-manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
"packages/bigframes": "2.45.0",
33
"packages/google-crc32c": "1.8.0",
44
"packages/pandas-gbq": "0.35.0",
5-
"packages/sqlalchemy-bigquery": "1.17.0"
5+
"packages/sqlalchemy-bigquery": "1.17.0",
6+
"packages/google-cloud-spanner": "0.1.0"
67
}

librarian.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1916,7 +1916,7 @@ libraries:
19161916
metadata_name_override: source
19171917
default_version: v1
19181918
- name: google-cloud-spanner
1919-
version: 3.69.0
1919+
version: 0.1.0
19201920
apis:
19211921
- path: google/spanner/v1
19221922
- path: google/spanner/admin/instance/v1

packages/google-cloud-spanner/CHANGELOG.md

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

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

7+
## 0.1.0 (2026-07-15)
8+
9+
10+
### Features
11+
12+
* regenerate google-cloud-spanner ([#17578](https://github.com/googleapis/google-cloud-python/issues/17578)) ([39b252f](https://github.com/googleapis/google-cloud-python/commit/39b252f4effe7e8915efa8796d90fd29f356bf96))
13+
* **spanner:** add asynchronous code snippets and minor cleanup changes ([#17337](https://github.com/googleapis/google-cloud-python/issues/17337)) ([d6aaf61](https://github.com/googleapis/google-cloud-python/commit/d6aaf610fa97b76077cacade2fca306dbe1e8c80))
14+
* **spanner:** drop Python 3.7-3.9 support and regenerate ([#17169](https://github.com/googleapis/google-cloud-python/issues/17169)) ([2408166](https://github.com/googleapis/google-cloud-python/commit/2408166fec2fac7fc19f15d89f1b7bbb329c5ace))
15+
* **spanner:** drop python runtime 3.9 ([#17070](https://github.com/googleapis/google-cloud-python/issues/17070)) ([cddabc0](https://github.com/googleapis/google-cloud-python/commit/cddabc0f48c198f7866756fc1f8e45b5b208731d))
16+
* **spanner:** log client configuration at startup ([#17040](https://github.com/googleapis/google-cloud-python/issues/17040)) ([a830a78](https://github.com/googleapis/google-cloud-python/commit/a830a78547c4fba545f8789fecfac97107ca799f))
17+
* update API sources and regenerate ([#16998](https://github.com/googleapis/google-cloud-python/issues/16998)) ([cef659d](https://github.com/googleapis/google-cloud-python/commit/cef659d8207939aab3834a32c99a3a2738cb3015))
18+
19+
20+
### Bug Fixes
21+
22+
* **spanner_dbapi:** replace insecure pickle with json for partition deserialization ([#17014](https://github.com/googleapis/google-cloud-python/issues/17014)) ([86e57cb](https://github.com/googleapis/google-cloud-python/commit/86e57cb9b6ec4266773e99e8a5f60eda78cd1e11))
23+
24+
25+
### Performance Improvements
26+
27+
* **spanner:** optimize query result decoding ([#17375](https://github.com/googleapis/google-cloud-python/issues/17375)) ([3f70b2f](https://github.com/googleapis/google-cloud-python/commit/3f70b2ff6f6bc5d4c3bee33784da3e353866ec8e))
28+
729
## [3.69.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-spanner-v3.68.0...google-cloud-spanner-v3.69.0) (2026-06-25)
830

931

packages/google-cloud-spanner/google/cloud/spanner/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__ = "3.69.0" # {x-release-please-version}
16+
__version__ = "0.1.0" # {x-release-please-version}

packages/google-cloud-spanner/google/cloud/spanner_admin_database/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__ = "3.69.0" # {x-release-please-version}
16+
__version__ = "0.1.0" # {x-release-please-version}

packages/google-cloud-spanner/google/cloud/spanner_admin_database_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__ = "3.69.0" # {x-release-please-version}
16+
__version__ = "0.1.0" # {x-release-please-version}

packages/google-cloud-spanner/google/cloud/spanner_admin_instance/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__ = "3.69.0" # {x-release-please-version}
16+
__version__ = "0.1.0" # {x-release-please-version}

packages/google-cloud-spanner/google/cloud/spanner_admin_instance_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__ = "3.69.0" # {x-release-please-version}
16+
__version__ = "0.1.0" # {x-release-please-version}

packages/google-cloud-spanner/google/cloud/spanner_dbapi/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
import platform
1616

1717
PY_VERSION = platform.python_version()
18-
__version__ = "3.69.0"
18+
__version__ = "0.1.0"
1919
VERSION = __version__
2020
DEFAULT_USER_AGENT = "gl-dbapi/" + VERSION

packages/google-cloud-spanner/google/cloud/spanner_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__ = "3.69.0" # {x-release-please-version}
16+
__version__ = "0.1.0" # {x-release-please-version}

0 commit comments

Comments
 (0)