Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "3.59.0"
".": "3.60.0"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@

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

## [3.60.0](https://github.com/googleapis/python-spanner/compare/v3.59.0...v3.60.0) (2025-11-12)


### Features

* 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))
* Add support for experimental host ([#1452](https://github.com/googleapis/python-spanner/issues/1452)) ([9535e5e](https://github.com/googleapis/python-spanner/commit/9535e5e096f6ab53f2817af4fd7ac1fa2ca71660))
* Exposing AutoscalingConfig in InstancePartition ([8b6f154](https://github.com/googleapis/python-spanner/commit/8b6f154085543953556acde161a739414988b7f0))
* **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))


### Bug Fixes

* 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))
* Deprecate credentials_file argument ([8b6f154](https://github.com/googleapis/python-spanner/commit/8b6f154085543953556acde161a739414988b7f0))

## [3.59.0](https://github.com/googleapis/python-spanner/compare/v3.58.0...v3.59.0) (2025-10-18)


Expand Down
2 changes: 1 addition & 1 deletion google/cloud/spanner_admin_database_v1/gapic_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "3.59.0" # {x-release-please-version}
__version__ = "3.60.0" # {x-release-please-version}
2 changes: 1 addition & 1 deletion google/cloud/spanner_admin_instance_v1/gapic_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "3.59.0" # {x-release-please-version}
__version__ = "3.60.0" # {x-release-please-version}
2 changes: 1 addition & 1 deletion google/cloud/spanner_v1/gapic_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "3.59.0" # {x-release-please-version}
__version__ = "3.60.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-spanner-admin-database",
"version": "0.0.0"
"version": "3.60.0"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-spanner-admin-instance",
"version": "0.0.0"
"version": "3.60.0"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-spanner",
"version": "0.0.0"
"version": "3.60.0"
},
"snippets": [
{
Expand Down