Skip to content

Releases: momentohq/client-sdk-dotnet

v1.39.0

12 Nov 19:08
ea53ac8
Compare
Choose a tag to compare

1.39.0 (2024-11-12)

Feature

  • use ulong and topics and plumb through resumeAt subscription arguments (#589) (dd6a6af)
  • support topic sequence page (#588) (5d7b6d3)
  • upgrade protos and fix usings (#587) (e3b94be)

Chores

v1.38.0

01 Nov 16:34
e363750
Compare
Choose a tag to compare

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)

v1.37.0

23 Sep 22:22
1dfab11
Compare
Choose a tag to compare

1.37.0 (2024-09-23)

Feature

Bug Fixes

  • improve logging in disctionary test (31ef2ed)

Code Refactoring

Chores

v1.36.1

06 Sep 20:59
074536e
Compare
Choose a tag to compare

1.36.1 (2024-09-06)

v1.36.0

06 Sep 18:06
1d3b98c
Compare
Choose a tag to compare

1.36.0 (2024-09-06)

Feature

  • Add a separate web SDK for clients without HTTP 2.0 (#568) (9457e15)

Code Refactoring

  • organize targets by service not endpoint (#567) (8f9eb8f)

v1.35.3

14 Aug 21:21
1e070d4
Compare
Choose a tag to compare

1.35.3 (2024-08-14)

Code Refactoring

  • organize tests by endpoint and provide endpoint-specific make targets (#566) (ff8a58a)

v1.35.2

13 Aug 23:20
23d111a
Compare
Choose a tag to compare

1.35.2 (2024-08-13)

Chores

v1.35.1

27 Jun 22:32
ebd0b9d
Compare
Choose a tag to compare

1.35.1 (2024-06-27)

Chores

v1.35.0

18 Jun 16:22
1930c85
Compare
Choose a tag to compare

1.35.0 (2024-06-18)

Feature

  • add agent header to auth client, add client identifiers to all agent headers (9d6a972)
  • onetime headers for agent and runtime-version (#558) (c0541e6)

v1.34.0

24 May 23:40
a61026d
Compare
Choose a tag to compare

1.34.0 (2024-05-24)

Feature

Bug Fixes

  • properly re-throw caught exception in eager connection code (#550) (c1ce272)

Chores

  • rename TEST_AUTH_TOKEN to MOMENTO_API_KEY (#553) (80b50ba)
  • stray vector code in logging utils (0bfa968)