Releases: mirumee/ariadne-graphql-proxy
Releases · mirumee/ariadne-graphql-proxy
0.5.0
0.4.0
CHANGELOG
- Fixed handling of nested variables in objects and lists.
- Added
queries,mutationsandsubscriptionsAPIs toProxySchema.add_remote_schema,ProxySchema.add_schemaandcopy_schemafor creating schemas that are subsets of other, larger schemas.
0.4.0.dev1
CHANGELOG
- Fixed handling of nested variables in objects and lists.
- Added
queries,mutationsandsubscriptionsAPIs toProxySchema.add_remote_schema,ProxySchema.add_schemaandcopy_schemafor creating schemas that are subsets of other, larger schemas.
0.3.0
CHANGELOG
- Added
CacheSerializer,NoopCacheSerializerandJSONCacheSerializer. ChangedCacheBackend,InMemoryCache,CloudflareCacheBackendandDynamoDBCacheBackendto acceptserializerinitialization option. - Fixed schema proxy returning an error when variable defined in an operation is missing from its variables.
- Fixed query
unionfields support. - Improved custom headers handling in
ProxyResolverandProxySchema. - Proxy errors and extensions from upstream.
- Added fields dependencies configuration option to
ProxySchema.