Package Release Info

redis++-1.3.7-bp155.1.6

Update Info: Base Release
Available in Package Hub : 15 SP5

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

libredis++1
redis++-devel

Change Logs

* Sat Jan 28 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 2022 Andreas Stieger <andreas.stieger@gmx.de>
- update to 1.3.6:
  * RESP3 support
  * Redlock support
  * Timeout support for async interface
* Sun Oct 09 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 02 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 2022 Martin Pluskal <mpluskal@suse.com>
- Small spec file cleanup
* Mon Dec 27 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 09 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.