|
| 1 | +# 2024-07-11 [version 1.14.0] |
| 2 | +## 🐣 New Features |
| 3 | +* Remove an unused command `bget`. #749 |
| 4 | +* Add `shutdown` command. #752 |
| 5 | +* Add `mop upsert` command. #772 |
| 6 | +## 🔧 Enhancements |
| 7 | +* Enhance arcus_zk_watcher log messages. |
| 8 | +* Set the update flag only when `ZOO_CONNECTED_STATE`. #735 |
| 9 | +* Reduce `add_iov()` work for TCP connections. #737 |
| 10 | +* Refactor the method of building UDP headers. |
| 11 | +* Limit a value length from exceeding INT_MAX in binary protocol. |
| 12 | +* Enhance log message when new respones before pipe error reset. |
| 13 | +* Fix a clang static analyzer issue. |
| 14 | +## 🐛 Bug Fixes |
| 15 | +* Modify mismatched error types when `get_item_info()` failed. |
| 16 | +* Fix the wrong `write_and_free` error handling in binary protocol. |
| 17 | +* Fix problems about not released items and an assertion in UDP. |
| 18 | +* Wait till the previous cmdlog flush thread ends. |
| 19 | +* Correct wrong actions in `process_mop_prepare_nread()`. |
| 20 | +## 📝 Documentation |
| 21 | +* Remove old `bop smget` documentation. |
| 22 | +* Correct small memory allocator threshold. |
| 23 | +* Create Issue/PR templates. |
| 24 | +* Update the description of `cmdlog`, `lqdetect`, `dump` commands. |
| 25 | +* Add `mop upsert` document. |
| 26 | +## ✅ Testing |
| 27 | +* Add a distributed packet test about long key in UDP. |
| 28 | +## ⬆️ Dependency Upgrades |
| 29 | +* Update Docker base image from `centos:7` to `rockylinux:8`. |
| 30 | + |
1 | 31 | # 2024-01-17 [version 1.13.5] |
2 | 32 | ## 🐣 New Features |
3 | 33 | * Add `ready` command Add ready command to verify that the cache server can receive requests. In Zookeeper clustering, the cache node becomes ready state after creating its cache_list znode. #707 |
|
0 commit comments