Skip to content

Commit 9b980e6

Browse files
committedAug 28, 2019
Backfill references to publish commits for federation and gateway changelogs
1 parent abdec21 commit 9b980e6

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed
 

‎packages/apollo-federation/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,24 @@
88

99
# v0.6.8
1010

11+
> [See complete versioning details.](https://github.com/apollographql/apollo-server/commit/5974b2ce405a06bc331230400b9073f6381738d3)
12+
1113
* Support __typenames if defined by an incoming operation [#2922](https://github.com/apollographql/apollo-server/pull/2922)
1214

1315
# v0.6.7
1416

17+
> [See complete versioning details.](https://github.com/apollographql/apollo-server/commit/2ea5887acc43461a5539071f4981a5f70e0d0652)
18+
1519
* Fix bug in externalUnused validation [#2919](https://github.com/apollographql/apollo-server/pull/2919)
1620

1721
# v0.6.6
1822

23+
> [See complete versioning details.](https://github.com/apollographql/apollo-server/commit/183de5f112324def375a45c239955e1bf1608fae)
24+
1925
* Allow specified directives during validation (@deprecated) [#2823](https://github.com/apollographql/apollo-server/pull/2823)
2026

2127
# v0.6.1
2228

29+
> [See complete versioning details.](https://github.com/apollographql/apollo-server/commit/1209839c01b4cac1eb23f42c747296dd9507a8ac)
30+
2331
* Normalize SDL in a normalization step before validation [#2771](https://github.com/apollographql/apollo-server/pull/2771)

‎packages/apollo-gateway/CHANGELOG.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -10,31 +10,44 @@
1010

1111
# v0.9.1
1212

13+
> [See complete versioning details.](https://github.com/apollographql/apollo-server/commit/a1c41152a35c837af27d1dee081fc273de07a28e)
14+
1315
* Optimize buildQueryPlan when two FetchGroups are on the same service [#3135](https://github.com/apollographql/apollo-server/pull/3135)
1416
* Construct and use RemoteGraphQLDataSource to issue introspection query to Federated Services [#3120](https://github.com/apollographql/apollo-server/pull/3120)
1517

1618
# v0.9.0
1719

20+
> [See complete versioning details.](https://github.com/apollographql/apollo-server/commit/99f78c6782bce170186ba6ef311182a8c9f281b7)
21+
1822
* Add experimental observability functions [#3110](https://github.com/apollographql/apollo-server/pull/3110)
1923

2024
# v0.8.2
2125

22-
* Handle `null` @requires selections correctly during execution [#3138](https://github.com/apollographql/apollo-server/pull/3138)
26+
> [See complete versioning details.](https://github.com/apollographql/apollo-server/commit/b0a9ce0615d19b7241e64883b5d5d7730cc13fcb)
2327
28+
* Handle `null` @requires selections correctly during execution [#3138](https://github.com/apollographql/apollo-server/pull/3138)
2429

2530
# v0.6.13
2631

32+
> [See complete versioning details.](https://github.com/apollographql/apollo-server/commit/a06594117dbbf1e8abdb7b366b69a94ab808b065)
33+
2734
* Proxy errors from downstream services [#3019](https://github.com/apollographql/apollo-server/pull/3019)
2835
* Handle schema defaultVariables correctly within downstream fetches [#2963](https://github.com/apollographql/apollo-server/pull/2963)
2936

3037
# v0.6.12
3138

39+
> [See complete versioning details.](https://github.com/apollographql/apollo-server/commit/5974b2ce405a06bc331230400b9073f6381738d3)
40+
3241
* Fix `@requires` bug preventing array and null values. [PR #2928](https://github.com/apollographql/apollo-server/pull/2928)
3342

3443
# v0.6.5
3544

45+
> [See complete versioning details.](https://github.com/apollographql/apollo-server/commit/9dcfe6f91fa7b4187a644efe1522cf444ffc1251)
46+
3647
* Relax constraints of root operation type names in validation [#2783](ttps://github.com/apollographql/apollo-server/pull/2783)
3748

3849
# v0.6.2
3950

51+
> [See complete versioning details.](https://github.com/apollographql/apollo-server/commit/e113127b1ff9802de3bc5574bcae55256f0ef656)
52+
4053
* Resolve an issue with \__proto__ pollution in deepMerge() [#2779](https://github.com/apollographql/apollo-server/pull/2779)

0 commit comments

Comments
 (0)
Please sign in to comment.