What's Changed
- Fix a test case matching an error message in PCRE library by @qbtf in #61
- Fix LFU Parsing for Values Larger Than 127 by @moticless in #62
- Fix various build issues by @moticless in #64
- Add option to hide keys in log and print sha256(key) instead by @moticless in #66
- Add parsing support for RDB_OPCODE_RAM_LRU for Redis Ent (No-op) by @moticless in #67
- feat: add osx support by @philippeboyd in #65
- Update gitmodules; optimize CI Matrix; refine makefile by @moticless in #68
- Fix recv() 120s Timeout on EAGAIN by Retrying Indefinitely by @moticless in #69
- Fix CMocka UT framework by updating it to a stable release by @moticless in #71
- Define LIBRDB_VERSION using a portable sed command. by @collinfunk in #73
- Fix installation to custom directories. by @collinfunk in #74
- Fix installation on MacOS without GNU Coreutils. by @collinfunk in #75
- add pc files to gitignore by @orditg in #76
- Fix double-free segmentation fault in filter handlers cleanup by @moticless in #77
- Add 8.0 and 8.2 to CI by @moticless in #78
- RDB2PRINT: Add %h to output sha256(key) by @moticless in #79
- Fix RDBX_writeFromCmdNumber() option and filtering by @moticless in #80
- Move librdb version and supported redis version to a neutral folder. by @moticless in #81
- Add optional support
SCRIPT LOADfrom RDB auxiliary section by @moticless in #82 - Fix soft-links installation on non Darwin kernels by @moticless in #83
- Rename methods and members containing the reserved C++ delete keyword to destroy by @sjperkins in #85
- Release version 2.0.0 by @moticless in #86
New Contributors
- @qbtf made their first contribution in #61
- @philippeboyd made their first contribution in #65
- @collinfunk made their first contribution in #73
- @orditg made their first contribution in #76
- @sjperkins made their first contribution in #85
Full Changelog: v1.0.0...v2.0.0