Skip to content

Releases: googleapis/ruby-spanner-activerecord

activerecord-spanner-adapter: v2.3.0

30 May 08:43
fa44725

Choose a tag to compare

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

16 Apr 08:02
c25c56b

Choose a tag to compare

2.2.0 (2025-04-03)

Features

  • transaction isolation level (#355)

activerecord-spanner-adapter: v2.1.0

17 Mar 17:53
e9a830f

Choose a tag to compare

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

23 Jan 11:01
2ab32da

Choose a tag to compare

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

12 Dec 18:10
1ac45e8

Choose a tag to compare

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

11 Dec 12:31
3210265

Choose a tag to compare

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

31 Aug 11:19
f0891d0

Choose a tag to compare

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

19 Feb 14:02
41e3cbe

Choose a tag to compare

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

06 Feb 13:25
2f5ffd0

Choose a tag to compare

1.6.1 (2024-02-05)

Bug Fixes

  • _insert_record failed for other adapters (#298)

activerecord-spanner-adapter: v1.6.0

20 Dec 11:47
7fd9741

Choose a tag to compare

1.6.0 (2023-12-20)

Features

  • interleaved tables with built-in composite pk (#282)
  • support Query Logs (#291)
  • support Rails 7.1 (#278)