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

Commit 9bf0e1f

Browse files
Merge pull request #314 from zendesk/ktsanaktsidis/release_5_3_2
Release v5.3.2
2 parents 5669646 + 0ee8379 commit 9bf0e1f

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
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## v5.3.2
10+
11+
### Added
12+
* Run tests against Ruby 3.2 (the gem actually already worked with Ruby 3.2, but now we _promise_ that it does) ([#309](https://github.com/zendesk/active_record_shards/pull/309)).
13+
* Cache the results of `is_sharded?` and `app_env`, and ensure that the configuration is only validated once in `shard_names`. This should be a small performance improvement ([#311](https://github.com/zendesk/active_record_shards/pull/311), [#312](https://github.com/zendesk/active_record_shards/pull/312)).
14+
915
## v5.3.1
1016

1117
### Added

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", "5.3.1" do |s|
1+
Gem::Specification.new "active_record_shards", "5.3.2" 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)