Skip to content

Releases: momentohq/client-sdk-javascript

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)

v1.79.0

15 Apr 22:07
3a4d470
Compare
Choose a tag to compare

1.79.0 (2024-04-15)

Feature

  • rename GetBatch and SetBatch response objects to CacheGetBatch and CacheSetBatch (#1231) (1f52c3f)

v1.78.0

15 Apr 20:04
fcf6031
Compare
Choose a tag to compare

1.78.0 (2024-04-15)

Feature

  • remove compression options for dictionary APIs (#1228) (bfb04e2)

Chores

v1.77.1

10 Apr 16:27
0463325
Compare
Choose a tag to compare

1.77.1 (2024-04-10)

Chores

v1.77.0

10 Apr 05:23
89cf165
Compare
Choose a tag to compare

1.77.0 (2024-04-10)

Feature

v1.76.0

10 Apr 04:09
f972b6e
Compare
Choose a tag to compare

1.76.0 (2024-04-10)

Feature

Bug Fixes

  • expose WithConurrentRequestsLimit on TransportStrategy interface, add validator and test (#1221) (0fcaf9e)
  • use specific semaphore resolve/err types (#1222) (e270c3f)
  • correct error types on various conditional set operations (#1220) (a82bdb6)

Chores