Releases: rails/solid_cache
Releases · rails/solid_cache
v1.0.6
What's Changed
- Update schema version to match gemspec by @npezza93 in #213
- Too error-prone to munge config/database.yml automatically by @dhh in #217
- Remove database from test/development configuration by @djmb in #218
- Always manage connections when database is specified by @djmb in #219
- Update readme - five options (not three) that can be set on the engine by @rossme in #221
- Default to cache.yml instead of solid_cache.yml by @djmb in #222
New Contributors
Full Changelog: v1.0.5...v1.0.6
v1.0.5
v1.0.3
v1.0.2
What's Changed
- Improve performance of reading cache entries by @djfpaagman in #198
- Bump rexml from 3.3.3 to 3.3.6 by @dependabot in #199
- Update to latest rails main by @djmb in #200
- Support binary encryption on PostgreSQL for Rails 8 by @djmb in #201
New Contributors
- @djfpaagman made their first contribution in #198
Full Changelog: v1.0.1...v1.0.2
v1.0.0
What's Changed
- Docs: Run full installation by default (not just migrations) by @philipithomas in #190
- Bump rexml from 3.3.2 to 3.3.3 by @dependabot in #191
- Use find_by_sql for SQL lookups by @djmb in #193
- Drop support for Rails 7.0 and 7.1 by @djmb in #192
- Combine migrations for solid_cache_entries by @djmb in #172
- Disable the query cache without workarounds by @djmb in #173
- Encrypt cache values via Solid Cache config by @djmb in #174
- Correct config database by @djmb in #194
New Contributors
- @philipithomas made their first contribution in #190
Full Changelog: v0.7.0...v1.0.0
v0.7.0
What's Changed
- Bump rdoc from 6.6.2 to 6.6.3.1 by @dependabot in #167
- Fix typo by @mdh in #169
- Fix punctuation and typo in README by @rafaelmontas in #170
- Remove clusters by @djmb in #171
- Bump rexml from 3.2.6 to 3.2.8 by @dependabot in #176
- Bump nokogiri from 1.16.2 to 1.16.5 by @dependabot in #175
- Fix documentation typos and grammar by @DevStarks in #177
- Support rails 7.2 and update gemfiles by @npezza93 in #179
- Bump actionpack from 7.1.3.2 to 7.1.3.4 by @dependabot in #180
- Bump rexml from 3.2.8 to 3.3.2 by @dependabot in #187
- fix unprepared statements by @ollym in #185
- Support unless_exist by @djmb in #188
New Contributors
- @mdh made their first contribution in #169
- @rafaelmontas made their first contribution in #170
- @DevStarks made their first contribution in #177
- @npezza93 made their first contribution in #179
- @ollym made their first contribution in #185
Full Changelog: v0.6.0...v0.7.0
v0.6.0
What's Changed
- Bump rack from 3.0.8 to 3.0.9.1 by @dependabot in #159
- Bump actionpack from 7.1.2 to 7.1.3.2 by @dependabot in #162
- Addressing Rails Edge breaking change with insert_all by @ron-shinall in #165
- Update migrations to be compatible with Rails >= 7 by @gnumarcelo in #163
- Latest Rails cache behavior by @djmb in #160
- Reinstate rails 7.0 support by @djmb in #166
New Contributors
- @ron-shinall made their first contribution in #165
- @gnumarcelo made their first contribution in #163
Full Changelog: v0.5.3...v0.6.0
v0.5.3
v0.5.2
v0.5.1
What's Changed
- Add more specific instructions for upgrading by @Caleb-T-Owens in #143
- Solid cache yml config by @djmb in #144
- Deprecate key_hash_stage by @djmb in #145
- Expire the cache by size by @djmb in #139
- Load config before cache initialization by @djmb in #146
- Fix typo in README config example by @justinfrench in #149
- Fix for incorrect link by @hahwul in #148
- Bump nokogiri from 1.16.0 to 1.16.2 by @dependabot in #147
- Fix typo [ci skip] by @fgo in #152
- Use a moving average of cache size estimates by @djmb in #151
- Set the expiry multiplier to 2 by @djmb in #153
- More realistic row overhead estimate by @djmb in #154
- Update Readme for v0.5 by @djmb in #155
New Contributors
- @Caleb-T-Owens made their first contribution in #143
- @justinfrench made their first contribution in #149
- @hahwul made their first contribution in #148
- @fgo made their first contribution in #152
Full Changelog: v0.4.2...v0.5.1