| 2026-04-22 | libvalkey | Fix potential heap-buffer-overflow in cluster error reply parsing (#305) | PR |
| 2026-04-20 | libvalkey | Refactor error handling to use valkeySetErrorFromErrno and valkeyClearError (#303) | PR |
| 2026-04-16 | libvalkey | Try all addresses from DNS before failing to connect (#300) | PR |
| 2026-03-11 | valkey-operator | Correcting controller-gen version in valkeynodes.valkey.io (#112) | PR |
| 2026-03-11 | valkey-operator | Add additional checks in CI (#109) | PR |
| 2026-03-06 | valkey | Use ar archiver installed by brew in CI `build-macos-latest` (#3317) | PR |
| 2026-02-23 | valkey | Update deps/libvalkey to version 0.4.0 (#3216) | PR |
| 2026-02-06 | valkey-operator | Split e2e-tests to separate files (#80) | PR |
| 2026-02-01 | valkey-operator | Upgrade kubebuilder scaffolding from v4.10.1 to v4.11.0 (#71) | PR |
| 2026-01-23 | libvalkey | Correcting command parser bug (#277) | PR |
| 2026-01-20 | libvalkey | fixup: do not run CI-job solaris-developer-studio on external PRs | PR |
| 2025-12-15 | valkey-operator | Add rudimentary reconciliation using Deployment (#24) | PR |
| 2025-12-02 | valkey-operator | Move exporter options to own sub-category in the ValkeyCluster CRD (#23) | PR |
| 2025-11-25 | libvalkey | Support slotmap updates using CLUSTER NODES in RESP3 (#262) | PR |
| 2025-11-25 | valkey-doc | Correcting the RESP3 reply type on commands returning a verbatim string (#384) | PR |
| 2025-11-21 | valkey-operator | Upgrade kubebuilder scaffolding from v4.9.0 to v4.10.1 (#21) | PR |
| 2025-10-20 | libvalkey | Fix linker errors when building with Makefile and `--no-undefined` (#250) | PR |
| 2025-10-17 | valkey-operator | Add initial developer guide documentation (#6) | PR |
| 2025-10-01 | libvalkey | Add option to select a logical database (#244) | PR |
| 2025-08-21 | valkey | Remove temporary build correction for RDMA and libvalkey 0.1.0 | PR |
| 2025-06-27 | libvalkey | Don't expose internal functions in shared libraries (#205) | PR |
| 2025-06-10 | libvalkey | Cluster code cleanup (#216) | PR |
| 2025-05-23 | libvalkey | Use existing connections for blocking slotmap updates (#199) | PR |
| 2025-05-14 | libvalkey | Remove macro UNUSED from public API (#200) | PR |
| 2025-05-09 | libvalkey | Fix dependency issue with RDMA (#201) | PR |
| 2025-05-07 | valkey | Replace dependency `hiredis` with `libvalkey` (#2032) | PR |
| 2025-04-30 | libvalkey | Support additional client options in a cluster client (#197) | PR |
| 2025-04-30 | libvalkey | Update and unify version tags on installed shared libraries (#196) | PR |
| 2025-04-29 | libvalkey | Correcting the connect callback in examples | PR |
| 2025-04-28 | libvalkey | Minor corrections in tests and build of tests. (#193) | PR |
| 2025-04-25 | libvalkey | Support empty endpoints in redirects (#160) | PR |
| 2025-04-11 | libvalkey | Output failure log when a test fails in CMake builds | PR |
| 2025-04-02 | libvalkey | Update the nodeIterator memory blob to fit Valkeys dict iterator | PR |
| 2025-03-21 | libvalkey | Update minimum required CMake version (#181) | PR |
| 2025-03-17 | libvalkey | Fix Coverity warnings (#179) | PR |
| 2025-03-06 | libvalkey | Refactor `dict` (#173) | PR |
| 2025-02-07 | libvalkey | Remove APIs for separate init and connect of async cluster contexts (#165) | PR |
| 2025-02-03 | libvalkey | Introduce configuration options in the cluster API (#137) | PR |
| 2025-01-23 | libvalkey | Retry when an async slotmap update fails (#159) | PR |
| 2025-01-15 | libvalkey | Handle empty addresses in `CLUSTER NODES` responses (#148) | PR |
| 2024-12-30 | libvalkey | Simplify API by only using non-const connect callbacks (#142) | PR |
| 2024-12-18 | libvalkey | Rename offensive defines and members in API (#140) | PR |
| 2024-10-28 | libvalkey | Refactor the internal function `parse_cluster_nodes` (#119) | PR |
| 2024-10-23 | libvalkey | Create request list when initiating valkeyClusterContext | PR |
| 2024-10-22 | libvalkey | Remove API valkeyClusterSetOptionAddNode | PR |
| 2024-10-14 | libvalkey | Add unit tests for `CLUSTER NODES` parsing (#112) | PR |
| 2024-10-13 | libvalkey | Install the Valkey package when available in CI | PR |
| 2024-10-11 | libvalkey | Modify the `nodeIterator` layout and update CI (#114) | PR |
| 2024-10-10 | libvalkey | Check for null pointer in dictRelease, listRelease and cluster_slot_destroy (#113) | PR |
| 2024-10-09 | libvalkey | Remove `dict` from user-facing API (#87) | PR |
| 2024-10-07 | libvalkey | Use -std=c99 when building with CMake | PR |
| 2024-10-04 | libvalkey | Refactor slotmap update functions (#107) | PR |
| 2024-10-01 | libvalkey | Event adapter corrections (#106) | PR |
| 2024-09-26 | libvalkey | Replace the term SSL with TLS (#103) | PR |
| 2024-09-25 | libvalkey | Cleanup of SSL init function in cluster context | PR |
| 2024-09-25 | libvalkey | Add a source code spellchecker to CI (#101) | PR |
| 2024-09-24 | libvalkey | Use Valkey 7.2.5 in CI for macOS | PR |
| 2024-09-20 | libvalkey | Add a CMake build with type=Debug to CI | PR |
| 2024-09-16 | libvalkey | Enable Coverity scans in CI | PR |
| 2024-09-13 | libvalkey | Cleanup of cluster internal error functions | PR |
| 2024-09-11 | libvalkey | Add sanitizers to CI and fix a found test issue (#92) | PR |
| 2024-09-10 | libvalkey | Cleanup of cluster free functions | PR |
| 2024-09-08 | libvalkey | Make ssl.h include order independant | PR |
| 2024-09-05 | libvalkey | Add initial migration guide (#85) | PR |
| 2024-09-04 | libvalkey | Remove `sds` from user-facing API (#86) | PR |
| 2024-09-03 | libvalkey | Rename APIs to get a standalone context from the cluster context | PR |
| 2024-09-02 | libvalkey | Move missing information from libvalkey/README.md | PR |
| 2024-08-30 | libvalkey | Add initial CONTRIBUTING.md (#82) | PR |
| 2024-08-30 | libvalkey | Enable release-drafter in CI | PR |
| 2024-08-28 | libvalkey | Add initial cluster docs (#80) | PR |
| 2024-08-26 | libvalkey | Fix build issues with Qt adapter example | PR |
| 2024-08-23 | libvalkey | No slot map updates during a cluster client disconnect | PR |
| 2024-08-23 | libvalkey | Fix possible leak when failing to send a async cluster command (#71) | PR |
| 2024-08-22 | libvalkey | Add file COPYING (#75) | PR |
| 2024-08-21 | libvalkey | Remove non-working support for building a NuGet package | PR |
| 2024-08-19 | libvalkey | Add new APIs for variadic cluster commands | PR |
| 2024-08-14 | libvalkey | Converge the warning-flags in Makefile and CMake builds (#67) | PR |
| 2024-08-02 | libvalkey | CI corrections (#60) | PR |
| 2024-08-02 | libvalkey | Use SSL when verifying an installation in CI | PR |
| 2024-07-31 | libvalkey | Replace CentOS7 with AlmaLinux 8 in CI | PR |
| 2024-07-01 | libvalkey | Cleanup of unused and superfluous code in `src/vkutil.*` (#41) | PR |
| 2024-07-01 | libvalkey | Fix ISO C naming violations of function names and header guards (#21) | PR |
| 2024-07-01 | libvalkey | Refactor the parsing of a key in a command (#37) | PR |
| 2024-06-28 | libvalkey | Remove support for splitting multi-key commands per slot (#23) | PR |
| 2024-06-28 | libvalkey | Pin Github Action versions in CI (#34) | PR |
| 2024-06-27 | libvalkey | Remove parsing of unused cluster slot information (#25) | PR |
| 2024-06-27 | libvalkey | Fix issues in CI (#32) | PR |
| 2024-06-26 | libvalkey | Add installation tests to CI (#30) | PR |
| 2024-06-26 | libvalkey | Move libvalkeycluster examples to new file structure (#28) | PR |
| 2024-06-26 | libvalkey | Fix CI issues (#29) | PR |
| 2024-06-25 | libvalkey | Move remaining tests and build/run all legacy tests using CMake (#26) | PR |
| 2024-06-20 | libvalkey | Rebranding of code in libvalkeycluster (#15) | PR |
| 2024-05-03 | valkey | Pin versions of Github Actions in CI (#221) | PR |
| 2024-04-12 | valkey | Set permissions for Github Actions in CI (#312) | PR |