Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.17 KB

CHANGELOG.md

File metadata and controls

29 lines (18 loc) · 1.17 KB

CHANGELOG

0.4.0 (2024-07-30)

  • Fixed handling of nested variables in objects and lists.
  • Added queries, mutations and subscriptions APIs to ProxySchema.add_remote_schema, ProxySchema.add_schema and copy_schema for creating schemas that are subsets of other, larger schemas.

0.3.0 (2024-03-26)

  • 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.

0.2.0 (2023-09-25)

  • Added CloudflareCacheBackend.
  • Added DynamoDBCacheBackend.
  • Changed QueryFilter and root_resolver to split variables between schemas.
  • Added insert_field utility to ProxySchema. Added get_query_params_resolver as factory for imgix resolvers.

0.1.0 (2023-06-13)

  • Initial release.