Releases: moneta-rb/moneta
Releases · moneta-rb/moneta
v1.6.0
- Adapters - Support for Rails 6.1 and above (Adapters::ActiveRecord, Adapters::ActiveSupportCache, ActiveSupportCache::MonetaStore)
- Adapters::YAML - add
theadsafe
option - Adapters::Sequel - fix deadlock issue with #increment on MySQL in newer Sequel versions (#244)
- Adapters::Sequel - fix issue with Postgres HStore on newer Postgres (#243)
- Adapters - fixed an issue many adapters had where
#merge!
errored if passed an empty hash (#246) - Support changes - Drop support for 2.3 and 2.4, add support for 3.x
v1.5.2
v1.5.1
v1.5.0
- Adapters - internally, most (all?) adapters now inherit from a base Adapter class
- Adapters - adapter configuration is now accessed via a
config
method on
each adapter - see the code for examples. This shouldn't affect
users unless they were directly modifying adapters' attributes. - Redis - fix deprecation warnings for Redis 4.6+ multi/pipelined handling (#215)
- Mongo - slight improvement to error handling