forked from pool/redis__
redis++ 1.3.12 OBS-URL: https://build.opensuse.org/request/show/1172278 OBS-URL: https://build.opensuse.org/package/show/server:database/redis++?expand=0&rev=22
125 lines
4.4 KiB
Plaintext
125 lines
4.4 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon May 6 21:48:26 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
- Update to 1.3.12:
|
|
* Fix memory leak problem of AsyncRedisCluster
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jan 9 08:37:34 UTC 2024 - Andrea Manzini <andrea.manzini@suse.com>
|
|
|
|
- Update to 1.3.11:
|
|
* Fix redlock to make multiple threads be able to lock on the same RedMutex
|
|
* Asynchronously update slot-node mapping in some edge cases
|
|
* Use weak_ptr to avoid joining EvenLoop thread in itself
|
|
* Support setting connection name
|
|
* Support shard pub/sub
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Aug 24 08:43:42 UTC 2023 - Martin Pluskal <mpluskal@suse.com>
|
|
|
|
- Update URL
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jul 29 21:11:47 UTC 2023 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
- 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
|
|
|
|
-------------------------------------------------------------------
|
|
Sat May 20 06:30:47 UTC 2023 - Andreas Stieger <Andreas.Stieger@gmx.de>
|
|
|
|
- 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
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Apr 1 14:07:50 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
|
|
|
- Add fix-missing-include.patch: Fix missing include exposed by gcc
|
|
13.
|
|
|
|
-------------------------------------------------------------------
|
|
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.
|