Skip to content

Commit e22512b

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

File tree

13 files changed

+93
-44
lines changed

13 files changed

+93
-44
lines changed

.changeset/chilly-balloons-cover.md

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

.changeset/fuzzy-readers-melt.md

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

.changeset/stupid-rabbits-swim.md

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

packages/libraries/apollo/CHANGELOG.md

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

3+
## 0.34.0
4+
5+
### Minor Changes
6+
7+
- [#5234](https://github.com/kamilkisiela/graphql-hive/pull/5234)
8+
[`e6dc5c9`](https://github.com/kamilkisiela/graphql-hive/commit/e6dc5c9df34c30c52555b27b0bca50e0be75480b)
9+
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Better HTTP info, error and debug logging.
10+
11+
For the supergraph manager, pass a `console` instance as the `logger` property.
12+
13+
```ts
14+
import { createSupergraphManager } from '@graphql-hive/apollo'
15+
16+
const manager = createSupergraphManager({
17+
...otherOptions,
18+
logger: console
19+
})
20+
```
21+
22+
For the supergraph SDL fetcher pass a `console` instance as the `logger` property.
23+
24+
```ts
25+
import { createSupergraphSDLFetcher } from '@graphql-hive/apollo'
26+
27+
const manager = createSupergraphSDLFetcher({
28+
...otherOptions,
29+
logger: console
30+
})
31+
```
32+
33+
- [#5234](https://github.com/kamilkisiela/graphql-hive/pull/5234)
34+
[`e6dc5c9`](https://github.com/kamilkisiela/graphql-hive/commit/e6dc5c9df34c30c52555b27b0bca50e0be75480b)
35+
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Improved logging output of HTTP requests and
36+
retires.
37+
38+
### Patch Changes
39+
40+
- Updated dependencies
41+
[[`e6dc5c9`](https://github.com/kamilkisiela/graphql-hive/commit/e6dc5c9df34c30c52555b27b0bca50e0be75480b)]:
42+
- @graphql-hive/core@0.6.0
43+
344
## 0.33.4
445

546
### Patch Changes

packages/libraries/apollo/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/apollo",
3-
"version": "0.33.4",
3+
"version": "0.34.0",
44
"type": "module",
55
"description": "GraphQL Hive + Apollo Server",
66
"repository": {

packages/libraries/cli/CHANGELOG.md

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

3+
## 0.40.0
4+
5+
### Minor Changes
6+
7+
- [#5234](https://github.com/kamilkisiela/graphql-hive/pull/5234)
8+
[`e6dc5c9`](https://github.com/kamilkisiela/graphql-hive/commit/e6dc5c9df34c30c52555b27b0bca50e0be75480b)
9+
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Provide debug logging for HTTP requests when
10+
providing the `--debug` flag.
11+
12+
### Patch Changes
13+
14+
- Updated dependencies
15+
[[`e6dc5c9`](https://github.com/kamilkisiela/graphql-hive/commit/e6dc5c9df34c30c52555b27b0bca50e0be75480b)]:
16+
- @graphql-hive/core@0.6.0
17+
318
## 0.39.0
419

520
### Minor Changes

packages/libraries/cli/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/cli",
3-
"version": "0.39.0",
3+
"version": "0.40.0",
44
"description": "A CLI util to manage and control your GraphQL Hive",
55
"repository": {
66
"type": "git",

packages/libraries/core/CHANGELOG.md

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

3+
## 0.6.0
4+
5+
### Minor Changes
6+
7+
- [#5234](https://github.com/kamilkisiela/graphql-hive/pull/5234)
8+
[`e6dc5c9`](https://github.com/kamilkisiela/graphql-hive/commit/e6dc5c9df34c30c52555b27b0bca50e0be75480b)
9+
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Improved logging output of HTTP requests and
10+
retires.
11+
312
## 0.5.0
413

514
### Minor Changes

packages/libraries/core/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/core",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"type": "module",
55
"repository": {
66
"type": "git",

packages/libraries/envelop/CHANGELOG.md

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

3+
## 0.33.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`e6dc5c9`](https://github.com/kamilkisiela/graphql-hive/commit/e6dc5c9df34c30c52555b27b0bca50e0be75480b)]:
9+
- @graphql-hive/core@0.6.0
10+
311
## 0.33.3
412

513
### Patch Changes

0 commit comments

Comments
 (0)