Skip to content

Releases: googleapis/ruby-spanner-activerecord

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)

activerecord-spanner-adapter: v1.4.3

09 Jun 12:10
5523f48
Compare
Choose a tag to compare

1.4.3 (2023-06-09)

Bug Fixes

  • unquote string default value (#253)

activerecord-spanner-adapter: v1.4.2

01 Jun 11:22
4a21bf7
Compare
Choose a tag to compare

1.4.2 (2023-06-01)

Bug Fixes

  • allow functions to be default values (#252)
  • use original types for composite primary keys (#246)

Release activerecord-spanner-adapter 1.4.1

02 Mar 05:33
7ea93ea
Compare
Choose a tag to compare

Bug Fixes

  • wrap default values in () as required (#238)

Documentation

  • call out best practices and dialect compatibility (#240)

Release activerecord-spanner-adapter 1.4.0

18 Jan 15:03
6935215
Compare
Choose a tag to compare

Features

  • dropped support for Ruby 2.5 (#236)

Release activerecord-spanner-adapter 1.3.1

02 Jan 10:03
3c1c92e
Compare
Choose a tag to compare

Bug Fixes

  • build error for ruby 2.5 (#216)

Release activerecord-spanner-adapter 1.3.0

13 Dec 20:03
b4e4788
Compare
Choose a tag to compare

Features

  • add check constraint support to migrations (#205)
  • allows passing of type parameter when creating parent_key column (#195)
  • include index options in the output of SchemaDumper (#203)
  • schema_dumper should use DDL batch (#207)
  • support column DEFAULT expressions in migrations (#196)

Bug Fixes

  • ignore no database when recreating (#208)

Documentation

  • fix typo in example of interleaved-tables (#209)

Release activerecord-spanner-adapter 1.2.2

29 Aug 11:18
8518793
Compare
Choose a tag to compare

Documentation

  • add ActiveRecord 7 as a supported version to the README (#189)
  • update limitation on interleaved tables and default column values (#190)