Releases: signalapp/embedded-redis
Releases · signalapp/embedded-redis
0.9.1 - Clearer exceptions and dependency updates
What's Changed
- Update to
commons-io
2.17.0 by @jon-signal in #23 - Throw EmbeddedRedisException if server fails to start by @eager-signal in #24
Full Changelog: 0.9.0...0.9.1
0.9.0 - Redis 7 and minor dependency updates
What's Changed
- Update to the latest Nexus staging plugin by @jon-signal in #17
- Update to Redis 7.0 by @eager-signal in #20
- Update actions/checkout and actions/setup-java to 4.x by @eager-signal in #21
- Update Maven plugins by @eager-signal in #22
Full Changelog: 0.8.3...0.9.0
0.8.3 - Redis 6.2.7; resolve OpenSSL configuration issues under Linux
What's Changed
- Updated to Redis 6.2.7 (#15)
- Statically link Linux binaries with OpenSSL instead of LibreSSL to avoid
openssl.cnf
incompatibilities (#15)
Full Changelog: 0.8.2...0.8.3
0.8.2 - Redis 6.2.6; TLS and ARM support
0.8.0 - Update to Redis 6.0.5
- Update included Redis binaries to 6.0.5
- Drop support for Windows
- Update dependencies with known security issues