nri-redis-0.4.1.1: CHANGELOG.md
# 0.4.1.1
- Require `nri-prelude >= 0.7.0.0`
# 0.4.1.0
- Add `handlerWithoutNamespace` for creating Redis handlers that skip
namespace prefixing, for the cases where keys are shared with another
system that doesn't follow the same namespacing convention.
# 0.4.0.0
- Support GHC 9.10.2, GHC 9.12.2, `megaparsec-9.7.x`, `containers-0.7.x`
- Drop support for GHC 9.4.x
# 0.3.0.0
- Drop support for GHC 9.2.x
- Support GHC 9.8.3, `bytestring-0.12.x.x`, `text-2.1.x`, `aeson-2.2.x.x`, `megaparsec-9.6.x`
# 0.2.0.3
- [bugfix] When a query times out, its context is no longer removed from the Stack
- query timeout setting can be modified at runtime
# 0.2.0.2
- Adds `sismember`
# 0.2.0.1
- Drop support for `aeson-1.x`
- Allow `resourcet-1.3.x`, `megaparsec-9.5.x`
- Support GHC 9.6.5
# 0.2.0.0
- Drop support for GHC 8.10.7
# 0.1.2.1
- Support GHC 9.4.7, `aeson-2.1.x`
# 0.1.2.0
- Remove `Redis.Mock` - best to test against a real Redis.
# 0.1.1.0
- Add Unix socket config support.
# 0.1.0.4
- Relax version bounds to encompass `text-2.0.x`, `base-4.16.x` and `template-haskell-2.18.x`
# 0.1.0.3
- Support `aeson-2.0.x`.
# 0.1.0.2
- Support Hedis version 0.15.
# 0.1.0.1
- Support GHC 9.0.1.
# 0.1.0.0
- First release, but we've battle-tested it against significant load for months now!
Hope you enjoy