Releases: momentohq/client-sdk-rust
Releases · momentohq/client-sdk-rust
v0.34.0
0.34.0 (2024-03-27)
Features
- add ListCaches and initial control client integration tests (#206) (bec2651)
- tweaks to builders (#191) (046d8ee)
- use impl Into<String> on most public APIs (#201) (d5e136c)
Bug Fixes
Miscellaneous
- add vscode recommended extensions (#203) (3d5da00)
- audit doctests for cache client creation (#204) (2e002ef)
- fix minor docs warnings (#198) (1f86c71)
- minor re-organization of integration tests and utils (#193) (5acc57d)
- move new sorted set fetch response type to new requests dir (#195) (0c8b4dc)
- update CONTRIBUTING re: tests (#196) (75ded10)
v0.33.1
v0.33.0
0.33.0 (2024-03-20)
Features
- add a configuration object for the cache client (#176) (2ee3227)
- add get/set to CacheClient to support readme.ts example (#185) (8d13be9)
- Add sorted set put and fetch functions (#178) (7a0d86b)
- prototype of new API using requests as builders (#175) (33fd9f5)
Miscellaneous
- disable releasing on every merge to main (#172) (6bb5965)
- fix and build examples (#186) (7023a10)
- modernize README, add CONTRIBUTING.md (#182) (188cf52)
- move prep_request out of SimpleCacheClient (#174) (5611dfb)
- remove next token from list_caches and list_signing_keys (#173) (009fe73)
- set up release please (#187) (f0d6dbb)
- standardize env var name to be MOMENTO_API_KEY (#180) (8b3b333)