Skip to content

Commit 1a2f134

Browse files
release-please[bot]viacheslav-rostovtsevaandreassa
authored
chore(main): release google-cloud-spanner 2.28.0 (#183)
* chore(main): release google-cloud-spanner 2.28.0 * Update CHANGELOG.md * Typo --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Viacheslav Rostovtsev <58152857+viacheslav-rostovtsev@users.noreply.github.com> Co-authored-by: André Andreassa <aandreassa@users.noreply.github.com>
1 parent fb69c88 commit 1a2f134

3 files changed

Lines changed: 16 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"google-cloud-spanner": "2.27.0"
2+
"google-cloud-spanner": "2.28.0"
33
}

google-cloud-spanner/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Release History
22

3+
### 2.28.0 (2025-10-22)
4+
5+
#### Features
6+
7+
* Add support for order_by and lock_hint options ([#182](https://github.com/googleapis/ruby-spanner/issues/182))
8+
9+
#### Bug Fixes
10+
11+
* use create Transaction when retrying when enumerating rows in `Spanner::Results` ([#191](https://github.com/googleapis/ruby-spanner/issues/191))
12+
* run explicit BeginTransaction in Client#transaction for mutation-only payloads ([#191](https://github.com/googleapis/ruby-spanner/issues/191))
13+
* Transaction#initialize is no longer incorrectly marked as public in documentation ([#191](https://github.com/googleapis/ruby-spanner/issues/191))
14+
* several field accessors in Partition are no longer incorrectly marked as public in documentation ([#191](https://github.com/googleapis/ruby-spanner/issues/191))
15+
* session keepalive uses Process.clock_gettime instead of Time.now ([#185](https://github.com/googleapis/ruby-spanner/pull/185))
16+
317
### 2.27.0 (2025-05-28)
418

519
#### Features

google-cloud-spanner/lib/google/cloud/spanner/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
module Google
1717
module Cloud
1818
module Spanner
19-
VERSION = "2.27.0".freeze
19+
VERSION = "2.28.0".freeze
2020
end
2121
end
2222
end

0 commit comments

Comments
 (0)