Skip to content

Commit 50c5c60

Browse files
chore(main): release 3.60.0
1 parent e08260f commit 50c5c60

File tree

8 files changed

+25
-7
lines changed

8 files changed

+25
-7
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-
".": "3.59.0"
2+
".": "3.60.0"
33
}

CHANGELOG.md

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

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

7+
## [3.60.0](https://github.com/googleapis/python-spanner/compare/v3.59.0...v3.60.0) (2025-11-19)
8+
9+
10+
### Features
11+
12+
* Add cloud.region, request_tag and transaction_tag in span attributes ([#1449](https://github.com/googleapis/python-spanner/issues/1449)) ([d37fb80](https://github.com/googleapis/python-spanner/commit/d37fb80a39aea859059ae7d85adc75095a6e14e6))
13+
* Add Send and Ack mutations for Queues ([e08260f](https://github.com/googleapis/python-spanner/commit/e08260fe24b62313d7964572eeb963eb8c3c923f))
14+
* Add Spanner location API ([#1457](https://github.com/googleapis/python-spanner/issues/1457)) ([e08260f](https://github.com/googleapis/python-spanner/commit/e08260fe24b62313d7964572eeb963eb8c3c923f))
15+
* Add support for experimental host ([#1452](https://github.com/googleapis/python-spanner/issues/1452)) ([9535e5e](https://github.com/googleapis/python-spanner/commit/9535e5e096f6ab53f2817af4fd7ac1fa2ca71660))
16+
* Exposing AutoscalingConfig in InstancePartition ([8b6f154](https://github.com/googleapis/python-spanner/commit/8b6f154085543953556acde161a739414988b7f0))
17+
* **observability:** Enable OpenTelemetry metrics and tracing by default ([#1410](https://github.com/googleapis/python-spanner/issues/1410)) ([bb5095d](https://github.com/googleapis/python-spanner/commit/bb5095dfb615159a575933a332382ba93ba4bbd1))
18+
19+
20+
### Bug Fixes
21+
22+
* Configure keepAlive time for gRPC TCP connections ([#1448](https://github.com/googleapis/python-spanner/issues/1448)) ([efb2833](https://github.com/googleapis/python-spanner/commit/efb2833e52e54b096e552a4d91f94b017ac733bb))
23+
* Deprecate credentials_file argument ([8b6f154](https://github.com/googleapis/python-spanner/commit/8b6f154085543953556acde161a739414988b7f0))
24+
725
## [3.59.0](https://github.com/googleapis/python-spanner/compare/v3.58.0...v3.59.0) (2025-10-18)
826

927

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

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

samples/generated_samples/snippet_metadata_google.spanner.admin.database.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-spanner-admin-database",
11-
"version": "0.0.0"
11+
"version": "3.60.0"
1212
},
1313
"snippets": [
1414
{

samples/generated_samples/snippet_metadata_google.spanner.admin.instance.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-spanner-admin-instance",
11-
"version": "0.0.0"
11+
"version": "3.60.0"
1212
},
1313
"snippets": [
1414
{

samples/generated_samples/snippet_metadata_google.spanner.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-spanner",
11-
"version": "0.0.0"
11+
"version": "3.60.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)