@graphql-hive/gateway 1.16.5 → 1.16.6-alpha-c219d9076b321b0261895abbd639774e174910f3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @graphql-hive/gateway
2
2
 
3
+ ## 1.16.6-alpha-c219d9076b321b0261895abbd639774e174910f3
4
+ ### Patch Changes
5
+
6
+
7
+
8
+ - [#1419](https://github.com/graphql-hive/gateway/pull/1419) [`ca72727`](https://github.com/graphql-hive/gateway/commit/ca72727f03d744399b898bc79a032554428dcdb9) Thanks [@ardatan](https://github.com/ardatan)! - Inflight request deduplication
9
+
3
10
  ## 1.16.5
4
11
  ### Patch Changes
5
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-hive/gateway",
3
- "version": "1.16.5",
3
+ "version": "1.16.6-alpha-c219d9076b321b0261895abbd639774e174910f3",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",