Skip to content

Commit 07cf4fd

Browse files
Upcoming Release Changes (#6790)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent fdcfc1d commit 07cf4fd

26 files changed

+137
-86
lines changed

.changeset/early-eyes-return.md

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

.changeset/fast-trees-call.md

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

.changeset/fluffy-rice-build.md

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

.changeset/four-wombats-fix.md

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

.changeset/hot-actors-cheer.md

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

.changeset/lemon-lies-carry.md

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

.changeset/nine-timers-complain.md

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

.changeset/olive-melons-hide.md

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

.changeset/weak-cobras-rhyme.md

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

.changeset/wild-walls-pump.md

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

deployment/CHANGELOG.md

Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,90 @@
11
# hive
22

3+
## 8.0.0
4+
5+
### Major Changes
6+
7+
- [#6810](https://github.com/graphql-hive/console/pull/6810)
8+
[`ae65069`](https://github.com/graphql-hive/console/commit/ae65069da79f3863ddfe6c4da80826af2b8c4b0a)
9+
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Add mutation fields for managing schema contracts
10+
to the public api schema.
11+
12+
- `Mutation.createContract`
13+
- `Mutation.disableContract`
14+
15+
**BREAKING CHANGE**: This renames and changes the types for existing types within the private
16+
GraphQL schema.
17+
18+
- [#6722](https://github.com/graphql-hive/console/pull/6722)
19+
[`aab6e7c`](https://github.com/graphql-hive/console/commit/aab6e7c2cfbd8453e0062362fc10244da98d57d1)
20+
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Add mutation fields for managing users to the
21+
public api schema.
22+
23+
- `Mutation.assignMemberRole`
24+
- `Mutation.createMemberRole`
25+
- `Mutation.deleteMemberRole`
26+
- `Mutation.deleteOrganizationInvitation`
27+
- `Mutation.inviteToOrganizationByEmail`
28+
- `Mutation.updateMemberRole`
29+
30+
**BREAKING CHANGE**: This renames and changes the types for existing types within the private
31+
GraphQL schema.
32+
33+
- [#6786](https://github.com/graphql-hive/console/pull/6786)
34+
[`20bfc4c`](https://github.com/graphql-hive/console/commit/20bfc4c052367efd9bc4d8e9a35e0a72aee2c95b)
35+
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Add mutation fields for managing projects to the
36+
public api schema.
37+
38+
- `Mutation.createProject`
39+
- `Mutation.updateProjectSlug`
40+
- `Mutation.deleteProject`
41+
42+
**BREAKING CHANGE**: This renames and changes the types for existing types within the private
43+
GraphQL schema.
44+
45+
- [#6795](https://github.com/graphql-hive/console/pull/6795)
46+
[`3552957`](https://github.com/graphql-hive/console/commit/3552957eeb2c7bf2bf74d912f58b32e56d6bc69f)
47+
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Add fields for querying usage datato the public api
48+
schema.
49+
50+
- `Target.schemaCoordinateStats`
51+
- `Target.clientStats`
52+
- `Target.operationsStats`
53+
54+
**BREAKING CHANGE**: This renames and changes the types for existing types within the private
55+
GraphQL schema.
56+
57+
### Minor Changes
58+
59+
- [#6764](https://github.com/graphql-hive/console/pull/6764)
60+
[`bbd5643`](https://github.com/graphql-hive/console/commit/bbd5643924eb2b32511e96a03a3a5a978a66adee)
61+
Thanks [@jdolle](https://github.com/jdolle)! - Track provided operation arguments/inputs and use
62+
them to determine conditional breaking changes; Fix null to non-null argument breaking change edge
63+
case"
64+
65+
### Patch Changes
66+
67+
- [#6780](https://github.com/graphql-hive/console/pull/6780)
68+
[`6c0b6f3`](https://github.com/graphql-hive/console/commit/6c0b6f3051d8ee73307094d124a32496f196a547)
69+
Thanks [@jdolle](https://github.com/jdolle)! - Add pg indexes to help with org delete
70+
71+
- [#6814](https://github.com/graphql-hive/console/pull/6814)
72+
[`7574cce`](https://github.com/graphql-hive/console/commit/7574cce6d6155628ee8303ad4e7782af4f8a303d)
73+
Thanks [@jdolle](https://github.com/jdolle)! - Fix random infinite loop on schema checks page
74+
75+
- [#6791](https://github.com/graphql-hive/console/pull/6791)
76+
[`6f43b3e`](https://github.com/graphql-hive/console/commit/6f43b3e753ab16e28a11d14ee5afef96be7e1c0d)
77+
Thanks [@jdolle](https://github.com/jdolle)! - Remove redundant pg indices
78+
79+
- [#6792](https://github.com/graphql-hive/console/pull/6792)
80+
[`54acc25`](https://github.com/graphql-hive/console/commit/54acc25e156188c22b7aaeb71ae9cce59cc94ba8)
81+
Thanks [@jdolle](https://github.com/jdolle)! - Adjust contract to target foreign key reference to
82+
cascade delete
83+
84+
- [#6793](https://github.com/graphql-hive/console/pull/6793)
85+
[`81df783`](https://github.com/graphql-hive/console/commit/81df78373a0c8a96540740c2a8e3efd9a513640e)
86+
Thanks [@jdolle](https://github.com/jdolle)! - Adjust date range selector ui
87+
388
## 7.0.2
489

590
### Patch Changes

deployment/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hive",
3-
"version": "7.0.2",
3+
"version": "8.0.0",
44
"private": true,
55
"scripts": {
66
"generate": "tsx generate.ts",

packages/libraries/apollo/CHANGELOG.md

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

3+
## 0.39.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`bbd5643`](https://github.com/graphql-hive/console/commit/bbd5643924eb2b32511e96a03a3a5a978a66adee)]:
9+
- @graphql-hive/core@0.12.0
10+
311
## 0.39.0
412

513
### Minor 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.39.0",
3+
"version": "0.39.1",
44
"type": "module",
55
"description": "GraphQL Hive + Apollo Server",
66
"repository": {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = '0.39.0';
1+
export const version = '0.39.1';

packages/libraries/cli/CHANGELOG.md

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

3+
## 0.50.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`bbd5643`](https://github.com/graphql-hive/console/commit/bbd5643924eb2b32511e96a03a3a5a978a66adee)]:
9+
- @graphql-hive/core@0.12.0
10+
311
## 0.50.0
412

513
### 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.50.0",
3+
"version": "0.50.1",
44
"description": "A CLI util to manage and control your GraphQL Hive",
55
"repository": {
66
"type": "git",

packages/libraries/core/CHANGELOG.md

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

3+
## 0.12.0
4+
5+
### Minor Changes
6+
7+
- [#6764](https://github.com/graphql-hive/console/pull/6764)
8+
[`bbd5643`](https://github.com/graphql-hive/console/commit/bbd5643924eb2b32511e96a03a3a5a978a66adee)
9+
Thanks [@jdolle](https://github.com/jdolle)! - Track provided operation arguments/inputs and use
10+
them to determine conditional breaking changes; Fix null to non-null argument breaking change edge
11+
case"
12+
313
## 0.11.0
414

515
### 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.11.0",
3+
"version": "0.12.0",
44
"type": "module",
55
"repository": {
66
"type": "git",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = '0.11.0';
1+
export const version = '0.12.0';

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.36.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`bbd5643`](https://github.com/graphql-hive/console/commit/bbd5643924eb2b32511e96a03a3a5a978a66adee)]:
9+
- @graphql-hive/core@0.12.0
10+
311
## 0.36.0
412

513
### Minor Changes

packages/libraries/envelop/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/envelop",
3-
"version": "0.36.0",
3+
"version": "0.36.1",
44
"type": "module",
55
"description": "GraphQL Hive + GraphQL Envelop",
66
"repository": {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = '0.36.0';
1+
export const version = '0.36.1';

packages/libraries/yoga/CHANGELOG.md

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

3+
## 0.42.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`bbd5643`](https://github.com/graphql-hive/console/commit/bbd5643924eb2b32511e96a03a3a5a978a66adee)]:
9+
- @graphql-hive/core@0.12.0
10+
311
## 0.42.0
412

513
### Minor Changes

packages/libraries/yoga/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/yoga",
3-
"version": "0.42.0",
3+
"version": "0.42.1",
44
"type": "module",
55
"description": "GraphQL Hive + GraphQL Yoga",
66
"repository": {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = '0.42.0';
1+
export const version = '0.42.1';

0 commit comments

Comments
 (0)