File tree 3 files changed +12
-2
lines changed
lib/activerecord_spanner_adapter
3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 1.6.3 "
2
+ "." : " 1.7.0 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ### 1.7.0 (2024-12-11)
4
+
5
+ #### Features
6
+
7
+ * support Rails 7.2.0 ([ #328 ] ( https://github.com/googleapis/ruby-spanner-activerecord/issues/328 ) )
8
+ #### Bug Fixes
9
+
10
+ * ` SpannerAdapter ` requires prepared statements to be enabled ([ #323 ] ( https://github.com/googleapis/ruby-spanner-activerecord/issues/323 ) )
11
+ * local emulator test ([ #320 ] ( https://github.com/googleapis/ruby-spanner-activerecord/issues/320 ) )
12
+
3
13
### 1.6.3 (2024-08-31)
4
14
5
15
#### Bug Fixes
Original file line number Diff line number Diff line change 5
5
# https://opensource.org/licenses/MIT.
6
6
7
7
module ActiveRecordSpannerAdapter
8
- VERSION = "1.6.3 " . freeze
8
+ VERSION = "1.7.0 " . freeze
9
9
end
You can’t perform that action at this time.
0 commit comments