Skip to content

Releases: momentohq/client-sdk-rust

v0.2.2

12 Apr 21:02
fa6fe5b
Compare
Choose a tag to compare

0.2.2 (2022-04-12)

Chores

  • Add new_momento_cli to use in Momento CLI and add agent metadata for SDK (#39) (fa6fe5b)

v0.2.1

12 Apr 20:48
97c379d
Compare
Choose a tag to compare

0.2.1 (2022-04-12)

Bug Fixes

  • resolve cargo audit errors from jsonwebtoken (#44) (97c379d)

v0.2.0

12 Apr 20:47
215c80d
Compare
Choose a tag to compare

0.2.0 (2022-04-12)

Feature

  • allow changing builder default ttl (#43) (215c80d)

v0.1.3

11 Apr 18:12
c6fb9c7
Compare
Choose a tag to compare

0.1.3 (2022-04-11)

Bug Fixes

  • Allow package version change in Cargo.toml to be published (#38) (c6fb9c7)

v0.1.2

11 Apr 17:59
005adaf
Compare
Choose a tag to compare

0.1.2 (2022-04-11)

Bug Fixes

  • Update CD workflow to use updated version of Cargo.toml (#37) (005adaf)

v0.1.1

11 Apr 16:55
dc71b03
Compare
Choose a tag to compare

0.1.1 (2022-04-11)

v0.1.0

11 Apr 16:44
dc71b03
Compare
Choose a tag to compare

0.1.0 (2022-04-11)

Feature

Bug Fixes

  • specify dependency version and not use wildcard * (#35) (296d2e3)
  • update create_signing_key response to include key id (#28) (3fc72f8)
  • Throw error if ttl is larger than 2^32/1000 (#22) (b4772be)
  • Use connect_lazy to wait to connect to the endpoint until the first use (#19) (79e6338)
  • ensure SDK can handle all GRPC error codes. Add cache name validation (#15) (171d548)
  • add generated code (#7) (fbba08d)
  • remove wait for ready hack when getting a cache (#4) (d13236e)
  • use tokio::time::sleep instead of std::thread::sleep (ac08cf8)
  • use tokio::time::sleep instead of std::thread::sleep (677029d)
  • check formatting on ci (3e3341a)
  • error handling (6df984a)
  • add integration tests and ci (c675000)

Documentation

Chores

  • Update TTL data type to NonZeroU64 and add publish workflow (#36) (dc71b03)
  • Remove unnecessary license-file since license field is enough (#34) (a6df933)
  • Clean up CacheHeaderInterceptor (#33) (cbb3b23)
  • Preparation for publishing SDK (#31) (b38f461)
  • update client to use updated uint64 in protos (#29) (76b0a2a)
  • update Rust SDK to be in line with our other SDK behavior. (#13) (d4f763d)
  • remove println from auth interceptor (#3) (92f7bbf)
  • add doc tests to ci (f6d6a40)
  • add rustdocs (ce8bbe1)
  • add comment about grpc content-type (87c57e9)
  • rename wait_til_ready to wait_until_ready (602cec5)
  • await on sleeping thread (bd23959)
  • await on sleeping thread (b0169fe)
  • rustfmt (72e1c93)