v0.7.0
0.7.0 (2023-02-05)
Feature
- make set/delete responses return a custom empty type (momentohq#109) (fcd6412)
- Convert the auth module to more idiomatic rust (momentohq#94) (117d1f7)
- Make TTL parameters use more idiomatic Rust (momentohq#101) (5b334e5)
- add feature preview for topics (momentohq#102) (b2ac779)
- Move
SimpleCacheClient
and associated types to crate root (momentohq#96) (455285a) - implement dictionary increment sdk command (momentohq#89) (6c0b5b3)
- Add support for set union command to SDK (momentohq#97) (4665de5)
- Implement set fetch SDK command (momentohq#95) (5da67a0)
- Flatten
momento::response
module into a flat public API (momentohq#90) (03cd439)
Bug Fixes
- update README to properly link examples directory (momentohq#121) (d9c1ebb)
Chores
- revise error types (momentohq#119) (d666238)
- Implement multiple-range list_erase variant (momentohq#118) (91d2968)
- implement list_length SDK command (momentohq#117) (e38b507)
- Add support for set difference SDK commands (momentohq#105) (f36fdf9)
- implement all SDK list operations (momentohq#115) (cb1d9d0)
- fix clippy warnings in example crate (momentohq#116) (0a494f8)
- use test-utils crate in doctests and make examples more useful (momentohq#113) (1a81c36)
- add a test-utils crate to make writing doctests easier (momentohq#111) (6f20253)
- fix clippy warnings (momentohq#110) (e5ba1ad)
- clean up doc tests and avoid cache leaks on failure (momentohq#107) (5cf861d)
- clean up internals of SimpleCacheClient (momentohq#103) (1ddc0d7)
- Update example crate to use momento v0.15.0 (momentohq#99) (2d7c3c9)