Skip to content

0.3.0

Compare
Choose a tag to compare
@rafalp rafalp released this 26 Mar 10:11
· 11 commits to main since this release
901e3cf

CHANGELOG

  • Added CacheSerializer, NoopCacheSerializer and JSONCacheSerializer. Changed CacheBackend, InMemoryCache, CloudflareCacheBackend and DynamoDBCacheBackend to accept serializer initialization option.
  • Fixed schema proxy returning an error when variable defined in an operation is missing from its variables.
  • Fixed query union fields support.
  • Improved custom headers handling in ProxyResolver and ProxySchema.
  • Proxy errors and extensions from upstream.
  • Added fields dependencies configuration option to ProxySchema.