Skip to content

Releases: googleapis/ruby-spanner-activerecord

activerecord-spanner-adapter: v2.0.0

23 Jan 11:01
2ab32da
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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)

activerecord-spanner-adapter: v1.5.1

13 Dec 12:33
eecfffb
Compare
Choose a tag to compare

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

03 Nov 13:52
e6dcf21
Compare
Choose a tag to compare

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

06 Sep 07:58
cdb00ff
Compare
Choose a tag to compare

1.4.4 (2023-09-06)

Bug Fixes

  • Support for changes in Rails 7.0.7. (#260)