github Urigo/graphql-mesh @graphql-mesh/types@0.77.0

latest releases: release-1660141840432, json-machete@0.11.1, @omnigraph/raml@0.5.64...
2 years ago

Minor Changes

  • 12e1e5d: New Cloudflare KV Cache support!

    Now you can basically use Cloudflare Workers' KV Caching system within Mesh;

    cache:
      cfKv:
        namespace: MESH

    Breaking changes for other cache packages

    Now cache implementations should implement getKeysByPrefix that returns keys starting with the given prefix.

    Response Cache Plugin Improvements

    Response Cache plugin needs some complicated cache storage. So the relational entries related to specific cached responses and entities are now kept as seperate cache entries. Thanks to new getKeysByPrefix, we can now get a response by an entity id for example easier which is more performant.

Patch Changes

  • 12e1e5d: New Rate Limit plugin
    • @graphql-mesh/store@0.8.18

Don't miss a new graphql-mesh release

NewReleases is sending notifications on new releases.