You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,10 +15,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
15
- Added `set_multi` method to the ASCII protocol.
16
16
- Added `flush_all` method to the ASCII protocol.
17
17
- Added `delete_multi_no_reply` method to the ASCII protocol.
18
+
- Added `Toxiproxy` resiliency testing.
18
19
19
20
### Changed
20
21
21
-
- Changed the name of `get_many`. This method has been renamed to `get_multi`. `get_many` will persist as an alias, but it is now deprecated and will be removed in a future version.
22
+
- Changed the name of `get_many` to `get_multi` which conforms with expected memcached naming. `get_many` will persist as an alias, but it is now deprecated and will be removed in a future version.
22
23
- Instances of `std::collections::HashMap` have been changed to `fxhash::FxHashMap` to improve performance.
23
24
- Outlined the process of releasing a new crate version in `README.md`.
0 commit comments