File tree Expand file tree Collapse file tree
lib/activerecord_spanner_adapter Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "." : " 1.8 .0"
2+ "." : " 2.0 .0"
33}
Original file line number Diff line number Diff line change 11# Changelog
22
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+
321### 1.8.0 (2024-12-12)
422
523#### Features
Original file line number Diff line number Diff line change 55# https://opensource.org/licenses/MIT.
66
77module ActiveRecordSpannerAdapter
8- VERSION = "1.8 .0" . freeze
8+ VERSION = "2.0 .0" . freeze
99end
You can’t perform that action at this time.
0 commit comments