Skip to content

Releases: momentohq/client-sdk-dotnet

v1.0.0

15 Nov 20:21
eaf4c2a
Compare
Choose a tag to compare

1.0.0 (2022-11-15)

Bug Fixes

  • disable semrel initial development versions for 1.0 release (#326) (7a05ba3)

v0.39.0

15 Nov 20:11
1e72ecd
Compare
Choose a tag to compare

0.39.0 (2022-11-15)

Breaking Changes


BREAKING CHANGE: This commit completes our initial 1.0 release of the
.NET client.  The API is now considered stable, and backward-incompatible
changes will no longer be introduced.

Chores

  • truncate long CacheGetResponse.Hit string representations (#324) (7a35c4e)

v0.38.2

11 Nov 23:26
5d00184
Compare
Choose a tag to compare

0.38.2 (2022-11-11)

Chores

  • add internal grpc stubs for new List APIs (#322) (30d6842)
  • update Momento client protos to v0.32.0 (#321) (7c5683e)
  • better error messages for assertions (#313) (efbf52f)
  • rename tests to reflect errors instead of throwing exception (#311) (e7a7501)

v0.38.1

18 Oct 15:12
858bd44
Compare
Choose a tag to compare

0.38.1 (2022-10-18)

Bug Fixes

  • add missing message wrapper in PermissionDeniedException (#308) (fc6c3d3)

Chores

  • add middleware wrapper for ListErase (#310) (7441786)
  • add Japanese README and advanced config doc (#306) (4559c2f)
  • hopefully final touches to README (#304) (88ba7f2)
  • zero inbox on docstring warnings (#300) (f334458)
  • update examples to 0.38.0 ('InnerException') (#303) (a2bb583)
  • update pre-built config numbers for timeout, concurrent requests (#302) (41f1307)

v0.38.0

11 Oct 21:18
abfcc23
Compare
Choose a tag to compare

0.38.0 (2022-10-11)

Feature

Chores

v0.37.1

10 Oct 20:21
ad7b63c
Compare
Choose a tag to compare

0.37.1 (2022-10-10)

Chores

v0.37.0

10 Oct 16:42
856ed6a
Compare
Choose a tag to compare

0.37.0 (2022-10-10)

Feature

  • use TimeSpan to specify TTL and deadline (#286) (e6656a6)

Bug Fixes

Chores

  • update docstrings to follow best practices (#284) (ce0dec3)
  • update examples to release 0.36.0 (#290) (3a9dee1)

v0.36.0

10 Oct 15:32
9fd359a
Compare
Choose a tag to compare

0.36.0 (2022-10-10)

Feature

Chores

  • update examples to use SDK version 0.35.0 (#289) (81142fe)

v0.35.0

07 Oct 21:41
adb3c2c
Compare
Choose a tag to compare

0.35.0 (2022-10-07)

Feature

Bug Fixes

  • Move HeaderInterceptor to use our Middleware API (#281) (dfdf72b)
  • handle AggregateExceptions from task continuations (#280) (59d9085)
  • re-enable warning and address 20 warnings (#282) (b616077)
  • re-work logging config (#278) (d51738b)

Chores

  • update examples to latest SDK version (#279) (f737f1a)

v0.34.0

06 Oct 19:59
6e91382
Compare
Choose a tag to compare

0.34.0 (2022-10-06)

Feature

  • rename cache hit string value field (#272) (d4e4b6e)
  • bump release version for new API patterns (8d9a4f3)

Bug Fixes

Chores