Upcoming Release Changes (#5305)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
TheGuildBot 2024-08-02 15:27:01 +03:00 committed by GitHub
parent f2fef08e9d
commit 16a2f92ebf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 65 additions and 13 deletions

View file

@ -1,8 +0,0 @@
---
'@graphql-hive/apollo': patch
'@graphql-hive/core': patch
'@graphql-hive/yoga': patch
'@graphql-hive/cli': patch
---
Fixed a logging issue where both initiated requests and successful responses were being recorded. This was causing the logs to be filled with unnecessary information and affected `hive artifact:fetch --artifact` command.

View file

@ -1,5 +1,19 @@
# @graphql-hive/apollo
## 0.34.1
### Patch Changes
- [#5304](https://github.com/kamilkisiela/graphql-hive/pull/5304)
[`f2fef08`](https://github.com/kamilkisiela/graphql-hive/commit/f2fef08e9d1e13cb4a89d3882922db6dc822542e)
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Fixed a logging issue where both
initiated requests and successful responses were being recorded. This was causing the logs to be
filled with unnecessary information and affected `hive artifact:fetch --artifact` command.
- Updated dependencies
[[`f2fef08`](https://github.com/kamilkisiela/graphql-hive/commit/f2fef08e9d1e13cb4a89d3882922db6dc822542e)]:
- @graphql-hive/core@0.6.1
## 0.34.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "@graphql-hive/apollo",
"version": "0.34.0",
"version": "0.34.1",
"type": "module",
"description": "GraphQL Hive + Apollo Server",
"repository": {

View file

@ -1,5 +1,19 @@
# @graphql-hive/cli
## 0.40.1
### Patch Changes
- [#5304](https://github.com/kamilkisiela/graphql-hive/pull/5304)
[`f2fef08`](https://github.com/kamilkisiela/graphql-hive/commit/f2fef08e9d1e13cb4a89d3882922db6dc822542e)
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Fixed a logging issue where both
initiated requests and successful responses were being recorded. This was causing the logs to be
filled with unnecessary information and affected `hive artifact:fetch --artifact` command.
- Updated dependencies
[[`f2fef08`](https://github.com/kamilkisiela/graphql-hive/commit/f2fef08e9d1e13cb4a89d3882922db6dc822542e)]:
- @graphql-hive/core@0.6.1
## 0.40.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "@graphql-hive/cli",
"version": "0.40.0",
"version": "0.40.1",
"description": "A CLI util to manage and control your GraphQL Hive",
"repository": {
"type": "git",

View file

@ -1,5 +1,15 @@
# @graphql-hive/core
## 0.6.1
### Patch Changes
- [#5304](https://github.com/kamilkisiela/graphql-hive/pull/5304)
[`f2fef08`](https://github.com/kamilkisiela/graphql-hive/commit/f2fef08e9d1e13cb4a89d3882922db6dc822542e)
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Fixed a logging issue where both
initiated requests and successful responses were being recorded. This was causing the logs to be
filled with unnecessary information and affected `hive artifact:fetch --artifact` command.
## 0.6.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "@graphql-hive/core",
"version": "0.6.0",
"version": "0.6.1",
"type": "module",
"repository": {
"type": "git",

View file

@ -1,5 +1,13 @@
# @graphql-hive/envelop
## 0.33.5
### Patch Changes
- Updated dependencies
[[`f2fef08`](https://github.com/kamilkisiela/graphql-hive/commit/f2fef08e9d1e13cb4a89d3882922db6dc822542e)]:
- @graphql-hive/core@0.6.1
## 0.33.4
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@graphql-hive/envelop",
"version": "0.33.4",
"version": "0.33.5",
"type": "module",
"description": "GraphQL Hive + GraphQL Envelop",
"repository": {

View file

@ -1,5 +1,19 @@
# @graphql-hive/yoga
## 0.34.1
### Patch Changes
- [#5304](https://github.com/kamilkisiela/graphql-hive/pull/5304)
[`f2fef08`](https://github.com/kamilkisiela/graphql-hive/commit/f2fef08e9d1e13cb4a89d3882922db6dc822542e)
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Fixed a logging issue where both
initiated requests and successful responses were being recorded. This was causing the logs to be
filled with unnecessary information and affected `hive artifact:fetch --artifact` command.
- Updated dependencies
[[`f2fef08`](https://github.com/kamilkisiela/graphql-hive/commit/f2fef08e9d1e13cb4a89d3882922db6dc822542e)]:
- @graphql-hive/core@0.6.1
## 0.34.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "@graphql-hive/yoga",
"version": "0.34.0",
"version": "0.34.1",
"type": "module",
"description": "GraphQL Hive + GraphQL Yoga",
"repository": {