Releases: googleapis/ruby-spanner-activerecord
Releases · googleapis/ruby-spanner-activerecord
activerecord-spanner-adapter: v2.0.0
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
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
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
1.6.3 (2024-08-31)
Bug Fixes
- a few Ruby DSL schema dump bug fixes (#308)
Documentation
- update bit-reversed sequence sample (#303)
activerecord-spanner-adapter: v1.6.2
1.6.2 (2024-02-19)
Bug Fixes
- failed to convert active model type to spanner type under certain condition (#299)
activerecord-spanner-adapter: v1.6.1
1.6.1 (2024-02-05)
Bug Fixes
- _insert_record failed for other adapters (#298)
activerecord-spanner-adapter: v1.6.0
1.6.0 (2023-12-20)
Features
- interleaved tables with built-in composite pk (#282)
- support Query Logs (#291)
- support Rails 7.1 (#278)
activerecord-spanner-adapter: v1.5.1
1.5.1 (2023-12-12)
Bug Fixes
- more permissive arg passthrough for insert_all and upsert_all (#283)
activerecord-spanner-adapter: v1.5.0
1.5.0 (2023-11-03)
Features
- Drop support for Ruby 2.6 (#270)
- translate annotate to tags (#267)
Documentation
- update README to reference PGAdapter for PG (#263)
- update README to reference PGAdapter for PG (#263) (#268)
activerecord-spanner-adapter: v1.4.4
1.4.4 (2023-09-06)
Bug Fixes
- Support for changes in Rails 7.0.7. (#260)