File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 6.1.0 - 2021-04-26
4+
5+ - Add a telemetry query on start-up. This helps the Cockroach Labs team
6+ prioritize support for the adapter. It can be disabled by setting the
7+ ` disable_cockroachdb_telemetry ` configuration option to false.
8+
39## 6.1.0-beta.3 - 2021-04-02
410
511- Added a configuration option named ` use_follower_reads_for_type_introspection ` .
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
44
55Gem ::Specification . new do |spec |
66 spec . name = "activerecord-cockroachdb-adapter"
7- spec . version = "6.1.0-beta.3 "
7+ spec . version = "6.1.0"
88 spec . licenses = [ "Apache-2.0" ]
99 spec . authors = [ "Cockroach Labs" ]
1010 spec . email = [ "cockroach-db@googlegroups.com" ]
You can’t perform that action at this time.
0 commit comments