File tree 3 files changed +20
-2
lines changed
lib/activerecord_spanner_adapter
3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 1.8 .0"
2
+ "." : " 2.0 .0"
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ### 2.0.0 (2025-01-23)
4
+
5
+ ### ⚠ BREAKING CHANGES
6
+
7
+ * drop support for Rails 6.1 ([ #346 ] ( https://github.com/googleapis/ruby-spanner-activerecord/issues/346 ) )
8
+ * deserialize BYTES to StringIO ([ #343 ] ( https://github.com/googleapis/ruby-spanner-activerecord/issues/343 ) )
9
+
10
+ #### Features
11
+
12
+ * drop support for Rails 6.1 ([ #346 ] ( https://github.com/googleapis/ruby-spanner-activerecord/issues/346 ) )
13
+ * support Rails 8.0 ([ #331 ] ( https://github.com/googleapis/ruby-spanner-activerecord/issues/331 ) )
14
+ #### Bug Fixes
15
+
16
+ * deserialize BYTES to StringIO ([ #343 ] ( https://github.com/googleapis/ruby-spanner-activerecord/issues/343 ) )
17
+ #### Documentation
18
+
19
+ * add rails dbconsole to list of limitations ([ #224 ] ( https://github.com/googleapis/ruby-spanner-activerecord/issues/224 ) )
20
+
3
21
### 1.8.0 (2024-12-12)
4
22
5
23
#### Features
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.8 .0" . freeze
8
+ VERSION = "2.0 .0" . freeze
9
9
end
You can’t perform that action at this time.
0 commit comments