Skip to content

Commit d0029e8

Browse files
chore(release): update monorepo packages versions
1 parent a8b775f commit d0029e8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+237
-143
lines changed

Diff for: .changeset/brave-snails-design.md

-5
This file was deleted.

Diff for: .changeset/chatty-masks-love.md

-5
This file was deleted.

Diff for: .changeset/chatty-tomatoes-wait.md

-5
This file was deleted.

Diff for: .changeset/chilly-bobcats-smile.md

-5
This file was deleted.

Diff for: .changeset/dull-goats-brush.md

-5
This file was deleted.

Diff for: .changeset/fuzzy-plums-repeat.md

-5
This file was deleted.

Diff for: .changeset/green-boats-begin.md

-5
This file was deleted.

Diff for: .changeset/lovely-badgers-tan.md

-6
This file was deleted.

Diff for: .changeset/many-timers-watch.md

-5
This file was deleted.

Diff for: .changeset/plenty-apes-hug.md

-5
This file was deleted.

Diff for: .changeset/pretty-schools-confess.md

-5
This file was deleted.

Diff for: .changeset/proud-balloons-yell.md

-6
This file was deleted.

Diff for: .changeset/rotten-roses-sip.md

-5
This file was deleted.

Diff for: .changeset/seven-rivers-sip.md

-6
This file was deleted.

Diff for: .changeset/shaggy-seas-shave.md

-13
This file was deleted.

Diff for: .changeset/silent-stingrays-visit.md

-5
This file was deleted.

Diff for: .changeset/stale-hairs-behave.md

-5
This file was deleted.

Diff for: .changeset/stale-humans-camp.md

-9
This file was deleted.

Diff for: .changeset/tidy-singers-double.md

-5
This file was deleted.

Diff for: .changeset/tiny-glasses-talk.md

-11
This file was deleted.

Diff for: .changeset/weak-items-tap.md

-5
This file was deleted.

Diff for: .changeset/wicked-flowers-bake.md

-5
This file was deleted.

Diff for: deployment/CHANGELOG.md

+103
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,108 @@
11
# hive
22

