Skip to content

Releases: cockroachdb/activerecord-cockroachdb-adapter

v6.1.2

19 May 22:18
80c19c1
Compare
Choose a tag to compare
Merge pull request #208 from otan-cockroach/6.1.2

upgrade to 6.1.2

v6.0.2

19 May 22:18
Compare
Choose a tag to compare
upgrade to v6.0.2

v6.1.1

14 May 03:56
a60637d
Compare
Choose a tag to compare
  • Rescue from NoDatabaseError around telemetry call
  • Fix Decimal type when precision and scale are unspecified

v6.0.1

14 May 04:03
Compare
Choose a tag to compare
bump to 6.0.1

v6.0.0

30 Apr 16:00
Compare
Choose a tag to compare
  • Initial support for Rails 6.
  • Added support for spatial features.
  • Add a telemetry query on start-up. This helps the Cockroach Labs team
    prioritize support for the adapter. It can be disabled by setting the
    disable_cockroachdb_telemetry configuration option to false.
  • Improved connection performance by refactoring an introspection
    that loads types.
  • Added a configuration option named use_follower_reads_for_type_introspection.
    If true, it improves the speed of type introspection by allowing potentially stale
    type metadata to be read. Defaults to false.

v6.1.0

30 Apr 15:58
Compare
Choose a tag to compare
  • Initial support for Rails 6.1.
  • Support for spatial functionality.
  • Add a telemetry query on start-up. This helps the Cockroach Labs team
    prioritize support for the adapter. It can be disabled by setting the
    disable_cockroachdb_telemetry configuration option to false.
  • Added a configuration option named use_follower_reads_for_type_introspection.
    If true, it improves the speed of type introspection by allowing potentially stale
    type metadata to be read. Defaults to false.
  • Improved connection performance by refactoring an introspection
    that loads types.

v6.1.0beta1

10 Feb 21:39
590107a
Compare
Choose a tag to compare

Support ActiveRecord 6.1.

v6.0.0beta3

20 Jan 03:51
df06ec2
Compare
Choose a tag to compare

Added spatial support.

v5.2.2

13 Jan 22:54
8b4fe9c
Compare
Choose a tag to compare

Introduced RGeo support.