momento 0.1.0 copy "momento: ^0.1.0" to clipboard
momento: ^0.1.0 copied to clipboard

Dart client for interacting with Momento

Changelog #

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 #

  • allow heirarchal loggers to have their own log levels (#56) (19082cb)

0.0.4 (2024-01-03) #

Miscellaneous #

  • release please action only creates/manages pr (#53) (0cfdfc1)

0.0.3 (2024-01-03) #

Miscellaneous #

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 #

1.0.0 #

  • Initial version.