Sha256: 3e69cd3283d9b52d1ef7deb50e98dd55a2ec87eb26da63e26821d39dbf41979e
Contents?: true
Size: 912 Bytes
Versions: 1
Compression:
Stored size: 912 Bytes
Contents
# Changelog ## 6.0.1 - 2021-05-14 - Fix a bug where starting the driver can result in a NoDatabaseError. ## 6.0.0 - 2021-04-26 - 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. ## 6.0.0-beta.5 - 2021-04-02 - 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. ## 6.0.0-beta.4 - 2021-03-06 - Improved connection performance by refactoring an introspection that loads types. - Changed version numbers to semver. ## 6.0.0beta3 - Added support for spatial features. ## 6.0.0beta2 - Updated transaction retry logic to work with Rails 6. ## 6.0.0beta1 - Initial support for Rails 6.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
activerecord-cockroachdb-adapter-6.0.1 | CHANGELOG.md |