Skip to content

Releases: spider-gazelle/rethinkdb-orm

v6.0.1

09 Mar 22:49
Compare
Choose a tag to compare

Changed

  • refactor!: update to active-model using JSON::Serializable by @caspiano in #21

Full Changelog: v5.0.4...v6.0.1

v5.0.4

22 Feb 06:31
Compare
Choose a tag to compare

Fixed

Full Changelog: v5.0.3...v5.0.4

v3.2.3

23 Mar 01:37
Compare
Choose a tag to compare

adds crystal version

v2.9.0: Merge pull request #6 from spider-gazelle/refactor/validate-after-cal…

18 May 01:42
8011bb7
Compare
Choose a tag to compare

v2.8.0

10 Apr 01:19
Compare
Choose a tag to compare
chore(shard.yml): update to place-labs

v2.7.4: Merge pull request #4 from spider-gazelle/crystal-34-compat

10 Apr 00:33
9500a46
Compare
Choose a tag to compare

v2.6.2

18 Mar 05:26
Compare
Choose a tag to compare
fix(connection): avoid duplicate tables on start-up with multiple wri…

…ters

v2.6.1

11 Mar 08:29
Compare
Choose a tag to compare

refactor(connection): remove r shortcut in favour of alias R = RethinkDB

v2.6.0

11 Mar 08:15
Compare
Choose a tag to compare

Changelog

Added

  • feat(lock): implement RethinkORM::Lock and RethinkORM::Lock::Reentrant
  • improvement(persistence): allow override of native id through protected bool _new_flag
  • improvement(id_generator): allow table_name as an argument

Changed

  • improvement(settings): expose settings configuration through RethinkORM

Fixed

  • fix(base): prevent mass assignment on document id
  • build(crystal-rethinkdb): update RethinkDB driver import

v2.5.2

09 Mar 02:25
Compare
Choose a tag to compare
revert(collection): reduce scope of refactor due to flaky generic inh…

…eritance