Skip to content

Releases: momentohq/client-sdk-rust

v0.34.0

27 Mar 22:36
6777b48
Compare
Choose a tag to compare

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

  • standardize error messages, add details (#197) (5fb1a23)

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

20 Mar 23:58
658e816
Compare
Choose a tag to compare

0.33.1 (2024-03-20)

Miscellaneous

  • try logging into crates.io before publishing (#189) (e5679c2)

v0.33.0

20 Mar 23:44
d566413
Compare
Choose a tag to compare

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)

v0.32.1

05 Oct 22:04
13ce6bf
Compare
Choose a tag to compare

0.32.1 (2023-10-05)

Chores

v0.32.0

19 Sep 22:21
b2a6bab
Compare
Choose a tag to compare

0.32.0 (2023-09-19)

Feature

  • make new functions get_decompress and set_compress (#153) (b2a6bab)

v0.31.0

18 Jul 22:32
ce52342
Compare
Choose a tag to compare

0.31.0 (2023-07-18)

Feature

v0.30.0

06 Jul 23:29
9a77988
Compare
Choose a tag to compare

0.30.0 (2023-07-06)

Feature

v0.29.0

09 Jun 21:33
2ee5c45
Compare
Choose a tag to compare

0.29.0 (2023-06-09)

Feature

  • Add CredentialProvider & support v1 tokens (#146) (2ee5c45)

v0.28.1

05 Jun 19:59
ca2909d
Compare
Choose a tag to compare

0.28.1 (2023-06-05)

Bug Fixes

v0.28.0

16 May 16:00
c7a274a
Compare
Choose a tag to compare

0.28.0 (2023-05-16)

Feature

  • extend topic Subscription to support Stream (#144) (c7a274a)