@graphql-hive/gateway 1.16.5 → 1.16.6-alpha-25120f67ab6e2f5c07bd630708613dbc3428f90e
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.
- package/CHANGELOG.md +7 -0
- 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-25120f67ab6e2f5c07bd630708613dbc3428f90e
|
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
|
|