Skip to content

Releases: googleapis/ruby-spanner-activerecord

Release activerecord-spanner-adapter 1.3.0

13 Dec 20:03
b4e4788

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

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)

Release activerecord-spanner-adapter 1.2.1

29 Aug 07:07
61a59f7

Choose a tag to compare

Bug Fixes

  • Corrected the namespace for the transaction selector class (#187)

Release activerecord-spanner-adapter 1.2.0

03 Aug 17:33
41260fd

Choose a tag to compare

Features

  • support composite primary keys for interleaved tables (#175)

Release activerecord-spanner-adapter 1.1.0

24 Jun 11:17
ed99929

Choose a tag to compare

Features

  • Support insert_all and upsert_all with DML and mutations

Release activerecord-spanner-adapter 1.0.1

21 Apr 00:13
71b3e8a

Choose a tag to compare

Bug Fixes

  • ActiveRecord::Type::Spanner::Array does not use element type

Documentation

  • add limitation of interleaved tables
  • fix a couple of minor formatting issues

Release activerecord-spanner-adapter 1.0.0

07 Dec 23:47
2e86fa2

Choose a tag to compare

activerecord-spanner-adapter/v1.0.0

chore: release activerecord-spanner-adapter 1.0.0 (#148)

Release activerecord-spanner-adapter 0.7.0

04 Oct 07:03
cdf2df9

Choose a tag to compare

activerecord-spanner-adapter/v0.7.0

chore: release activerecord-spanner-adapter 0.7.0 (#135)

Release activerecord-spanner-adapter 0.6.0

10 Sep 06:47
59fe3ac

Choose a tag to compare

activerecord-spanner-adapter/v0.6.0

chore: release activerecord-spanner-adapter 0.6.0 (#124)

Release activerecord-spanner-adapter 0.5.0

31 Aug 08:17
893cdb4

Choose a tag to compare

chore: release activerecord-spanner-adapter 0.5.0 (#120)

* chore: release activerecord-spanner-adapter 0.5.0

* Update CHANGELOG.md

Co-authored-by: Hengfeng Li <hengfeng@google.com>