Releases: momentohq/client-sdk-javascript
Releases · momentohq/client-sdk-javascript
v1.88.0
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
1.87.0 (2024-05-30)
Feature
Bug Fixes
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
v1.85.0
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
v1.83.0
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)