Skip to content

Commit 27591d8

Browse files
Upcoming Release Changes (#2002)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b32af9f commit 27591d8

File tree

8 files changed

+36
-23
lines changed

8 files changed

+36
-23
lines changed

.changeset/dull-candles-taste.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/twenty-news-compete.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

packages/gateway/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# @graphql-hive/gateway
22

3+
## 2.5.0
4+
### Minor Changes
5+
6+
7+
8+
- [#2005](https://github.com/graphql-hive/gateway/pull/2005) [`3866e36`](https://github.com/graphql-hive/gateway/commit/3866e3632d93a517a67b1ed6f0deab0a20bac374) Thanks [@ardatan](https://github.com/ardatan)! - Support Rust QP as builtin in Docker image
9+
10+
While running the Docker image of the gateway, you can now use Rust QP as the builtin query planner.
11+
12+
```sh
13+
docker run \
14+
-e HIVE_ROUTER_RUNTIME=true \
15+
-p 8080:8080 \
16+
-v "$(pwd)/supergraph.graphql:/gateway/supergraph.graphql" \
17+
ghcr.io/graphql-hive/gateway supergraph --port=8080
18+
```
19+
320
## 2.4.3
421
### Patch Changes
522

packages/gateway/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-hive/gateway",
3-
"version": "2.4.3",
3+
"version": "2.5.0",
44
"type": "module",
55
"repository": {
66
"type": "git",

packages/nestjs/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @graphql-hive/nestjs
22

3+
## 2.0.41
4+
### Patch Changes
5+
6+
- Updated dependencies [[`3866e36`](https://github.com/graphql-hive/gateway/commit/3866e3632d93a517a67b1ed6f0deab0a20bac374)]:
7+
- @graphql-hive/gateway@2.5.0
8+
39
## 2.0.40
410
### Patch Changes
511

packages/nestjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-hive/nestjs",
3-
"version": "2.0.40",
3+
"version": "2.0.41",
44
"type": "module",
55
"repository": {
66
"type": "git",

packages/router-runtime/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @graphql-hive/router-runtime
22

3+
## 1.1.12
4+
### Patch Changes
5+
6+
7+
8+
- [#2001](https://github.com/graphql-hive/gateway/pull/2001) [`0408878`](https://github.com/graphql-hive/gateway/commit/04088789b84c037886c88c6545fa2452c55927cc) Thanks [@ardatan](https://github.com/ardatan)! - Fix projection while using Rust QP
9+
10+
- Updated dependencies []:
11+
- @graphql-mesh/fusion-runtime@1.6.9
12+
313
## 1.1.11
414
### Patch Changes
515

packages/router-runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-hive/router-runtime",
3-
"version": "1.1.11",
3+
"version": "1.1.12",
44
"type": "module",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)