Skip to content

Releases: momentohq/client-sdk-dotnet

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)

v1.33.1

15 Mar 17:29
376504f
Compare
Choose a tag to compare

1.33.1 (2024-03-15)

Bug Fixes

  • dispose cache client when eager connection fails (#549) (aa9742e)
  • set sample tests for limit=0 based on new server behavior (c20ba25)
  • set sample tests for limit=0 based on new server behavior (43f4e56)
  • add missing step to workflow file for readme generator (#547) (93f6b1d)
  • generate readme should be its own ci job (#546) (1692b5f)

Chores

  • re-enable setSample tests (88598e5)

v1.33.0

06 Mar 20:34
551049a
Compare
Choose a tag to compare

1.33.0 (2024-03-06)

Feature

  • drop grpc-web for .NET 4.62 build. (#543) (2825ab8)
  • add grpc config options and turn off keepalive for Lambda config" (#538) (4db09f8)

Bug Fixes

  • disable keepalive for control clients (#542) (bc15ddf)

Chores

  • update readme template to fix broken link instead of readme directly (#545) (cbf731c)
  • update readmes to use api key from console instead of auth token from cli (#544) (782722e)
  • add is supported guard for SocketsHttpHandler (#541) (7c9f16d)
  • remove socket option modifier from configuration (#540) (9bf812c)