Skip to content

Releases: momentohq/client-sdk-dotnet

v1.21.4

14 Sep 21:35
89f0e4b
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

1.20.0 (2023-09-08)

Feature

v1.19.0

06 Sep 20:43
1c0e8ec
Compare
Choose a tag to compare

1.19.0 (2023-09-06)

Feature

v1.18.2

01 Sep 19:08
b1404ff
Compare
Choose a tag to compare

1.18.2 (2023-09-01)

Bug Fixes

  • path to Unity DLL for release (93066ff)

v1.18.1

01 Sep 16:49
1dacd0d
Compare
Choose a tag to compare

1.18.1 (2023-09-01)

Bug Fixes

  • typo in framework name for unity build (420a729)

v1.18.0

01 Sep 15:32
bba59af
Compare
Choose a tag to compare

1.18.0 (2023-09-01)

Feature

  • Add build for Unity platform (1afbc7e)

Chores