Releases: rails/kredis
Releases Β· rails/kredis
v1.7.0
v1.6.1
v1.6.0
What's Changed
- Default values on initialization by @lewispb in #119
- Adds include? to ordered set by @EduardoAntequera in #126
- Add kredis_ordered_set for OrderedSet usage in models by @lewispb in #118
- Make Boolean storage more efficient by @lewispb in #123
- Remove unnecessary Redis command for Counter by @Pavel-Guseynov in #130
New Contributors
- @Pavel-Guseynov made their first contribution in #130
- @adammiribyan made their first contribution in #128
- @EduardoAntequera made their first contribution in #126
Full Changelog: v1.5.0...v1.6.0
v1.5.0
v1.4.0
What's Changed
- Add
last
to lists by @etiennebarrie in #97 - Add
sample
to set by @heka1024 in #100 - Return Time objects instead of deprecated DateTime by @bdewater in #106
- Account for time zones in DateTime serializations by @nshki in #102
- Address LogSubscriber deprecation by @dmcge in #98
- Typecast return of Set#take by @bdewater in #105
Full Changelog: v1.3.0...v1.4.0
v1.3.0.1
v1.3.0
What's Changed
- Allow Redis 5.x by @casperisfine in #95
- Add
LTRIM
to lists by @etiennebarrie in #96 - Delete list of keys in batch by @tleish in #90
Full Changelog: v1.2.0...v1.3.0
v1.2.0
What's Changed
- Add guard against releasing slots that haven't been reserved by @sampatbadhe in #71
- Add reset to Cycle after_change callbacks by @intrip in #83
- Support configuring custom keys via method invocation by @jorgemanrubia in #84
- Enum Bang setter by @dkam in #82
- Return counter value after incrementing/decrementing by @pbstriker38 in #72
- Use block parameter to pipeline in Redis#multi by @capripot in #68
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
- Deduplicate new elements for unique lists by @excid3 in #58
- Fix after_change callback for unique_list by @vsmay98 in #65
- Provide Hash#clear and List#clear by @julianrubisch in #63
- Added kredis_boolean class method. by @michaelkoper in #59
- Add expires_in support to kredis_counter attribute by @pbstriker38 in #61
New Contributors
- @vsmay98 made their first contribution in #65
- @sampatbadhe made their first contribution in #69
- @michaelkoper made their first contribution in #59
- @pbstriker38 made their first contribution in #61
Full Changelog: v1.0.1...v1.1.0
v1.0.1
What's Changed
- New: Add install task by @excid3 in #55
- Improvement: Use REDIS_URL by default by @excid3 in #57
- Fix: Add
[]=
andremove
to hashafter_change
methods by @julianrubisch in #54 - Fix: Appending to unique list with limit should trim from the end by @excid3 in #56
New Contributors
Full Changelog: v1.0.0...v1.0.1