|
| 1 | +2025-05-09 [version 1.14.1] |
| 2 | +## 🐣 New Features |
| 3 | + - Add a handler for the `INVALID` error. |
| 4 | +## 🔧 Enhancements |
| 5 | + - Do not reconnect about unknown response. |
| 6 | + - Remove dummy fetch in the get API. |
| 7 | + - Refactor a memcached_fetch function. |
| 8 | + - Re-generate using the latest flex. |
| 9 | + - Refactor the memcached_io_read function. |
| 10 | + - Add a clean-whitespace script file. |
| 11 | + - Modify the term related to eflag. |
| 12 | + - Add a success case for 'NOT_EXIST' in the exist API. |
| 13 | + - Add a function to generate a bkey string. |
| 14 | + - Add a function to initialize a smget_result struct. |
| 15 | + - Validation check for the bkey. |
| 16 | + - Rename the missing update_filter to eflag_update. |
| 17 | + - Rename update_filter to eflag_update. |
| 18 | + - Increase the cursor_active even in non-successful situations. |
| 19 | +## 🐛 Bug Fixes |
| 20 | + - Fix a compile error in Ubuntu 24.04. |
| 21 | + - Fix the cast-function-type error. |
| 22 | + - Fix the inconsistent MEMCACHED_MAX_KEY usage. |
| 23 | + - Fix an overwrite issue for the big key. |
| 24 | + - Fix a hidden keyword compile error. |
| 25 | + - Initialization of the rc value in pipe operations. |
| 26 | + - Check dependencies in the prefix path before the default path. |
| 27 | + - Read response for `BINARY_CMD_SASL_LIST_MECHS`. |
| 28 | +## 📝 Documentation |
| 29 | + - Update ChangeLog format. |
| 30 | + - Improve API description. |
| 31 | + - Fix a typo. |
| 32 | +## ✅ Testing |
| 33 | + - Upgrade the ubuntu version for CI. |
| 34 | + - Upgrade github actions version. |
| 35 | + |
1 | 36 | 2024-09-02 [version 1.14.0]
|
2 | 37 | ## 🐣 New Features
|
3 | 38 | - Add `mop upsert` method. #292
|
|
0 commit comments