momento 0.2.0 momento: ^0.2.0 copied to clipboard
Dart client for interacting with Momento
Changelog #
0.2.0 (2024-06-18) #
Features #
Miscellaneous #
0.1.0 (2024-01-13) #
Features #
- add CacheClient close method (#80) (411d432)
- add data client support for list api calls (#64) (566b3fe)
Bug Fixes #
- actually set stability to beta (#103) (88eb456)
- add validators to topic client and add topics tests (#87) (6fc4329)
- fix misnamed client in error message (#100) (383d624)
- readme generator should use generate-and-commit github action (#75) (492c749)
- rename config classes for better autocompletes (#82) (2333c12)
- return topic subscribe error immediately if subscription limit reached (#62) (30b9f49)
- set stability to beta (#102) (2765ee2)
- subscription error handling should expect async stream to throw errors, not TopicSubscriptionItem to return errors (#81) (57b3b2b)
- use type-specific methods in public clients, Value in internal clients (#90) (50894b7)
Miscellaneous #
- add doc api examples (#91) (e0a1632)
- add docstrings (#83) (2796786)
- add more descriptive error messages to control plane test (#95) (accf3e8)
- add readme template and readme generator ci steps (#59) (616d7be)
- add TopicClient examples for docs (#99) (e882684)
- api snippet formatting (#92) (fbbd3d3)
- error responses should print informative errors by default (#88) (b04ba43)
- fix yaml syntax in release-please (#101) (dadef16)
- forgot to include manifest file in release-please action (#97) (07b3c1f)
- implement toString for non-error response classes (#89) (d8ff271)
- offer way to get cache names instead of CacheInfos from ListCachesResponse (#79) (6de1b98)
- provide informational error message when api key env var is not set (#84) (8511f11)
- readme template was missing code block markdown for usage section (#86) (8f41212)
- send package version as agent header once per new client (#93) (8a77c16)
- try specifying github workflow extra files option instead of manifest file (#98) (02ce582)
0.0.5 (2024-01-03) #
Bug Fixes #
0.0.4 (2024-01-03) #
Miscellaneous #
0.0.3 (2024-01-03) #
Miscellaneous #
- release 0.0.3 (eae5b12)
0.0.2 (2024-01-03) #
Features #
- add configuration objects for TopicClient (598ef12)
- add unary data client with get/set support (#35) (a632ba9)
- cache client control plane operations (#44) (a71ed4d)
- scalar delete (#43) (2937864)
- support overriding endpoints for credentials provider (cb7619b)
- support overriding endpoints for credentials provider (c9a0756)
- topic subscribe (fa2b3be)
Bug Fixes #
Miscellaneous #
- add basic topics example and readmes (#45) (e719284)
- add cache configurations objects (#32) (b79d671)
- add log level to prebuilt configurations (#33) (7d7275d)
- add placeholder test so test command passes (cad0d91)
- add unit test for cred provider (9fbb954)
- added full error set and ran linter (0198c3c)
- comment out example (459d8aa)
- Create release-please.yml (#47) (82310d4)
- dart format (c82bf87)
- dart format (7bd215f)
- dart format (c278aa1)
- demo flutter chat app (#34) (6088ed8)
- fix all analysis errors (df7a77b)
- fix formatting command in readme (b81d74d)
- format (9d47209)
- initial commit (27ccd27)
- merge main (f197f53)
- merge working tests (a9a8499)
- pass client timeout to publish as call option (7b0f0d9)
- plumb through publish command (7bb7a91)
- plumb through publish command (5523ce1)
- release 0.0.2 (ebf6fde)
- remove server side generated protos (45116ff)
- remove TODOs from readme (#51) (e457064)
- rename package from client_sdk_dart to momento (#48) (219c50f)
- run format inside of ci (fd0f602)
- setup ci (b925c1d)
- setup ci (a55bfd2)
- update keepalive settings for topic client (#46) (50e54a9)
1.0.0 #
- Initial version.