Skip to content
This repository was archived by the owner on Nov 19, 2025. It is now read-only.

Commit 827eb69

Browse files
authored
Merge pull request #261 from zendesk/bquorning.release
Bump to v3.19.0
2 parents 6cad08d + 55e1c9b commit 827eb69

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## v3.19.0
10+
911
### Changed / Fixed
1012

1113
Lots of improvements to the `on_replica_by_default` logic, now covered by an improved test suite. Schema loading should now _always_ happen on the replica databases, and non-mutating queries will should now happen on the replica except when `on_replica_by_default` is not configured.

active_record_shards.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Gem::Specification.new "active_record_shards", "3.18.0" do |s|
1+
Gem::Specification.new "active_record_shards", "3.19.0" do |s|
22
s.authors = ["Benjamin Quorning", "Gabe Martin-Dempesy", "Pierre Schambacher", "Mick Staugaard", "Eric Chapweske", "Ben Osheroff"]
33
44
s.homepage = "https://github.com/zendesk/active_record_shards"

0 commit comments

Comments
 (0)