Skip to content

Commit

Permalink
Update changelog, remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalp committed Apr 19, 2024
1 parent b6739c4 commit 24178cf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## 0.4.0 (UNRELEASED)

- 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.
Expand Down
1 change: 0 additions & 1 deletion ariadne_graphql_proxy/proxy_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,6 @@ async def root_resolver(
isinstance(subquery_data.get("extensions"), dict)
and self.proxy_extensions[schema_id]
):
print("HERE")
root_extensions[label] = subquery_data["extensions"]

if root_errors or root_extensions:
Expand Down

0 comments on commit 24178cf

Please sign in to comment.