Skip to content

Commit 4912bf4

Browse files
authored
Merge branch 'main' into sagnghos/expHostTLS
2 parents c098f2e + 600c136 commit 4912bf4

24 files changed

+395
-114
lines changed

.github/CODEOWNERS

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
# https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax
66
# Note: This file is autogenerated. To make changes to the codeowner team, please update .repo-metadata.json.
77

8-
# @googleapis/yoshi-python @googleapis/spanner-client-libraries-python are the default owners for changes in this repo
9-
* @googleapis/yoshi-python @googleapis/spanner-client-libraries-python
8+
# @googleapis/cloud-sdk-python-team @googleapis/spanner-team are the default owners for changes in this repo
9+
* @googleapis/cloud-sdk-python-team @googleapis/spanner-team
1010

11-
# @googleapis/python-samples-reviewers @googleapis/spanner-client-libraries-python are the default owners for samples changes
12-
/samples/ @googleapis/python-samples-reviewers @googleapis/spanner-client-libraries-python
11+
# @googleapis/python-samples-reviewers @googleapis/spanner-team are the default owners for samples changes
12+
/samples/ @googleapis/python-samples-reviewers @googleapis/spanner-team

.github/blunderbuss.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
# Note: This file is autogenerated. To make changes to the assignee
55
# team, please update `codeowner_team` in `.repo-metadata.json`.
66
assign_issues:
7-
- googleapis/spanner-client-libraries-python
7+
- googleapis/spanner-team
88

99
assign_issues_by:
1010
- labels:
1111
- "samples"
1212
to:
1313
- googleapis/python-samples-reviewers
14-
- googleapis/spanner-client-libraries-python
14+
- googleapis/spanner-team
1515

1616
assign_prs:
17-
- googleapis/spanner-client-libraries-python
17+
- googleapis/spanner-team

.kokoro/presubmit/presubmit.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
# Only run a subset of all nox sessions
44
env_vars: {
55
key: "NOX_SESSION"
6-
value: "unit-3.9 unit-3.12 cover docs docfx"
6+
value: "unit-3.10 unit-3.12 cover docs docfx"
77
}

.librarian/generator-input/.repo-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"api_id": "spanner.googleapis.com",
1313
"requires_billing": true,
1414
"default_version": "v1",
15-
"codeowner_team": "@googleapis/spanner-client-libraries-python",
15+
"codeowner_team": "@googleapis/spanner-team",
1616
"api_shortname": "spanner",
1717
"api_description": "is a fully managed, mission-critical, \nrelational database service that offers transactional consistency at global scale, \nschemas, SQL (ANSI 2011 with extensions), and automatic, synchronous replication \nfor high availability.\n\nBe sure to activate the Cloud Spanner API on the Developer's Console to\nuse Cloud Spanner from your project."
1818
}

.librarian/state.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:b8058df4c45e9a6e07f6b4d65b458d0d059241dd34c814f151c8bf6b89211209
22
libraries:
33
- id: google-cloud-spanner
4-
version: 3.62.0
4+
version: 3.63.0
55
last_generated_commit: a17b84add8318f780fcc8a027815d5fee644b9f7
66
apis:
77
- path: google/spanner/admin/instance/v1

.repo-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"api_id": "spanner.googleapis.com",
1313
"requires_billing": true,
1414
"default_version": "v1",
15-
"codeowner_team": "@googleapis/spanner-client-libraries-python",
15+
"codeowner_team": "@googleapis/spanner-team",
1616
"api_shortname": "spanner",
1717
"api_description": "is a fully managed, mission-critical, \nrelational database service that offers transactional consistency at global scale, \nschemas, SQL (ANSI 2011 with extensions), and automatic, synchronous replication \nfor high availability.\n\nBe sure to activate the Cloud Spanner API on the Developer's Console to\nuse Cloud Spanner from your project."
1818
}

CHANGELOG.md

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

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

7+
## [3.63.0](https://github.com/googleapis/python-spanner/compare/v3.62.0...v3.63.0) (2026-02-13)
8+
9+
10+
### Documentation
11+
12+
* snippet for setting read lock mode (#1473) ([7e79920cfc8be76261dea1348931b0ef539dd6e1](https://github.com/googleapis/python-spanner/commit/7e79920cfc8be76261dea1348931b0ef539dd6e1))
13+
14+
15+
### Features
16+
17+
* add requestID info in error exceptions (#1415) ([2c5eb96c4b395f84b60aba1c584ff195dbce4617](https://github.com/googleapis/python-spanner/commit/2c5eb96c4b395f84b60aba1c584ff195dbce4617))
18+
19+
20+
### Bug Fixes
21+
22+
* prevent thread leak by ensuring singleton initialization (#1492) ([e792136aa487f327736e01e34afe01cf2015f5a0](https://github.com/googleapis/python-spanner/commit/e792136aa487f327736e01e34afe01cf2015f5a0))
23+
724
## [3.62.0](https://github.com/googleapis/python-spanner/compare/v3.61.0...v3.62.0) (2026-01-14)
825

926

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.62.0" # {x-release-please-version}
16+
__version__ = "3.63.0" # {x-release-please-version}

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.62.0" # {x-release-please-version}
16+
__version__ = "3.63.0" # {x-release-please-version}

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.62.0"
18+
__version__ = "3.63.0"
1919
VERSION = __version__
2020
DEFAULT_USER_AGENT = "gl-dbapi/" + VERSION

0 commit comments

Comments
 (0)