File tree Expand file tree Collapse file tree 12 files changed +90
-22
lines changed Expand file tree Collapse file tree 12 files changed +90
-22
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# @graphql-hive/apollo
2
2
3
+ ## 0.35.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [ #5307 ] ( https://github.com/kamilkisiela/graphql-hive/pull/5307 )
8
+ [ ` 0a3b24d ` ] ( https://github.com/kamilkisiela/graphql-hive/commit/0a3b24d400770c2cc84642959febb9288ad1c1b7 )
9
+ Thanks [ @n1ru4l ] ( https://github.com/n1ru4l ) ! - Re-introduce retry logging removed in previous
10
+ release.
11
+
12
+ ### Patch Changes
13
+
14
+ - [ #5361 ] ( https://github.com/kamilkisiela/graphql-hive/pull/5361 )
15
+ [ ` 3f03e7b ` ] ( https://github.com/kamilkisiela/graphql-hive/commit/3f03e7b3a65707ba8aa04335684f0aa8d261868f )
16
+ Thanks [ @kamilkisiela ] ( https://github.com/kamilkisiela ) ! - Fixed issue where usage reports were
17
+ sent only on app disposal or max batch size, now also sent at set intervals.
18
+ - Updated dependencies
19
+ [[ ` 3f03e7b ` ] ( https://github.com/kamilkisiela/graphql-hive/commit/3f03e7b3a65707ba8aa04335684f0aa8d261868f ) ,
20
+ [ ` 0a3b24d ` ] ( https://github.com/kamilkisiela/graphql-hive/commit/0a3b24d400770c2cc84642959febb9288ad1c1b7 )] :
21
+ - @graphql-hive/core @0.7.0
22
+
3
23
## 0.34.1
4
24
5
25
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @graphql-hive/apollo" ,
3
- "version" : " 0.34.1 " ,
3
+ "version" : " 0.35.0 " ,
4
4
"type" : " module" ,
5
5
"description" : " GraphQL Hive + Apollo Server" ,
6
6
"repository" : {
Original file line number Diff line number Diff line change 1
1
# @graphql-hive/cli
2
2
3
+ ## 0.41.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [ #5307 ] ( https://github.com/kamilkisiela/graphql-hive/pull/5307 )
8
+ [ ` 0a3b24d ` ] ( https://github.com/kamilkisiela/graphql-hive/commit/0a3b24d400770c2cc84642959febb9288ad1c1b7 )
9
+ Thanks [ @n1ru4l ] ( https://github.com/n1ru4l ) ! - Re-introduce retry logging removed in previous
10
+ release.
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+ [[ ` 3f03e7b ` ] ( https://github.com/kamilkisiela/graphql-hive/commit/3f03e7b3a65707ba8aa04335684f0aa8d261868f ) ,
16
+ [ ` 0a3b24d ` ] ( https://github.com/kamilkisiela/graphql-hive/commit/0a3b24d400770c2cc84642959febb9288ad1c1b7 )] :
17
+ - @graphql-hive/core @0.7.0
18
+
3
19
## 0.40.1
4
20
5
21
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @graphql-hive/cli" ,
3
- "version" : " 0.40.1 " ,
3
+ "version" : " 0.41.0 " ,
4
4
"description" : " A CLI util to manage and control your GraphQL Hive" ,
5
5
"repository" : {
6
6
"type" : " git" ,
Original file line number Diff line number Diff line change 1
1
# @graphql-hive/core
2
2
3
+ ## 0.7.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [ #5307 ] ( https://github.com/kamilkisiela/graphql-hive/pull/5307 )
8
+ [ ` 0a3b24d ` ] ( https://github.com/kamilkisiela/graphql-hive/commit/0a3b24d400770c2cc84642959febb9288ad1c1b7 )
9
+ Thanks [ @n1ru4l ] ( https://github.com/n1ru4l ) ! - Re-introduce retry logging removed in previous
10
+ release.
11
+
12
+ ### Patch Changes
13
+
14
+ - [ #5361 ] ( https://github.com/kamilkisiela/graphql-hive/pull/5361 )
15
+ [ ` 3f03e7b ` ] ( https://github.com/kamilkisiela/graphql-hive/commit/3f03e7b3a65707ba8aa04335684f0aa8d261868f )
16
+ Thanks [ @kamilkisiela ] ( https://github.com/kamilkisiela ) ! - Fixed issue where usage reports were
17
+ sent only on app disposal or max batch size, now also sent at set intervals.
18
+
3
19
## 0.6.1
4
20
5
21
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @graphql-hive/core" ,
3
- "version" : " 0.6.1 " ,
3
+ "version" : " 0.7.0 " ,
4
4
"type" : " module" ,
5
5
"repository" : {
6
6
"type" : " git" ,
Original file line number Diff line number Diff line change 1
1
# @graphql-hive/envelop
2
2
3
+ ## 0.33.6
4
+
5
+ ### Patch Changes
6
+
7
+ - [ #5361 ] ( https://github.com/kamilkisiela/graphql-hive/pull/5361 )
8
+ [ ` 3f03e7b ` ] ( https://github.com/kamilkisiela/graphql-hive/commit/3f03e7b3a65707ba8aa04335684f0aa8d261868f )
9
+ Thanks [ @kamilkisiela ] ( https://github.com/kamilkisiela ) ! - Fixed issue where usage reports were
10
+ sent only on app disposal or max batch size, now also sent at set intervals.
11
+ - Updated dependencies
12
+ [[ ` 3f03e7b ` ] ( https://github.com/kamilkisiela/graphql-hive/commit/3f03e7b3a65707ba8aa04335684f0aa8d261868f ) ,
13
+ [ ` 0a3b24d ` ] ( https://github.com/kamilkisiela/graphql-hive/commit/0a3b24d400770c2cc84642959febb9288ad1c1b7 )] :
14
+ - @graphql-hive/core @0.7.0
15
+
3
16
## 0.33.5
4
17
5
18
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @graphql-hive/envelop" ,
3
- "version" : " 0.33.5 " ,
3
+ "version" : " 0.33.6 " ,
4
4
"type" : " module" ,
5
5
"description" : " GraphQL Hive + GraphQL Envelop" ,
6
6
"repository" : {
Original file line number Diff line number Diff line change 1
1
# @graphql-hive/yoga
2
2
3
+ ## 0.35.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [ #5307 ] ( https://github.com/kamilkisiela/graphql-hive/pull/5307 )
8
+ [ ` 0a3b24d ` ] ( https://github.com/kamilkisiela/graphql-hive/commit/0a3b24d400770c2cc84642959febb9288ad1c1b7 )
9
+ Thanks [ @n1ru4l ] ( https://github.com/n1ru4l ) ! - Re-introduce retry logging removed in previous
10
+ release.
11
+
12
+ ### Patch Changes
13
+
14
+ - [ #5361 ] ( https://github.com/kamilkisiela/graphql-hive/pull/5361 )
15
+ [ ` 3f03e7b ` ] ( https://github.com/kamilkisiela/graphql-hive/commit/3f03e7b3a65707ba8aa04335684f0aa8d261868f )
16
+ Thanks [ @kamilkisiela ] ( https://github.com/kamilkisiela ) ! - Fixed issue where usage reports were
17
+ sent only on app disposal or max batch size, now also sent at set intervals.
18
+ - Updated dependencies
19
+ [[ ` 3f03e7b ` ] ( https://github.com/kamilkisiela/graphql-hive/commit/3f03e7b3a65707ba8aa04335684f0aa8d261868f ) ,
20
+ [ ` 0a3b24d ` ] ( https://github.com/kamilkisiela/graphql-hive/commit/0a3b24d400770c2cc84642959febb9288ad1c1b7 )] :
21
+ - @graphql-hive/core @0.7.0
22
+
3
23
## 0.34.1
4
24
5
25
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @graphql-hive/yoga" ,
3
- "version" : " 0.34.1 " ,
3
+ "version" : " 0.35.0 " ,
4
4
"type" : " module" ,
5
5
"description" : " GraphQL Hive + GraphQL Yoga" ,
6
6
"repository" : {
You can’t perform that action at this time.
0 commit comments