File redis++.changes of Package redis++
-------------------------------------------------------------------
Sat Jan 28 16:21:01 UTC 2023 - Dirk Müller <dmueller@suse.com>
- 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
-------------------------------------------------------------------
Tue Oct 25 13:25:16 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de>
- update to 1.3.6:
* RESP3 support
* Redlock support
* Timeout support for async interface
-------------------------------------------------------------------
Sun Oct 9 19:36:48 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de>
- 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
-------------------------------------------------------------------
Wed Feb 2 11:22:44 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
- 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.
-------------------------------------------------------------------
Tue Jan 25 09:35:06 UTC 2022 - Martin Pluskal <mpluskal@suse.com>
- Small spec file cleanup
-------------------------------------------------------------------
Mon Dec 27 17:54:42 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>
- 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
-------------------------------------------------------------------
Fri Oct 9 07:54:17 UTC 2020 - Martin Pluskal <mpluskal@suse.com>
- Cleanup spec file
-------------------------------------------------------------------
* Wed Sep 30 2020 paul.fee@jci.com
- 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.