Skip to content

Commit ed9e7af

Browse files
chore(main): release activerecord-spanner-adapter 2.4.0
1 parent a7ca729 commit ed9e7af

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
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-
".": "2.3.0"
2+
".": "2.4.0"
33
}

CHANGELOG.md

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

3+
### 2.4.0 (2025-07-03)
4+
5+
#### Features
6+
7+
* Add automatic PDML fallback for mutation limit errors ([#369](https://github.com/googleapis/ruby-spanner-activerecord/issues/369))
8+
* Adding support for exclude_txn_from_change_streams option ([#368](https://github.com/googleapis/ruby-spanner-activerecord/issues/368)) ([1b04c70](https://github.com/googleapis/ruby-spanner-activerecord/commit/1b04c70b4ecec62403449af11827d0f3587acfd0)), closes [#367](https://github.com/googleapis/ruby-spanner-activerecord/issues/367)
9+
* Batch DML support ([#370](https://github.com/googleapis/ruby-spanner-activerecord/issues/370))
10+
* support commit_options ([#364](https://github.com/googleapis/ruby-spanner-activerecord/issues/364)) ([0a1020a](https://github.com/googleapis/ruby-spanner-activerecord/commit/0a1020ac60ff9ddaae1634a2178a71bc0de9480c)), closes [#365](https://github.com/googleapis/ruby-spanner-activerecord/issues/365)
11+
312
### 2.3.0 (2025-05-30)
413

514
#### Features

lib/activerecord_spanner_adapter/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
# https://opensource.org/licenses/MIT.
66

77
module ActiveRecordSpannerAdapter
8-
VERSION = "2.3.0".freeze
8+
VERSION = "2.4.0".freeze
99
end

0 commit comments

Comments
 (0)