From a79c253253614e44d01fef411016d353ef8c255e Mon Sep 17 00:00:00 2001 From: Kamil Kisiela Date: Fri, 30 Sep 2022 17:34:08 +0200 Subject: [PATCH] Release client with ETag and If-None-Match support (#435) --- .changeset/yellow-kings-marry.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/yellow-kings-marry.md diff --git a/.changeset/yellow-kings-marry.md b/.changeset/yellow-kings-marry.md new file mode 100644 index 000000000..4e67205be --- /dev/null +++ b/.changeset/yellow-kings-marry.md @@ -0,0 +1,5 @@ +--- +'@graphql-hive/client': patch +--- + +Use ETag and If-None-Match to save bandwidth and improve performance