Skip to content

Releases: momentohq/client-sdk-dotnet

v1.25.0

07 Nov 19:32
976b85e

Choose a tag to compare

1.25.0 (2023-11-07)

Feature

  • add TokenId support to GenerateDisposableToken and topic subscriptions (b47d1e9)

v1.24.0

06 Nov 18:04
2f7aea6

Choose a tag to compare

1.24.0 (2023-11-06)

Feature

Bug Fixes

Chores

  • make sure all assert.true statements include message on failure (#510) (8431485)
  • wrap experimental metrics json in momento object (245445d)
  • temporarily comment out flaky test (b404fe7)
  • update loadgen to be more specific for numberOfConcurrentRequests caveat (c7c8a62)

v1.23.0

03 Oct 16:38
67f316d

Choose a tag to compare

1.23.0 (2023-10-03)

Feature

  • publish a zip file with the unity SDK version and dependencies (#503) (2900922)

v1.22.0

21 Sep 21:24
e704c40

Choose a tag to compare

1.22.0 (2023-09-21)

Feature

  • add permissions by topic name prefix (#500) (2814d9f)

Chores

  • adding tests for composed disposable token scopes (#499) (6db0107)
  • return an error from the subscribe method for a bad stream (#498) (b1a56db)
  • add disposable token testing (#495) (d257585)

v1.21.4

14 Sep 21:35
89f0e4b

Choose a tag to compare

1.21.4 (2023-09-14)

Chores

  • add WithClientTimeout to TopicConfiguration (#494) (c99391f)
  • add ToString override for disposable token that returns truncated token (#493) (52a4310)
  • improve example to include predefined scope (#491) (3f3920d)

v1.21.3

14 Sep 17:20
92a0c0e

Choose a tag to compare

1.21.3 (2023-09-14)

Chores

  • remove BUILD_FOR_UNITY preprocessor directives (#489) (d588821)
  • update dev docs example to use new predefined disposable token scope function (a5ed443)

v1.21.2

13 Sep 19:23
e15f046

Choose a tag to compare

1.21.2 (2023-09-13)

Chores

  • add dev docs examples for topics client, publish, subscribe (2fb5b10)
  • add new examples to examples solution (56867fe)
  • add disposable token code snippet for dev docs (231d750)

v1.21.1

11 Sep 22:41
c56aa2d

Choose a tag to compare

1.21.1 (2023-09-11)

Bug Fixes

  • fix build command (a78b1f8)
  • remove token validator from unity build (17de954)
  • remove V1 configs for now (8469f21)
  • removing quotes as they now seem to break the build (2ccc8f3)
  • trim down unnecessary directives (a8e2de6)
  • quote constants args in build command (5ac68ab)

Chores

  • add topic client configurations (68b4cae)
  • add preprocessor directoves for unity build (8f8bbf4)

v1.21.0

08 Sep 21:42
315fe7b

Choose a tag to compare

1.21.0 (2023-09-08)

Feature

  • reconnect topic subscriptions on error (#478) (e459101)

Bug Fixes

Chores

  • adding disposable token generation example (9961647)

v1.20.0

08 Sep 20:58
59ecadd

Choose a tag to compare

1.20.0 (2023-09-08)

Feature