mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 14:37:17 +00:00
Upcoming Release Changes (#6373)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
403a95e6f7
commit
13646a34f5
26 changed files with 148 additions and 83 deletions
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'hive': minor
|
||||
---
|
||||
|
||||
Display logs from the Preflight Script in Laboratory
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'hive': patch
|
||||
---
|
||||
|
||||
Remove the code leftovers related to activities (no longer a thing)
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'hive': minor
|
||||
---
|
||||
|
||||
Adds ability to select a default role for new OIDC users
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
'@graphql-hive/cli': patch
|
||||
'hive': patch
|
||||
---
|
||||
|
||||
Update `@theguild/federation-composition` to [v0.14.3](https://github.com/the-guild-org/federation/releases/tag/v0.14.3)
|
||||
|
||||
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
---
|
||||
'hive': minor
|
||||
---
|
||||
|
||||
Added a new environment variable `OPENTELEMETRY_TRACE_USAGE_REQUESTS` for `rate-limit` and `tokens` services.
|
||||
|
||||
Self-hosters who wish to report telemetry information for `usage` service, can opt-in and set `OPENTELEMETRY_TRACE_USAGE_REQUESTS=1` to these services. This will skip sampling and will always trace requests originating from the `usage` service.
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
---
|
||||
'hive-apollo-router-plugin': patch
|
||||
'@graphql-hive/core': patch
|
||||
'@graphql-hive/apollo': patch
|
||||
'@graphql-hive/envelop': patch
|
||||
'@graphql-hive/yoga': patch
|
||||
---
|
||||
|
||||
Collect custom scalars from arguments and input object fields
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'hive': minor
|
||||
---
|
||||
|
||||
Add multi-column sort to Insights > Operations table
|
||||
|
|
@ -1,12 +0,0 @@
|
|||
---
|
||||
'hive': minor
|
||||
---
|
||||
|
||||
Show Impact metric in the Operations list on the Insights page.
|
||||
Impact equals to the total time spent on this operation in the selected period in seconds.
|
||||
It helps assess which operations contribute the most to overall latency.
|
||||
|
||||
|
||||
```
|
||||
Impact = Requests * avg/1000
|
||||
```
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'hive': patch
|
||||
---
|
||||
|
||||
Disable "select organization" dropdown for OIDC accounts
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'hive': minor
|
||||
---
|
||||
|
||||
Add type definitions of global.lab to Preflight Script editor
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
---
|
||||
'hive': minor
|
||||
---
|
||||
|
||||
Added OpenTelemetry traces to Usage service using a new `OPENTELEMETRY_COLLECTOR_ENDPOINT` env var.
|
||||
|
||||
This option is disabled by default for self-hosting, you can opt-in by setting `OPENTELEMETRY_COLLECTOR_ENDPOINT`.
|
||||
|
||||
|
||||
|
|
@ -1,5 +1,74 @@
|
|||
# hive
|
||||
|
||||
## 4.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- [#6400](https://github.com/graphql-hive/console/pull/6400)
|
||||
[`d2a4387`](https://github.com/graphql-hive/console/commit/d2a4387b64fe71340159c536a05dd38b1a35c751)
|
||||
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Display logs from the Preflight Script
|
||||
in Laboratory
|
||||
|
||||
- [#6348](https://github.com/graphql-hive/console/pull/6348)
|
||||
[`e754700`](https://github.com/graphql-hive/console/commit/e75470021282b84b622560c8a991c196ee7f24d7)
|
||||
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Adds ability to select a default role
|
||||
for new OIDC users
|
||||
|
||||
- [#6351](https://github.com/graphql-hive/console/pull/6351)
|
||||
[`ba20748`](https://github.com/graphql-hive/console/commit/ba207485ad8b8868c73b736397c8f7f2416b86d3)
|
||||
Thanks [@dotansimha](https://github.com/dotansimha)! - Added a new environment variable
|
||||
`OPENTELEMETRY_TRACE_USAGE_REQUESTS` for `rate-limit` and `tokens` services.
|
||||
|
||||
Self-hosters who wish to report telemetry information for `usage` service, can opt-in and set
|
||||
`OPENTELEMETRY_TRACE_USAGE_REQUESTS=1` to these services. This will skip sampling and will always
|
||||
trace requests originating from the `usage` service.
|
||||
|
||||
- [#6388](https://github.com/graphql-hive/console/pull/6388)
|
||||
[`a8ff443`](https://github.com/graphql-hive/console/commit/a8ff443307fa9929f0b466c6a83d695bd5e707dd)
|
||||
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Add multi-column sort to Insights >
|
||||
Operations table
|
||||
|
||||
- [#6389](https://github.com/graphql-hive/console/pull/6389)
|
||||
[`781b140`](https://github.com/graphql-hive/console/commit/781b140ffb5d5256913941763b79665965c53a6c)
|
||||
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Show Impact metric in the Operations
|
||||
list on the Insights page. Impact equals to the total time spent on this operation in the selected
|
||||
period in seconds. It helps assess which operations contribute the most to overall latency.
|
||||
|
||||
```
|
||||
Impact = Requests * avg/1000
|
||||
```
|
||||
|
||||
- [#6393](https://github.com/graphql-hive/console/pull/6393)
|
||||
[`84fd770`](https://github.com/graphql-hive/console/commit/84fd770b6c7bc3fdd62af6d337889e3c2596ef15)
|
||||
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Add type definitions of global.lab to
|
||||
Preflight Script editor
|
||||
|
||||
- [#6351](https://github.com/graphql-hive/console/pull/6351)
|
||||
[`ba20748`](https://github.com/graphql-hive/console/commit/ba207485ad8b8868c73b736397c8f7f2416b86d3)
|
||||
Thanks [@dotansimha](https://github.com/dotansimha)! - Added OpenTelemetry traces to Usage service
|
||||
using a new `OPENTELEMETRY_COLLECTOR_ENDPOINT` env var.
|
||||
|
||||
This option is disabled by default for self-hosting, you can opt-in by setting
|
||||
`OPENTELEMETRY_COLLECTOR_ENDPOINT`.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#6386](https://github.com/graphql-hive/console/pull/6386)
|
||||
[`d19229f`](https://github.com/graphql-hive/console/commit/d19229fb6e4f48237a925987ff1a60b6b651a784)
|
||||
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Remove the code leftovers related to
|
||||
activities (no longer a thing)
|
||||
|
||||
- [#6380](https://github.com/graphql-hive/console/pull/6380)
|
||||
[`40213fb`](https://github.com/graphql-hive/console/commit/40213fb7dc39cfb2688e6127e8fe2658f7fceb7f)
|
||||
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Update
|
||||
`@theguild/federation-composition` to
|
||||
[v0.14.3](https://github.com/the-guild-org/federation/releases/tag/v0.14.3)
|
||||
|
||||
- [#6399](https://github.com/graphql-hive/console/pull/6399)
|
||||
[`607192e`](https://github.com/graphql-hive/console/commit/607192eaa5d6c3dcc6a2d0c4ff406a7d6f06ca42)
|
||||
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Disable "select organization" dropdown
|
||||
for OIDC accounts
|
||||
|
||||
## 4.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "hive",
|
||||
"version": "4.0.1",
|
||||
"version": "4.1.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"generate": "tsx generate.ts",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,18 @@
|
|||
# @graphql-hive/apollo
|
||||
|
||||
## 0.36.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#6383](https://github.com/graphql-hive/console/pull/6383)
|
||||
[`ec356a7`](https://github.com/graphql-hive/console/commit/ec356a7784d1f59722f80a69f501f1f250b2f6b2)
|
||||
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Collect custom scalars from arguments
|
||||
and input object fields
|
||||
|
||||
- Updated dependencies
|
||||
[[`ec356a7`](https://github.com/graphql-hive/console/commit/ec356a7784d1f59722f80a69f501f1f250b2f6b2)]:
|
||||
- @graphql-hive/core@0.8.4
|
||||
|
||||
## 0.36.4
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@graphql-hive/apollo",
|
||||
"version": "0.36.4",
|
||||
"version": "0.36.5",
|
||||
"type": "module",
|
||||
"description": "GraphQL Hive + Apollo Server",
|
||||
"repository": {
|
||||
|
|
|
|||
|
|
@ -1,5 +1,19 @@
|
|||
# @graphql-hive/cli
|
||||
|
||||
## 0.46.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#6380](https://github.com/graphql-hive/console/pull/6380)
|
||||
[`40213fb`](https://github.com/graphql-hive/console/commit/40213fb7dc39cfb2688e6127e8fe2658f7fceb7f)
|
||||
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Update
|
||||
`@theguild/federation-composition` to
|
||||
[v0.14.3](https://github.com/the-guild-org/federation/releases/tag/v0.14.3)
|
||||
|
||||
- Updated dependencies
|
||||
[[`ec356a7`](https://github.com/graphql-hive/console/commit/ec356a7784d1f59722f80a69f501f1f250b2f6b2)]:
|
||||
- @graphql-hive/core@0.8.4
|
||||
|
||||
## 0.46.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@graphql-hive/cli",
|
||||
"version": "0.46.0",
|
||||
"version": "0.46.1",
|
||||
"description": "A CLI util to manage and control your GraphQL Hive",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,14 @@
|
|||
# @graphql-hive/core
|
||||
|
||||
## 0.8.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#6383](https://github.com/graphql-hive/console/pull/6383)
|
||||
[`ec356a7`](https://github.com/graphql-hive/console/commit/ec356a7784d1f59722f80a69f501f1f250b2f6b2)
|
||||
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Collect custom scalars from arguments
|
||||
and input object fields
|
||||
|
||||
## 0.8.3
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@graphql-hive/core",
|
||||
"version": "0.8.3",
|
||||
"version": "0.8.4",
|
||||
"type": "module",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,18 @@
|
|||
# @graphql-hive/envelop
|
||||
|
||||
## 0.33.13
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#6383](https://github.com/graphql-hive/console/pull/6383)
|
||||
[`ec356a7`](https://github.com/graphql-hive/console/commit/ec356a7784d1f59722f80a69f501f1f250b2f6b2)
|
||||
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Collect custom scalars from arguments
|
||||
and input object fields
|
||||
|
||||
- Updated dependencies
|
||||
[[`ec356a7`](https://github.com/graphql-hive/console/commit/ec356a7784d1f59722f80a69f501f1f250b2f6b2)]:
|
||||
- @graphql-hive/core@0.8.4
|
||||
|
||||
## 0.33.12
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@graphql-hive/envelop",
|
||||
"version": "0.33.12",
|
||||
"version": "0.33.13",
|
||||
"type": "module",
|
||||
"description": "GraphQL Hive + GraphQL Envelop",
|
||||
"repository": {
|
||||
|
|
|
|||
|
|
@ -1,5 +1,14 @@
|
|||
# 16.10.2024
|
||||
|
||||
## 1.1.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#6383](https://github.com/graphql-hive/console/pull/6383)
|
||||
[`ec356a7`](https://github.com/graphql-hive/console/commit/ec356a7784d1f59722f80a69f501f1f250b2f6b2)
|
||||
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Collect custom scalars from arguments
|
||||
and input object fields
|
||||
|
||||
## 1.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ repository = "https://github.com/graphql-hive/console/"
|
|||
edition = "2021"
|
||||
license = "MIT"
|
||||
publish = true
|
||||
version = "1.1.0"
|
||||
version = "1.1.1"
|
||||
description = "Apollo-Router Plugin for Hive"
|
||||
|
||||
[[bin]]
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "hive-apollo-router-plugin",
|
||||
"version": "1.1.0",
|
||||
"version": "1.1.1",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"sync-cargo-file": "./sync-cargo-file.sh"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,18 @@
|
|||
# @graphql-hive/yoga
|
||||
|
||||
## 0.39.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#6383](https://github.com/graphql-hive/console/pull/6383)
|
||||
[`ec356a7`](https://github.com/graphql-hive/console/commit/ec356a7784d1f59722f80a69f501f1f250b2f6b2)
|
||||
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Collect custom scalars from arguments
|
||||
and input object fields
|
||||
|
||||
- Updated dependencies
|
||||
[[`ec356a7`](https://github.com/graphql-hive/console/commit/ec356a7784d1f59722f80a69f501f1f250b2f6b2)]:
|
||||
- @graphql-hive/core@0.8.4
|
||||
|
||||
## 0.39.2
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@graphql-hive/yoga",
|
||||
"version": "0.39.2",
|
||||
"version": "0.39.3",
|
||||
"type": "module",
|
||||
"description": "GraphQL Hive + GraphQL Yoga",
|
||||
"repository": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue