Skip to content

Releases: signalapp/embedded-redis

0.9.0 - Redis 7 and minor dependency updates

29 Mar 15:51
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.8.3...0.9.0

0.8.3 - Redis 6.2.7; resolve OpenSSL configuration issues under Linux

02 Jun 21:17
Compare
Choose a tag to compare

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

31 Jan 18:36
Compare
Choose a tag to compare

What's Changed

  • Update Redis to 6.2.6 (#10)
  • Add TLS support (#10)
  • Support arm64/aarch64 Linux and Apple Silicon (#12)

Thank you to @n-oden for significant improvements to Redis binary building and Apple Silicon in #11, which was the base for #12.

Full Changelog: 0.8.1...0.8.2

0.8.0 - Update to Redis 6.0.5

01 Jul 13:47
Compare
Choose a tag to compare
  • Update included Redis binaries to 6.0.5
  • Drop support for Windows
  • Update dependencies with known security issues