From b50828b98f5a556ed9a45741ba284fc3a059d798 Mon Sep 17 00:00:00 2001 From: Benjamin Quorning Date: Fri, 4 Mar 2022 17:44:52 +0100 Subject: [PATCH] Bump version to v3.19.3 --- Changelog.md | 6 ++++++ active_record_shards.gemspec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 48242897..d762e784 100644 --- a/Changelog.md +++ b/Changelog.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## v3.19.3 + +### Fixed + +Fixed terrible performance when used with Rails 6.0 and having many shards defined in the database configuration. + ## v3.19.2 ### Fixed diff --git a/active_record_shards.gemspec b/active_record_shards.gemspec index 4e3db937..bb0372fb 100644 --- a/active_record_shards.gemspec +++ b/active_record_shards.gemspec @@ -1,4 +1,4 @@ -Gem::Specification.new "active_record_shards", "3.19.2" do |s| +Gem::Specification.new "active_record_shards", "3.19.3" do |s| s.authors = ["Benjamin Quorning", "Gabe Martin-Dempesy", "Pierre Schambacher", "Mick Staugaard", "Eric Chapweske", "Ben Osheroff"] s.email = ["bquorning@zendesk.com", "gabe@zendesk.com", "pschambacher@zendesk.com", "mick@staugaard.com"] s.homepage = "https://github.com/zendesk/active_record_shards"