Skip to content

Commit 2a8bec5

Browse files
author
James Baxley
authored
Merge branch 'master' into add-ruby-support
2 parents a4104de + 07b6041 commit 2a8bec5

37 files changed

Lines changed: 2025 additions & 447 deletions

File tree

CHANGELOG.md

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
## Upcoming
44

55
- `apollo`
6-
- <First `apollo` related entry goes here>
6+
- Relax graphql version, resolve missing types "Boolean", "String" [#1355](https://github.com/apollographql/apollo-tooling/pull/1355)
7+
- Add `service:list` and tests [#1358](https://github.com/apollographql/apollo-tooling/pull/1358)
78
- `apollo-codegen-core`
89
- <First `apollo-codegen-core` related entry goes here>
910
- `apollo-codegen-flow`
@@ -21,11 +22,42 @@
2122
- `apollo-language-server`
2223
- Allow template literal placeholders that span multiple rows[#1299](https://github.com/apollographql/apollo-tooling/pull/1299)
2324
- Add support for extracting GraphQL documents from Ruby source files using `<<-GRAPHQL...GRAPHQL` heredoc. [#1304](https://github.com/apollographql/apollo-tooling/pull/1304)
25+
- <First `apollo-language-server` related entry goes here>
2426
- `apollo-tools`
2527
- <First `apollo-tools` related entry goes here>
2628
- `vscode-apollo`
2729
- Add support for Ruby source files using `<<-GRAPHQL...GRAPHQL` heredoc. [#1304](https://github.com/apollographql/apollo-tooling/pull/1304)
2830

31+
## `apollo-graphql@0.3.3`
32+
33+
- `apollo-graphql@0.3.3`
34+
- buildSchemaFromSDL - Add support for merging Scalar and Enum resolvers to schema [#1345](https://github.com/apollographql/apollo-tooling/pull/1345)
35+
36+
## `apollo@2.14.0`, `apollo-language-server@1.11.0`, `vscode-apollo@1.7.4`
37+
38+
- `apollo@2.14.0`
39+
- Add integration tests to `service:check` [#1308](https://github.com/apollographql/apollo-tooling/pull/1308)
40+
- Add support for federated service to `service:check` [#1308](https://github.com/apollographql/apollo-tooling/pull/1308)
41+
- `apollo-language-server@1.11.0`
42+
- Add support for federated service to `service:check` [#1308](https://github.com/apollographql/apollo-tooling/pull/1308)
43+
- `vscode-apollo@1.7.4`
44+
- Fix bug causing some editor features to sometimes give stale results [#1361](https://github.com/apollographql/apollo-tooling/pull/1361)
45+
46+
## `apollo@2.13.1`, `apollo-graphql@0.3.2`
47+
48+
- `apollo@2.13.1`
49+
- Remove federation warnings and update types [#1332](https://github.com/apollographql/apollo-tooling/pull/1332)
50+
- `apollo-graphql@0.3.2`
51+
- buildSchemaFromSDL - support meta fields on abstract types [#1330](https://github.com/apollographql/apollo-tooling/pull/1330)
52+
53+
## `apollo@2.13.0`, `apollo-language-server@1.10.0`
54+
55+
- `apollo@2.13.0`
56+
- update `client:push` to pass the tag / graphVariant [#1307](https://github.com/apollographql/apollo-tooling/pull/1307)
57+
- `apollo-language-server@1.10.0`
58+
- Use offset equal to length of tagname when parsing JS documents[#1050](https://github.com/apollographql/apollo-tooling/issues/1050)
59+
- Allow template literal placeholders that span multiple rows[#1299](https://github.com/apollographql/apollo-tooling/pull/1299)
60+
2961
## `apollo@2.12.4`, `apollo-language-server@1.9.0`, `vscode-apollo@1.7.0`
3062

3163
- `apollo@2.12.4`

0 commit comments

Comments
 (0)