Unclaimed project
Are you a maintainer of hiredis? Claim this project to take control of your public changelog and roadmap.
Claim this projectChangelog
hiredis
Minimalistic C client for Redis >= 1.2
Back to changelogChanges
- Change the version of the library to 1.3 @StefanPalashev (#1296)
- Use GitHub Releases to track changelogs @uglide (#1294)
- Update minimum CMake version to 3.7 @uglide (#1292)
- Make test.sh use REDIS_SERVER everywhere @opoplawski (#1276)
- Test for both EAGAIN and EINPROGRESS for AF_UNIX sockets. @michael-grunder (#1262)
- Fix timing based macOS CI failure. @michael-grunder (#1275)
- CentOS 7 is EOL @michael-grunder (#1274)
- Clarify macos adapter and example license. @michael-grunder (#1273)
- Only override context read/write funcs on SSL_connect success. @michael-grunder (#1254)
- Remove dead assignment in sdstrim. @michael-grunder (#1255)
- Fix memory leak. @AgranatMarkit (#1238)
π New Features
- Add support of RESP3 attribute type @git-hulk (#1248)
- Make redisEnableKeepAlive a no-op on AF_UNIX connections. @michael-grunder (#1215)
π Bug Fixes
- Retry poll(2) if we are intterupted. @michael-grunder (#1213)
π§° Maintenance
- Fix OPENSSL_IS_BORINGSSL define check on windows @mGaosi (#1297)
Remove format_command_fuzzer.c @michael-grunder (#1295)Makefile: correctly handle version suffixes on macOS @ZhongRuoyu (#1257)Do not explicitly initialize openSSL in newer versions @crrodriguez (#1283)Update old link for modules-api-ref.md @dwdougherty (#1279)fix: typos @testwill (#1251)[cmake] Fix cmake options position to support cmake toolchain @uilianries (#1250)CMakeList: add option to not install NuGet packaging @yann-morin-1998 (#1246)Fix macOS and FreeBSD CI runners. @michael-grunder (#1247)Integrating spellcheck into CI @chayim (#1218)Add a panic helper for non-assert aborts. @michael-grunder (#1212)Document poll(2) logic changes. @michael-grunder (#1214)Fix a false positive warning of gcc 12+ -Werror=maybe-uninitialized @eitlane (#1209)Allow disabling the -Werror flag. @Romain-Geissler-1A (#1210)Bump development SONAME. @michael-grunder (#1208)Contributors
We'd like to thank all the contributors who worked on this release!
@AgranatMarkit, @Romain-Geissler-1A, @StefanPalashev, @ZhongRuoyu, @chayim, @crrodriguez, @dwdougherty, @eitlane, @git-hulk, @mGaosi, @michael-grunder, @opoplawski, @testwill, @uglide, @uilianries, @yann-morin-1998 and StefanPalashev