Skip to content

Releases: momentohq/client-sdk-javascript

v1.88.0

12 Jun 00:24
cf01564
Compare
Choose a tag to compare

1.88.0 (2024-06-12)

Feature

  • migrate topic responses to new pattern (#1319) (76736ce)
  • migrate item responses to new enum pattern (#1313) (c5c3746)
  • migrate leaderboard responses to new enum pattern (#1322) (f5342b5)
  • migrate auth responses to new pattern (#1323) (3b22583)
  • migrate control responses to new enum pattern (#1314) (ecab396)
  • make RequestLoggingMiddleware non-experimental and call toString on MiddlewareMessages (#1268) (139602f)
  • add eventbridge example project (#1302) (f6736ab)
  • migrate list responses to new enum pattern (#1308) (4afbe8b)
  • migrate scalar responses to new enum pattern (#1304) (a843fb2)
  • clean up response type enum folders (#1295) (36bd30d)

Bug Fixes

  • standardize typescript version to 4.9.5 (#1310) (a74f825)
  • update typescript dependency in topics example (#1307) (4e075ab)
  • require explicit override keyword for overriding abstract method properties/functions (#1283) (bee2de6)

Chores

  • update momento dependency in examples (#1315) (69d73a2)
  • update momento dependency in examples (#1311) (1a6ef89)
  • ensure that type is readonly by setting readonly property on interface (#1312) (ae298b9)
  • handle http endpoint url (#1306) (12a5c35)
  • sanity check ttl after setting 5mb item in test (#1305) (7c25d0c)
  • add more logs and safeguards around 5mb test (#1303) (13fa789)
  • improve log message for unexpected connection state (#1301) (9b4856f)
  • switch back to using Ubuntu 24 for integration tests (#1300) (caa8725)

v1.87.0

30 May 22:29
89b5c83
Compare
Choose a tag to compare

1.87.0 (2024-05-30)

Feature

  • add withMomentoLocal and option to connect without TLS to CredentialProvider (#1293) (71b2e0a)

Bug Fixes

  • convert first few responses to new exhaustive enum pattern (#1269) (6e9bc14)

Chores

  • run cache tests on macos-latest instead of ubuntu 24 (#1296) (48ed360)
  • switch from macos to ubuntu 24 in a few spots we missed (#1291) (472b2e3)
  • try running ci on ubuntu-24.04 (#1288) (a9d10ea)
  • update momento dependency in examples (#1287) (76a63a5)
  • hopefully final few tweaks for compression docs/examples (#1286) (2b8ae85)
  • update momento dependency in examples (#1285) (41f13ca)
  • add example for using zstd compression in nodejs lambda (#1284) (4bf184c)
  • update momento dependency in examples (#1282) (0fdead0)

v1.86.0

14 May 16:18
1c83f79
Compare
Choose a tag to compare

1.86.0 (2024-05-14)

Feature

  • Add support for numConnections in TopicClient configuration (#1280) (2b02a5e)

v1.85.0

14 May 13:52
594d267
Compare
Choose a tag to compare

1.85.0 (2024-05-14)

Feature

Bug Fixes

Chores

  • remove some unused compression code from main docs examples (#1277) (8a3aad4)
  • fix some more broken links in example readmes (#1276) (b2d9330)
  • update momento dependency in examples (#1275) (cdbf727)
  • upgrade all package.json files to minimum node 16 (#1272) (f63ed79)
  • remove errant yml in readme gen on push (#1273) (0aa3fcf)
  • empty commit to kick CI (a67faf4)
  • tweaks to compression examples, various example README cleanups (#1270) (b015c7c)
  • update momento dependency in examples (#1271) (2045278)

v1.84.0

08 May 23:15
019d0e6
Compare
Choose a tag to compare

1.84.0 (2024-05-08)

Feature

Bug Fixes

Chores

v1.83.0

06 May 22:43
c968365
Compare
Choose a tag to compare

1.83.0 (2024-05-06)

Feature

  • add (explicit) zstd compression extensions (#1264) (3b7837d)
  • show automatic decompression in example (#1257) (b988b7b)

Chores

  • add record accessor for keys exist response (#1263) (307d81f)
  • deps-dev: bump undici in /examples/cloudflare-workers/http-api (#1262) (c2eb7e5)
  • deps-dev: bump undici in /examples/cloudflare-workers/web-sdk (#1261) (ecda618)
  • deps-dev: bump vite in /examples/web/vite-chat-app (#1259) (d48bd24)
  • deps: bump jose in /examples/web/nextjs-chat (#1260) (1c62886)
  • update momento dependency in examples (#1252) (b0ed1b3)

v1.82.0

27 Apr 00:57
326d4c4
Compare
Choose a tag to compare

1.82.0 (2024-04-27)

Feature

v1.81.1

24 Apr 18:30
2ed34ac
Compare
Choose a tag to compare

1.81.1 (2024-04-24)

Chores

v1.81.0

23 Apr 20:31
905a274
Compare
Choose a tag to compare

1.81.0 (2024-04-23)

Feature

Bug Fixes

  • instantiate middleware after cred provider (#1241) (01b47ae)

Chores

  • rename TEST_API_KEY to MOMENTO_API_KEY (#1244) (821ec2b)
  • update momento dependency in examples (#1242) (cbd0706)
  • tweaks to getbatch perf tests to account for new max concurrent requests setting (#1238) (94440a6)
  • update momento dependency in examples (#1239) (bdac320)

v1.80.0

17 Apr 19:45
8767cf7
Compare
Choose a tag to compare

1.80.0 (2024-04-17)

Feature

  • make max concurrent requests an opt-in config, remove default setting (#1235) (d440b98)

Bug Fixes

Chores

  • add memoryUsage code for investigation for memory leaks (#1230) (c343ec4)
  • update momento dependency in examples (#1234) (663125e)
  • reinstate get and set batch docs examples (#1232) (b0fa8f2)