Releases: googleapis/ruby-spanner-activerecord
Releases · googleapis/ruby-spanner-activerecord
activerecord-spanner-adapter: v2.5.1
Compare
Sorry, something went wrong.
No results found
2.5.1 (2026-06-30)
Bug Fixes
use DateTime instead of Time for time data type (#395 )
activerecord-spanner-adapter: v2.5.0
Compare
Sorry, something went wrong.
No results found
2.5.0 (2026-02-11)
Features
add support for the UUID data type (#387 )
support ActiveRecord 8.1.x (#385 )
Documentation
update README to reflect support for Rails 8.1.x (#388 )
activerecord-spanner-adapter: v2.4.0
Compare
Sorry, something went wrong.
No results found
2.4.0 (2026-02-04)
Features
Add automatic PDML fallback for mutation limit errors (#369 )
Adding support for exclude_txn_from_change_streams option (#368 ) (1b04c70 ), closes #367
Batch DML support (#370 )
support commit_options (#364 ) (0a1020a ), closes #365
activerecord-spanner-adapter: v2.3.0
Compare
Sorry, something went wrong.
No results found
2.3.0 (2025-05-30)
Features
Add optimizer hint syntax to set a priority in request options (#363 )
support ruby 3.4 (#359 )
activerecord-spanner-adapter: v2.2.0
Compare
Sorry, something went wrong.
No results found
2.2.0 (2025-04-03)
Features
transaction isolation level (#355 )
activerecord-spanner-adapter: v2.1.0
Compare
Sorry, something went wrong.
No results found
2.1.0 (2025-03-17)
Features
support IDENTITY columns for auto-generated primary keys (#352 )
Documentation
add a test to verify that FOR UPDATE can be used (#348 )
update README with the correct supported versions (#349 )
activerecord-spanner-adapter: v2.0.0
Compare
Sorry, something went wrong.
No results found
2.0.0 (2025-01-23)
⚠ BREAKING CHANGES
drop support for Rails 6.1 (#346 )
deserialize BYTES to StringIO (#343 )
Features
drop support for Rails 6.1 (#346 )
support Rails 8.0 (#331 )
Bug Fixes
deserialize BYTES to StringIO (#343 )
Documentation
add rails dbconsole to list of limitations (#224 )
activerecord-spanner-adapter: v1.8.0
Compare
Sorry, something went wrong.
No results found
1.8.0 (2024-12-12)
Features
INSERT OR [IGNORE|UPDATE] (#332 )
Bug Fixes
Fixed incorrect argument handling. (#333 )
activerecord-spanner-adapter: v1.7.0
Compare
Sorry, something went wrong.
No results found
1.7.0 (2024-12-11)
Features
support Rails 7.2.0 (#328 )
Bug Fixes
SpannerAdapter requires prepared statements to be enabled (#323 )
local emulator test (#320 )
activerecord-spanner-adapter: v1.6.3
Compare
Sorry, something went wrong.
No results found
1.6.3 (2024-08-31)
Bug Fixes
a few Ruby DSL schema dump bug fixes (#308 )
Documentation
update bit-reversed sequence sample (#303 )