Releases: momentohq/client-sdk-php
Releases · momentohq/client-sdk-php
v1.15.1
v1.15.0
v1.14.0
1.14.0 (2024-10-25)
Features
- add flags for toggling inclusivity on fetchByScore scores (#238) (a8cfed8)
- add flags for toggling inclusivity on length by score scores (#237) (1b150b4)
- add sorted set increment score (#229) (d704d4e)
- add sorted set put element and fetch by rank (#218) (12d92fe)
- add sorted set remove elements (#227) (1f44343)
- add sortedSetFetchByScore (#230) (9e62367)
- add sortedSetGetScore (#221) (0cde7a4)
- add sortedSetLengthByScore (#234) (7b4ff9e)
- add sortedSetPutElements (#226) (fa68601)
- add sortedSetRemoveElement api (#222) (f1948f2)
Bug Fixes
- doc strings (#217) (759c9e4)
- initializing typed property in sortedSetFetchHit (#232) (d5719a8)
- stop using is_string() for validation (#233) (711683c)
Miscellaneous
- add placeholders to avoid future merge conflicts (#225) (d32c7e5)
- correct
sorted set remove elements
mention in docstrings (#228) (d8fbfca) - fix inconsistent comment (#231) (91a18d8)
- make order in the sorted set functions more explicit (#235) (702897c)
- remove the type from sorted set scores so they support ints (#242) (c84adcc)
- remove unnecessary tests and fix test warnings (#236) (8d41a6e)
- rename the ThrowsException tests to ReturnsError (#239) (6e21636)
- support devcontainer development (#220) (d0c9a85)
- Update the documentation comply with the PHP license (#240) (f40b7dd)