3+
## 6.1.0
4+
5+
### Minor Changes
6+
7+
- [#6626](https://github.com/graphql-hive/console/pull/6626)
8+
[`2056307`](https://github.com/graphql-hive/console/commit/20563078449dbb6bf33bac3b2e5ac3d2c772fc6f)
9+
Thanks [@jdolle](https://github.com/jdolle)! - Add target breaking change setting to turn
10+
dangerous changes into breaking changes
11+
12+
- [#6658](https://github.com/graphql-hive/console/pull/6658)
13+
[`e6a970f`](https://github.com/graphql-hive/console/commit/e6a970f790b388ff29f97709acdd73136a79dfb7)
14+
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Adjust GraphQL schema according to schema design
15+
policies.
16+
17+
- [#6701](https://github.com/graphql-hive/console/pull/6701)
18+
[`f2fe6c8`](https://github.com/graphql-hive/console/commit/f2fe6c83a2467fcb77ca49c8ed5405d3f6256157)
19+
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Print dangerous schema changes as own section in
20+
github changes.
21+
22+
- [#6662](https://github.com/graphql-hive/console/pull/6662)
23+
[`2b220a5`](https://github.com/graphql-hive/console/commit/2b220a560c4e4777a20ec0cf5f6ee68032055022)
24+
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Support federation composition validation for
25+
`IMPLEMENTED_BY_INACCESSIBLE`.
26+
27+
- [#6678](https://github.com/graphql-hive/console/pull/6678)
28+
[`8fd9ad0`](https://github.com/graphql-hive/console/commit/8fd9ad018a50d54eb61759ea3e178790172d82d6)
29+
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Deprecate `CriticalityLevel` scalar and fields
30+
referencing it in favor of the `SeverityLevelType` scalar. Expose `SchemaChange.severityLevel` and
31+
`SchemaChange.severityReason` via the public API endpoint.
32+
33+
- [#6614](https://github.com/graphql-hive/console/pull/6614)
34+
[`c1d9c05`](https://github.com/graphql-hive/console/commit/c1d9c0568d5a4b4671aceb831883d348db5f9a55)
35+
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Add new route `/graphql-public` to the `server`
36+
service which contains the public GraphQL API (fields and types will follow).
37+
38+
- [#6675](https://github.com/graphql-hive/console/pull/6675)
39+
[`ed66171`](https://github.com/graphql-hive/console/commit/ed66171a4b40d439183c91600bd17044dceafcb7)
40+
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Updates the
41+
`@theguild/federation-composition` to `v0.18.1` that includes the following changes:
42+
43+
- Support progressive overrides (`@override(label: "<value>")`)
44+
- Allow to use `@composeDirective` on a built-in scalar (like `@oneOf`)
45+
- Performance improvements (lazy compute of errors), especially noticeable in large schemas (2s ->
46+
600ms)
47+
- Ensure nested key fields are marked as `@shareable`
48+
- Stop collecting paths when a leaf field was reached (performance improvement)
49+
- Avoid infinite loop when entity field returns itself
50+
51+
- [#6665](https://github.com/graphql-hive/console/pull/6665)
52+
[`cb41478`](https://github.com/graphql-hive/console/commit/cb41478829e41695df686e47dd7673a9601d6008)
53+
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Update
54+
`@theguild/federation-composition` to `v0.16.0`.
55+
56+
- Support Apollo Federation `v2.7`, but without the progressive `@override`.
57+
- Support Apollo Federation `v2.8`, but without the `@context` and `@fromContext` directives.
58+
- Support Apollo Federation `v2.9`, including `@cost` and `@listSize` directives.
59+
60+
- [#6683](https://github.com/graphql-hive/console/pull/6683)
61+
[`ab774b7`](https://github.com/graphql-hive/console/commit/ab774b72bea54b88a2fb2ed1ea01f17a84970fc5)
62+
Thanks [@jdolle](https://github.com/jdolle)! - Make url optional for subsequent federated schema
63+
publishes
64+
65+
### Patch Changes
66+
67+
- [#6716](https://github.com/graphql-hive/console/pull/6716)
68+
[`1767037`](https://github.com/graphql-hive/console/commit/17670374485c36ac459150286559cb3b9edba596)
69+
Thanks [@jdolle](https://github.com/jdolle)! - Improve slack alert error logs
70+
71+
- [#6687](https://github.com/graphql-hive/console/pull/6687)
72+
[`349b78f`](https://github.com/graphql-hive/console/commit/349b78f39ad8fe28977f05e7542ca3e9c28092fd)
73+
Thanks [@jdolle](https://github.com/jdolle)! - Improve resource ID tooltip behavior
74+
75+
- [#6685](https://github.com/graphql-hive/console/pull/6685)
76+
[`a107ad3`](https://github.com/graphql-hive/console/commit/a107ad363bf2aee2ffab9d03ecf61ba0e32fac53)
77+
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Fix failing schema contract composition.
78+
79+
- [#6602](https://github.com/graphql-hive/console/pull/6602)
80+
[`df3e5a2`](https://github.com/graphql-hive/console/commit/df3e5a23e5cd505d346a6d5719a4a7308aba208d)
81+
Thanks [@jdolle](https://github.com/jdolle)! - Added directions for publishing on no schema
82+
component
83+
84+
- [#6713](https://github.com/graphql-hive/console/pull/6713)
85+
[`4f9aeae`](https://github.com/graphql-hive/console/commit/4f9aeae78a0f8feaec225dd7398aeda3000036f5)
86+
Thanks [@jdolle](https://github.com/jdolle)! - Do not store empty metadata in db
87+
88+
- [#6660](https://github.com/graphql-hive/console/pull/6660)
89+
[`5ff2aaa`](https://github.com/graphql-hive/console/commit/5ff2aaa624a6b9f6fe2a3633105ec7ce5ce188d5)
90+
Thanks [@jdolle](https://github.com/jdolle)! - fix schedule a meeting link
91+
92+
- [#6718](https://github.com/graphql-hive/console/pull/6718)
93+
[`fd9b160`](https://github.com/graphql-hive/console/commit/fd9b160015ee139bf8f09a41d14fa5446d60b3f5)
94+
Thanks [@jdolle](https://github.com/jdolle)! - upgrade 'got' package to fix TimeoutError case
95+
96+
- [#6632](https://github.com/graphql-hive/console/pull/6632)
97+
[`9b2bec6`](https://github.com/graphql-hive/console/commit/9b2bec6185f939b378aa898215c56bb82119d0b6)
98+
Thanks [@jdolle](https://github.com/jdolle)! - Capture Stripe.js load error to avoid raising an
99+
unhandled error
100+
101+
- [#6706](https://github.com/graphql-hive/console/pull/6706)
102+
[`4435820`](https://github.com/graphql-hive/console/commit/4435820a2c666a39580156eea01a482768d61ab9)
103+
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Improve contract schema building for subgraphs
104+
using the `extend` keyword.
105+
3106
## 6.0.0
4107

5108
### Major Changes

Diff for: deployment/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hive",
3-
"version": "6.0.0",
3+
"version": "6.1.0",
44
"private": true,
55
"scripts": {
66
"generate": "tsx generate.ts",

Diff for: packages/libraries/apollo/CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# @graphql-hive/apollo
22

3+
## 0.39.0
4+
5+
### Minor Changes
6+
7+
- [#6637](https://github.com/graphql-hive/console/pull/6637)
8+
[`5130fc1`](https://github.com/graphql-hive/console/commit/5130fc1db8c50ac0eb35d901623594749772c550)
9+
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Add error logging for invalid combinations of the
10+
`target` and `token` configuration.
11+
12+
- Please make sure to provide the `target` option for usage reporting when using a token that
13+
starts with `hvo1/`.
14+
- Please make sure to **not** provide a `target` option for usage reporting when a token does
15+
**not** start with `hvo1/`
16+
17+
### Patch Changes
18+
19+
- Updated dependencies
20+
[[`5130fc1`](https://github.com/graphql-hive/console/commit/5130fc1db8c50ac0eb35d901623594749772c550)]:
21+
- @graphql-hive/core@0.11.0
22+
323
## 0.38.1
424

525
### Patch Changes

Diff for: packages/libraries/apollo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-hive/apollo",
3-
"version": "0.38.1",
3+
"version": "0.39.0",
44
"type": "module",
55
"description": "GraphQL Hive + Apollo Server",
66
"repository": {

Diff for: packages/libraries/apollo/src/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = '0.38.1';
1+
export const version = '0.39.0';

Diff for: packages/libraries/cli/CHANGELOG.md

+38
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,43 @@
11
# @graphql-hive/cli
22

3+
## 0.50.0
4+
5+
### Minor Changes
6+
7+
- [#6658](https://github.com/graphql-hive/console/pull/6658)
8+
[`e6a970f`](https://github.com/graphql-hive/console/commit/e6a970f790b388ff29f97709acdd73136a79dfb7)
9+
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Internal adjustments for using non-deprecated API
10+
fields.
11+
12+
- [#6626](https://github.com/graphql-hive/console/pull/6626)
13+
[`2056307`](https://github.com/graphql-hive/console/commit/20563078449dbb6bf33bac3b2e5ac3d2c772fc6f)
14+
Thanks [@jdolle](https://github.com/jdolle)! - Show dangerous changes as a separate list in
15+
schema:check
16+
17+
- [#6662](https://github.com/graphql-hive/console/pull/6662)
18+
[`2b220a5`](https://github.com/graphql-hive/console/commit/2b220a560c4e4777a20ec0cf5f6ee68032055022)
19+
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Support federation composition validation for
20+
`IMPLEMENTED_BY_INACCESSIBLE`.
21+
22+
- [#6675](https://github.com/graphql-hive/console/pull/6675)
23+
[`ed66171`](https://github.com/graphql-hive/console/commit/ed66171a4b40d439183c91600bd17044dceafcb7)
24+
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Updates the
25+
`@theguild/federation-composition` to `v0.18.1` that includes the following changes:
26+
27+
- Support progressive overrides (`@override(label: "<value>")`)
28+
- Allow to use `@composeDirective` on a built-in scalar (like `@oneOf`)
29+
- Performance improvements (lazy compute of errors), especially noticeable in large schemas (2s ->
30+
600ms)
31+
- Ensure nested key fields are marked as `@shareable`
32+
- Stop collecting paths when a leaf field was reached (performance improvement)
33+
- Avoid infinite loop when entity field returns itself
34+
35+
### Patch Changes
36+
37+
- Updated dependencies
38+
[[`5130fc1`](https://github.com/graphql-hive/console/commit/5130fc1db8c50ac0eb35d901623594749772c550)]:
39+
- @graphql-hive/core@0.11.0
40+
341
## 0.49.1
442

543
### Patch Changes

Diff for: packages/libraries/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-hive/cli",
3-
"version": "0.49.1",
3+
"version": "0.50.0",
44
"description": "A CLI util to manage and control your GraphQL Hive",
55
"repository": {
66
"type": "git",

Diff for: packages/libraries/core/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @graphql-hive/core
22

3+
## 0.11.0
4+
5+
### Minor Changes
6+
7+
- [#6637](https://github.com/graphql-hive/console/pull/6637)
8+
[`5130fc1`](https://github.com/graphql-hive/console/commit/5130fc1db8c50ac0eb35d901623594749772c550)
9+
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Add error logging for invalid combinations of the
10+
`target` and `token` configuration.
11+
12+
- Please make sure to provide the `target` option for usage reporting when using a token that
13+
starts with `hvo1/`.
14+
- Please make sure to **not** provide a `target` option for usage reporting when a token does
15+
**not** start with `hvo1/`
16+
317
## 0.10.1
418

519
### Patch Changes

Diff for: packages/libraries/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-hive/core",
3-
"version": "0.10.1",
3+
"version": "0.11.0",
44
"type": "module",
55
"repository": {
66
"type": "git",

Diff for: packages/libraries/core/src/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = '0.10.1';
1+
export const version = '0.11.0';

0 commit comments

Comments
 (0)