Skip to content

Releases: mirumee/ariadne-graphql-proxy

0.4.0.dev1

19 Apr 13:05
Compare
Choose a tag to compare
0.4.0.dev1 Pre-release
Pre-release

CHANGELOG

  • 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

26 Mar 10:11
901e3cf
Compare
Choose a tag to compare

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.

0.2.0

25 Sep 14:57
637a08c
Compare
Choose a tag to compare

Changelog

  • 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

13 Jun 11:57
Compare
Choose a tag to compare

Initial release of Ariadne GraphQL Proxy