File libvalkey.changes of Package libvalkey
-------------------------------------------------------------------
Wed Feb 25 10:58:10 UTC 2026 - Andreas Stieger <andreas.stieger@gmx.de>
- update to 0.3.0:
* Add option to select a logical database (Cluster API)
* Add latest commands from Valkey 9 and official modules (Cluster API)
* Fix the long-blocking read for Valkey RDMA
* Avoid heap buffer overflow in valkeyAsyncFormattedCommand
* Fix linker errors when building with CMake, TLS and -Wl,--no-undefined
drop libvalkey-0.2.1-linker-errors.patch
* Use a uintptr_t hop for casting pointers to ints
* Support slotmap updates using CLUSTER NODES in RESP3
* Make libvalkey initialization thread-safe
- drop libvalkey-0.2.1-32-bit.patch
-------------------------------------------------------------------
Thu Oct 16 17:10:18 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
- enable RDMA support
- refresh libvalkey-0.2.1-linker-errors.patch to upstream merged
change
- add libvalkey-0.2.1-32-bit.patch to fix RDMA build on 32 bit
-------------------------------------------------------------------
Wed Oct 8 06:35:10 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
- initial version, supporting TLS but not RDMA