Skip to content

Releases: momentohq/client-sdk-javascript

v1.117.2

04 Feb 19:24
85e2bf0

Choose a tag to compare

1.117.2 (2026-02-04)

Bug Fixes

  • remove client-side expiry check on disposable tokens (#1605) (bad10d4)

Chores

  • update docs snippet and missed readmes (#1604) (37a5e5c)
  • fix sdk endpoint in api keys v2 docs snippet (#1603) (21a8ba8)
  • update ci/cd workflow env vars, tests, and main cache and topics examples (#1602) (ee1985b)
  • update examples deps (#1601) (fa54648)

v1.117.1

17 Dec 19:23
6bcc073

Choose a tag to compare

1.117.1 (2025-12-17)

Bug Fixes

  • default credential provider should try fromEnvVarV2 before falling back to fromEnvVar (#1599) (8835471)

Chores

  • update examples deps script should save exact version of latest momento sdks (#1600) (8ecb732)

v1.117.0

15 Dec 23:02
172e335

Choose a tag to compare

1.117.0 (2025-12-15)

Feature

  • new credential provider methods for accepting v2 api keys (#1595) (9cb743c)

Chores

CI

  • remove node 16 from test matrix, revert ability to run checks on forks (#1597) (9c9d33e)

v1.116.0

27 Aug 17:53
95defac

Choose a tag to compare

1.116.0 (2025-08-27)

Feature

  • added abortSignal to the rest of the APIs (#1591) (d934946)
  • ability to use AbortSignal to cancel get and set requests (#1584) (a5a5e55)

Bug Fixes

Code Refactoring

  • rename signal cancellation property to abortSignal (#1587) (b235713)

Chores

v1.115.1

20 Aug 00:23
c622b0d

Choose a tag to compare

1.115.1 (2025-08-20)

Bug Fixes

  • fixed import in setIfAbsentorHashNotEqual response type (#1583) (151aebe)

v1.115.0

19 Aug 23:10
09c5c6f

Choose a tag to compare

1.115.0 (2025-08-19)

Feature

Chores

  • added getWithHash and setWithHash examples (#1581) (51ebfc2)

v1.114.0

18 Aug 16:47
9362624

Choose a tag to compare

1.114.0 (2025-08-18)

Feature

Chores

  • update momento dependency in examples (#1573) (6ac9f6a)
  • added sortedSetUnionStore example (#1577) (6fc3d15)
  • update minimum version of sdk in token vending machine (#1578) (2e870bc)

v1.113.0

13 Aug 19:30
24c62d6

Choose a tag to compare

1.113.0 (2025-08-13)

Feature

  • add support for functions-related permissions in key/token generation (#1574) (50e2902)

v1.112.1

13 Aug 18:49
32282a9

Choose a tag to compare

1.112.1 (2025-08-13)

Chores

v1.112.0

11 Aug 20:57
1cacbf7

Choose a tag to compare

1.112.0 (2025-08-11)

Feature

  • remove deprecated storage client and references from updated protos (#1570) (dea4641)
  • add subscription retry strategy and tests (#1565) (f4cace0)
  • add nodejs compression deployed using cdk example (#1535) (416971d)

Bug Fixes

  • add bookkeeping for number of active subscriptions (#1564) (5b1b6e6)
  • fixed timeout retry strategy should overwrite deadline only after first request fails (#1559) (4df0107)
  • make sure retry deadline does not exceed overall deadline (#1549) (387fb3c)

Chores