AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- update to 1.3.7: * Optimize connection creation * ACL and RESP3 support for sentinel * Async interface bug fixes * Better error message for sentinel * Better URI support * RESP3 bug fix
- update to 1.3.6: * RESP3 support * Redlock support * Timeout support for async interface
- update to 1.3.5: * Ensure running async callback when error happens * Add sentinel support for coroutine interface * Add publish command for async interface - includes changes from 1.3.4: * Add async support for subscriber * Add async support with callbacks * Add coroutine support
- Have the -devel package conflict with libredis++ < 1.3: newly, the library is versioned, which results in the old, unversioned library conflicting with the new .so symlink.
- Small spec file cleanup
- update to 1.3.3: * Support async interface * Support max connection idle time - drop patches: * custom_install_locations.patch * disable_static_lib.patch * use_shared_lib_for_test.patch
- Cleanup spec file
- Package redis++ 1.0.0 for openSUSE - disable_static_lib.patch Upstream commit: master 10c3e8242812696bc3d965e033d132cbdac1d11d 13 Sep 2020 Add cmake options to disable building static lib or shared lib. Used here since only shared library is packaged. - use_shared_lib_for_test.patch Link against shared libraries provided by hiredis package. - custom_install_locations.patch Provide CMake options for custom library and header file locations. For example lib64 on x86_64 and lib on i586.
- Update URL
- update to 1.3.10: * Fix TLS support on async interface - update to 1.3.9: * Fix async interface bug * More built-in commands support for AsyncRedis * Fix incorrect hiredis static lib dependency when building with TSL * Breaking change: make HSET related methods return long long instead of bool
- update to 1.3.8: * Fix memory for async interface * Support sending commands that have no keys, to Redis Cluster in async mode * Support verify mode for TLS support, so we can skip certificate verification * Support keepalive with customized interval - drop fix-missing-include.patch includes upstream
- Add fix-missing-include.patch: Fix missing include exposed by gcc 13.