Skip to content

Commit 45be8e3

Browse files
committed
gemspec: bump to 6.0.0-beta.5
1 parent 0b2681c commit 45be8e3

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 6.0.0-beta.5 - 2021-04-02
4+
5+
- Added a configuration option named `use_follower_reads_for_type_introspection`.
6+
If true, it improves the speed of type introspection by allowing potentially stale
7+
type metadata to be read. Defaults to false.
8+
39
## 6.0.0-beta.4 - 2021-03-06
410

511
- Improved connection performance by refactoring an introspection

activerecord-cockroachdb-adapter.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
44

55
Gem::Specification.new do |spec|
66
spec.name = "activerecord-cockroachdb-adapter"
7-
spec.version = "6.0.0-beta.4"
7+
spec.version = "6.0.0-beta.5"
88
spec.licenses = ["Apache-2.0"]
99
spec.authors = ["Cockroach Labs"]
1010
spec.email = ["[email protected]"]

0 commit comments

Comments
 (0)