Skip to content

Releases: momentohq/client-sdk-javascript

v1.101.1

13 Nov 20:23
43cf010
Compare
Choose a tag to compare

1.101.1 (2024-11-13)

Chores

  • change cancelled error message to remove the word server (#1467) (5c47986)
  • update momento dependency in examples (#1466) (672db34)

v1.101.0

12 Nov 22:37
6beacbd
Compare
Choose a tag to compare

1.101.0 (2024-11-12)

Feature

  • segregate retry decision for read and write APIs (#1465) (2e66ed6)

Chores

v1.100.0

11 Nov 20:14
466df84
Compare
Choose a tag to compare

1.100.0 (2024-11-11)

Feature

Chores

v1.99.1

28 Oct 20:06
f15d8f3
Compare
Choose a tag to compare

1.99.1 (2024-10-28)

Bug Fixes

  • add NotSet path for increase/decrease ttl apis (#1447) (8e48b08)

Tests

  • add negative test to detect replication failures (#1445) (a96bf0a)

Chores

  • clarify limit exceeded in resource exhausted errors (#1448) (448eb96)
  • deps: bump cookie and next-auth in /examples/web/nextjs-chat (#1457) (7940127)
  • deps: bump cookie and youch (#1456) (3bf6904)
  • deps: bump cookie and youch (#1455) (99c4596)
  • deps-dev: bump vite in /examples/nodejs/aws/eventbridge/webapp (#1454) (80a8235)
  • deps-dev: bump vite in /examples/web/vite-chat-app (#1453) (11b590a)
  • deps: bump rollup in /examples/web/vite-chat-app (#1452) (64b042b)
  • deps: bump rollup in /examples/nodejs/aws/eventbridge/webapp (#1451) (7684081)
  • deps: bump axios (#1450) (8b556e7)
  • update momento dependency in examples (#1444) (d28b6e0)
  • update examples to instantiate clients with only default configs (#1443) (3231de6)

v1.99.0

07 Oct 17:28
8d75e49
Compare
Choose a tag to compare

1.99.0 (2024-10-07)

Feature

  • optional config object for topic, auth, storage, leaderboard clients (#1442) (411a7a8)
  • web sdk example with topic client that refreshes disposable tokens (#1437) (73d7f8f)

Bug Fixes

Chores

  • enable consistent reads for all canary test targets (#1441) (af063e2)
  • run tests on github and canaries with consistent reads (#1439) (90f8e78)
  • add more comments to the token refreshing topic client example (#1438) (d8ed796)
  • add logger to dictionary and sorted-set tests (#1435) (e37336c)
  • add getItemTtl to sortedSetPutElement failing test (#1434) (fbaec48)
  • make sure storage tests use unique stores (#1433) (db6b2dd)
  • update momento dependency in examples (#1432) (dca13e6)
  • adding examples that are currently hard-coded in dev docs (#1428) (8f949a0)
  • increase topics reconnect delay to 500ms (#1431) (c689182)
  • update readme and examples for default credential provider and new topics callbacks (#1429) (8f9a09e)
  • add storage retry strategy override example (#1427) (ae97ce6)
  • update momento dependency in examples (#1430) (52a4b98)

v1.98.1

28 Aug 22:56
788b412
Compare
Choose a tag to compare

1.98.1 (2024-08-28)

Chores

  • replacing more 'instanceof's in examples with 'switch' (#1423) (2a16043)

v1.98.0

28 Aug 20:49
cc8aed1
Compare
Choose a tag to compare

1.98.0 (2024-08-28)

Feature

  • add default credential providers to all clients (#1419) (3cad238)
  • add optional onHeartbeat topics subscription callback (#1426) (85868c7)

Chores

v1.97.0

27 Aug 23:16
1f238bb
Compare
Choose a tag to compare

1.97.0 (2024-08-27)

Feature

Chores

v1.96.0

26 Aug 16:19
0da23fc
Compare
Choose a tag to compare

1.96.0 (2024-08-26)

Feature

  • add sequence number to TopicItem and add optional onDiscontinuity callback (#1418) (f3e940b)
  • update webhook examples to new switch pattern (#1407) (5557837)

Bug Fixes

  • stop leaking stores (#1420) (918aef0)
  • switch to a jest reporter that shows correct error counts, avoid network calls in unit tests (#1414) (ef7018d)
  • run webhook tests in web client with happy-dom (#1415) (02e44d8)

Code Refactoring

Chores

  • working through more instanceof->switch examples (#1421) (c5cc0f3)
  • working through more instanceof->switch examples (#1417) (3e0b7c5)
  • more work on porting examples to new switch pattern (#1416) (7940999)
  • add web and nodejs sdk makefiles (#1412) (0180d3c)
  • update momento dependency in examples (#1411) (9a5961c)

v1.95.0

15 Aug 16:56
d25ed43
Compare
Choose a tag to compare

1.95.0 (2024-08-15)

Feature

Chores