| 2026-04-13 | valkey | Adds new (hidden) ValkeyModule_CallArgv API functions (#3122) | PR |
| 2026-04-09 | valkey | Defer argument redaction by storing indices instead of rewriting argv (#3471) | PR |
| 2025-12-19 | valkey | Fix lua module build failure when using CLANG (#2955) | PR |
| 2025-12-18 | valkey | Move Lua scripting engine into a Valkey module (#2858) | PR |
| 2025-11-20 | valkey | Add script function flags in the module API (#2836) | PR |
| 2025-11-13 | valkey | Fix cluster slot stats for scripts with cross-slot keys (#2835) | PR |
| 2025-11-10 | valkey | Expose SIMPLE_STRING and ARRAY_NULL reply type to the Module API (#2804) | PR |
| 2025-11-10 | valkey | Adds new module context flag `VALKEYMODULE_CTX_SCRIPT_EXECUTION` (#2818) | PR |
| 2025-11-06 | valkey | Add "script" context to ACL log entries (#2798) | PR |
| 2025-11-06 | valkey-doc | Update the possible values of `context` field in `ACL LOG` command (#381) | PR |
| 2025-10-31 | valkey | Add ValkeyModule_ReplyWithCustomErrorFormat to module API (#2791) | PR |
| 2025-10-30 | valkey | Make ValkeyModule_Call compatible with calling commands from scripting engines (#2782) | PR |
| 2025-10-30 | valkey | New INFO section for scripting engines (#2738) | PR |
| 2025-10-23 | valkey | Scripting Engine Debugger Support (#1701) | PR |
| 2025-09-23 | valkey-container | Merge pull request #98 from valkey-io/update-9.0.0-rc2 | PR |
| 2025-09-19 | valkey | Fix test that checks `extended-redis-compatibility` config deprecation rules (#2629) | PR |
| 2025-09-01 | valkey | New module API event for tracking authentication attempts (#2237) | PR |
| 2025-09-01 | valkey | Fix module context object re-usage in scripting engines (#2358) | PR |
| 2025-06-16 | valkey-bundle | Adds valkey-ldap module to the extensions docker image (#25) | PR |
| 2025-06-14 | valkey-rfc | LDAP authentication module (#20) | PR |
| 2025-06-14 | valkey-doc | Adds docs for Valkey LDAP module (#309) | PR |
| 2025-03-06 | valkey | Adds a memory leak check after running a unit test (#1798) | PR |
| 2025-02-27 | valkey | Fix memory leak in test_quicklist.c unit test (#1797) | PR |
| 2025-02-27 | valkey | Fix clang build error in bitops.c (#1794) | PR |
| 2025-02-26 | valkey | Remove unicode optimization in Lua cjson library (#1785) | PR |
| 2025-02-20 | valkey | Allow to specify the random number generator seed in unit tests (#1751) | PR |
| 2025-02-10 | valkey | Fix macro redefinition problem in `fmacros.h` (#1704) | PR |
| 2025-02-10 | valkey | Use `DEEPBIND` flag when loading external modules using `dlopen` (#1703) | PR |
| 2025-02-10 | valkey | Add `FUNCTION LOAD` and `FCALL` benchmark (#1578) | PR |
| 2025-02-10 | valkey | Adds support for running `EVAL` with different scripting engines (#1497) | PR |
| 2025-01-16 | valkey | Extract the scripting engine code from the functions unit (#1312) | PR |
| 2025-01-02 | valkey | Refactor: move all valkey modules related declarations to `module.h` (#1489) | PR |
| 2024-12-21 | valkey | Adds support for scripting engines as Valkey modules (#1277) | PR |
| 2024-10-04 | valkey | Fix some unitialized fields in `client` struct (#1126) | PR |
| 2024-09-23 | valkey | Changes `tcmalloc.h` header location (#1039) | PR |