Skip to content
Merged
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 .librarian/state.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2623,7 +2623,7 @@ libraries:
- internal/generated/snippets/shopping/
tag_format: '{id}/v{version}'
- id: spanner
version: 1.89.0
version: 1.90.0
last_generated_commit: ""
apis:
- path: google/spanner/adapter/v1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "GO",
"name": "cloud.google.com/go/spanner/adapter/apiv1",
"version": "1.89.0"
"version": "1.90.0"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "GO",
"name": "cloud.google.com/go/spanner/admin/database/apiv1",
"version": "1.89.0"
"version": "1.90.0"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "GO",
"name": "cloud.google.com/go/spanner/admin/instance/apiv1",
"version": "1.89.0"
"version": "1.90.0"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "GO",
"name": "cloud.google.com/go/spanner/apiv1",
"version": "1.89.0"
"version": "1.90.0"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "GO",
"name": "cloud.google.com/go/spanner/executor/apiv1",
"version": "1.89.0"
"version": "1.90.0"
},
"snippets": [
{
Expand Down
2 changes: 1 addition & 1 deletion librarian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2251,7 +2251,7 @@ libraries:
- F_open_telemetry_attributes
path: google/shopping/merchant/productstudio/v1alpha
- name: spanner
version: 1.89.0
version: 1.90.0
apis:
- path: google/spanner/v1
- path: google/spanner/adapter/v1
Expand Down
14 changes: 14 additions & 0 deletions spanner/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changes

## [1.90.0](https://github.com/googleapis/google-cloud-go/releases/tag/spanner%2Fv1.90.0) (2026-04-14)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The changelog entry for version 1.90.0 is empty. Per the general rules, changelog entries for new releases must not be empty and should include a summary of changes like bug fixes, maintenance, or dependency updates.

References
  1. Changelog entries for new releases, including automated ones, must not be empty and should include a summary of changes like bug fixes, maintenance, or dependency updates.


### Features

* feat(spanner): add EnableDirectAccess field to ClientConfig (#14287) ([6adf5b7](https://github.com/googleapis/google-cloud-go/commit/6adf5b7))
* feat(spanner): Switch to using builtin open telemetry for EEF (#14193)([751febd](https://github.com/googleapis/google-cloud-go/commit/751febd))
* feat(spanner): complete location-aware routing resilience and observability (#14418 ) ([77aa4df](https://github.com/googleapis/google-cloud-go/commit/77aa4df))

### Bug Fixes


* fix(spanner): set gauge metric start time to match end time (#14289) ([e0760b5](https://github.com/googleapis/google-cloud-go/commit/e0760b5))
* fix(spanner): update DirectPath detection logic to use ALTS credentials(#14288)([3cd5716](https://github.com/googleapis/google-cloud-go/commit/3cd5716))

## [1.89.0](https://github.com/googleapis/google-cloud-go/releases/tag/spanner%2Fv1.89.0) (2026-03-26)

### Features
Expand Down
2 changes: 1 addition & 1 deletion spanner/internal/version.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading