Releases: googleapis/ruby-spanner-activerecord
Releases · googleapis/ruby-spanner-activerecord
Release activerecord-spanner-adapter 1.3.0
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
Release activerecord-spanner-adapter 1.2.1
Bug Fixes
- Corrected the namespace for the transaction selector class (#187)
Release activerecord-spanner-adapter 1.2.0
Features
- support composite primary keys for interleaved tables (#175)
Release activerecord-spanner-adapter 1.1.0
Features
- Support insert_all and upsert_all with DML and mutations
Release activerecord-spanner-adapter 1.0.1
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
activerecord-spanner-adapter/v1.0.0 chore: release activerecord-spanner-adapter 1.0.0 (#148)
Release activerecord-spanner-adapter 0.7.0
activerecord-spanner-adapter/v0.7.0 chore: release activerecord-spanner-adapter 0.7.0 (#135)
Release activerecord-spanner-adapter 0.6.0
activerecord-spanner-adapter/v0.6.0 chore: release activerecord-spanner-adapter 0.6.0 (#124)
Release activerecord-spanner-adapter 0.5.0
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>