Releases: momentohq/client-sdk-dotnet
Releases · momentohq/client-sdk-dotnet
v1.41.0
v1.40.0
1.40.0 (2025-08-20)
Feature
- add SubscriptionRetryStrategy to topics config (#612) (c694820)
- add topic subscribe timeout (#608) (9a28171)
- add ExponentialBackoffRetryStrategy and fix test middleware timestamp bug (#603) (9fcee44)
- fixed timeout retry strategy and tests (#602) (ddd789a)
- add momento-local middleware for retry tests and more conversion methods to/from rpc enum and sdk error code enum (#600) (ffeb658)
- add MomentoRpcMethod enum and TestRetryMetricsCollector (#598) (e8b6348)
- add CredentialProvider for momento-local connections (#597) (23c1572)
Bug Fixes
Chores
- add topic retry tests against momento-local using internal topics config wrapper (#611) (1462347)
- add lint and format Makefile targets and run linter in CI (#607) (9f10474)
- remove references to storage tests (#605) (082caec)
- remove unnecessary MomentoLocalProvider non-default constructor (#599) (37ec462)
- update list of retryable gRPC functions (#595) (274aa90)
- add eventual consistency test (#594) (7a5e44a)
- add test-http-service target (#592) (df0692d)
- deps: bump Microsoft.Extensions.Logging and Momento.Sdk in /examples (#590) (0beb414)
- deps: bump Momento.Sdk from 1.36.1 to 1.38.0 in /examples (#586) (1831dea)
v1.39.0
v1.38.0
1.38.0 (2024-11-01)
Feature
Chores
- improve resource exhausted error message (#584) (4a8b746)
- ensure tests use unique topic names (#583) (92605d9)
- enable consistent reads for auth and topics canaries (#582) (6918504)
- add README for topic heartbeat example (#579) (6f13407)
- add example logging if heartbeat not received (#578) (8b96cf7)
- update doc example apis to use advanced api (#577) (9679eef)