Releases: cockroachdb/activerecord-cockroachdb-adapter
Releases · cockroachdb/activerecord-cockroachdb-adapter
v6.1.2
v6.0.2
v6.1.1
v6.0.1
v6.0.0
- 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
- 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
Support ActiveRecord 6.1.
v6.0.0beta3
Added spatial support.