Releases: momentohq/client-sdk-javascript
Releases · momentohq/client-sdk-javascript
v1.7.1
v1.7.0
1.7.0 (2023-03-23)
Feature
- add initial commit for web sdk (#369) (2183c45)
- split out codebase into multiple packages (#364) (f0aecac)
- pubsub examples (#363) (5c4d123)
Bug Fixes
- npm packaging was broken due to module structure; use symlink for common (#368) (6a5ecf8)
- remove all grpc leaking into response objects (#359) (4018cce)
Chores
v1.6.0
1.6.0 (2023-03-21)
Feature
- support passing in legacy auth tokens and v1 auth tokens (#336) (04d6703)
- allow user to unsubscribe when receiving an error (#351) (8e9544b)
- pubsub mvp (#347) (8627584)
Bug Fixes
- pubsub UX minor fixes and refactor (#360) (d94fd5e)
- improve metrics for num active requests (#342) (822d48f)
- wait for first response on pubsub and also check for cache deleted midstream (#358) (2895d07)
- orphaned UUID caches (#354) (bc6d74b)
- remove unused imports (#352) (75986c8)
Tests
Chores
v1.5.0
v1.4.0
v1.3.0
1.3.0 (2023-03-09)
Feature
- add sortedSetPutElements (#326) (be8fb4c)
- implement
sortedSetGetScores
(#325) (fe23804) - implement count & offset options for sorted set fetch by score (#324) (eee141c)
- add sortedSetRemoveElements (#319) (c968303)
- sorted set get score (#321) (8379484)
- implement sorted set fetch by score (#320) (a080732)
- use call options for sorted set fetch, including order (#318) (8064043)
- adds sortedSetIncrementScore function (#317) (265d0bb)
- adds sortedSetGetRank function (#315) (05ab903)
- sorted set put value and fetch by index implementation (#314) (af6ecca)
- add examples of using experimental middlewares (#302) (83a1cd2)
Bug Fixes
- add tests for sortedSetIncrement and fix export for SortedSetOrder (#331) (f68feb4)
- add tests for sortedSetFetchByScore, fix minor issue with 0 min/max scores (#328) (e280266)
- tests for sortedSetFetchByIndex, minor naming fixes (#327) (a60b8a0)
Code Refactoring
Chores
v1.2.0
v1.1.0
1.1.0 (2023-02-22)
Feature
Chores
- add docstrings for response types (#296) (c76e34c)
- standardize the simple cache client tsdocs (#284) (940e693)
- add CollectionTtl to the dictionary examples (#290) (da2c0c9)
- use logger in advanced example, make sure all instanceof conditionals are exhaustive (#291) (dacb74d)
- remove redundant string casts in examples (#288) (93a988a)
- make dictionary example conditional branches exhaustive (#292) (84c9d1c)
- change wording of log message when constructing client (#289) (b74d38c)
- improve instructions for installing sdk in an existing project (#287) (931feea)
- better link to CLI for getting auth token (#286) (0868320)
- update examples to 1.0.0 (#283) (8144521)