v0.2.0
0.2.0 (2022-12-16)
Feature
- Add support for momento endpoints (momentohq#60) (944e046)
- momentohq#49: Adds New Delete Function to SDK (momentohq#59) (d3eb762)
- add auth login() binding (momentohq#54) (f28d060)
- update client_protos, clean up result (momentohq#51) (8953719)
- add support for ListSigningKeys API (momentohq#47) (5889eb6)
- allow changing builder default ttl (momentohq#43) (215c80d)
Bug Fixes
- Derp. Add correct data endpoint prefix (momentohq#64) (2ed17fb)
- Hosted Endpoint Construction and Claim validation (momentohq#63) (5ae804d)
- channels need endpoints (momentohq#55) (96b1811)
- resolve cargo audit errors from jsonwebtoken (momentohq#44) (97c379d)
Chores
- code scanning (momentohq#69) (db787ce)
- dep scanning workflow (momentohq#68) (7f053a0)
- clean up .unwrap() uses and add clippy check to repo (momentohq#71) (90963f5)
- fix clippy warnings for timestamps parsing (momentohq#70) (4e3a7f5)
- move SDK examples from
client-sdk-examples
(momentohq#67) (0ddec19) - use shared build workflow (momentohq#66) (74bf254)
- improve login() (momentohq#58) (2302270)
- Update README sample code (momentohq#57) (40efb67)
- Align MomentoCacheListResponse and list_caches (momentohq#56) (a856249)
- clean up SimpleCacheClientBuilder (momentohq#53) (a4a43bf)
- add Deserialize and Serialize to SigningKey for serde_json support (momentohq#48) (fe82421)
- Add more descriptive error message for auth token parse (momentohq#46) (66beaec)
- Add
new_momento_cli
to use in Momento CLI and addagent
metadata for SDK (momentohq#39) (fa6fe5b)