Skip to content

Releases: momentohq/client-sdk-javascript

v1.61.0

01 Feb 21:57
ac34181
Compare
Choose a tag to compare

1.61.0 (2024-02-01)

Feature

  • add withClientTimeoutMillis and withMiddlewares to Leaderboard configs (#1117) (c8ee554)

Chores

v1.60.0

23 Jan 22:41
55f8e5b
Compare
Choose a tag to compare

1.60.0 (2024-01-23)

Feature

v1.59.0

19 Jan 02:30
48a7e21
Compare
Choose a tag to compare

1.59.0 (2024-01-19)

Feature

  • leaderboard should work with doubles instead of floats (#1105) (82db916)

Bug Fixes

Chores

  • use the .value() syntax in the ThrowOnErrors example (#1109) (a13e1cd)
  • use default accessor in mvi list indexes response base (#1108) (f3001cc)
  • add examples for node.js config and error handling (#1106) (71f2350)
  • bump example deps (#1104) (ab1a71d)

v1.58.0

17 Jan 19:30
2ffdedb
Compare
Choose a tag to compare

1.58.0 (2024-01-17)

Feature

  • support more succinct syntax for credential providers (#1103) (8c0ce41)

Chores

  • update examples to latest version of SDK (#1102) (123e3ce)

v1.57.0

16 Jan 18:43
961e0b4
Compare
Choose a tag to compare

1.57.0 (2024-01-16)

Feature

  • support array inputs for DictionarySetFields (#1101) (83afb8f)
  • support default configuration for client objects (#1100) (81706b8)
  • new configuration setting to opt-in to throwing on errors (#1098) (0528aef)

Chores

v1.56.0

29 Dec 20:38
48df5c4
Compare
Choose a tag to compare

1.56.0 (2023-12-29)

Feature

  • support array inputs for SortedSetPutElements (#1096) (258c167)

Chores

v1.55.0

27 Dec 18:03
a690031
Compare
Choose a tag to compare

1.55.0 (2023-12-27)

Feature

  • support configuring multiple grpc connections for leaderboard client (#1094) (163dd53)

Chores

v1.54.0

19 Dec 17:41
4c4bb94
Compare
Choose a tag to compare

1.54.0 (2023-12-19)

Feature

  • add laptop & browser config to topics in web-sdk (#1089) (99eaa36)
  • add initial support for middleware in web sdk (#1039) (f5876c7)

Tests

  • add suffix to identify integration test index names (#1075) (2eff02c)

Chores

  • deps: bump fast-xml-parser and @aws-sdk/client-secrets-manager (#1077) (62b07d3)
  • deps: bump fast-xml-parser and @aws-sdk/client-secrets-manager (#1076) (9287af4)
  • fix some security vulnerabilities in examples (#1086) (adb7fc0)
  • use machine user token for example deps PR (#1085) (1666a6a)
  • add team as reviewers to example deps pr (#1083) (90fbb58)
  • more yaml fixes in example deps workflow (#1081) (7a3b2b4)
  • busted yaml in example deps job (#1080) (bf8bf83)
  • improve PR title / commit message for example dependency PRs (#1079) (dd70f5a)
  • open PR after updating example deps (#1064) (6a9d08e)
  • add nodejs examples for rotateWebhookSecret and getWebhookSecret (#1074) (91d6f6d)

v1.53.2

11 Dec 19:23
4a9d6ee
Compare
Choose a tag to compare

1.53.2 (2023-12-11)

Chores

  • deps: bump fast-xml-parser and @aws-sdk/client-secrets-manager (#1073) (60183ab)
  • add webhook utils in nodejs for validating incoming webhook re… (#1065) (f92a940)

v1.53.1

08 Dec 19:41
549a8d0
Compare
Choose a tag to compare

1.53.1 (2023-12-08)

Bug Fixes

  • correctly export get/rotate webhook secret response types (#1072) (a6ae541)

Chores

  • add examples to docs for webhooks apis (#1071) (0115ae6)
  • update mvi example snippets (#1070) (9b278de)
  • deps-dev: bump vite in /examples/web/vite-chat-app (#1068) (b43a7dd)
  • reenable auth token test validating generating api token for 1 day (#1066) (3503370)
  • only run rotatewebhook integration tests inside of ci (#1069) (4e3a186)