|
3 | 3 | ## Upcoming |
4 | 4 |
|
5 | 5 | - `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) |
7 | 8 | - `apollo-codegen-core` |
8 | 9 | - <First `apollo-codegen-core` related entry goes here> |
9 | 10 | - `apollo-codegen-flow` |
|
21 | 22 | - `apollo-language-server` |
22 | 23 | - Allow template literal placeholders that span multiple rows[#1299](https://github.com/apollographql/apollo-tooling/pull/1299) |
23 | 24 | - 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> |
24 | 26 | - `apollo-tools` |
25 | 27 | - <First `apollo-tools` related entry goes here> |
26 | 28 | - `vscode-apollo` |
27 | 29 | - Add support for Ruby source files using `<<-GRAPHQL...GRAPHQL` heredoc. [#1304](https://github.com/apollographql/apollo-tooling/pull/1304) |
28 | 30 |
|
| 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 | + |
29 | 61 | ## `apollo@2.12.4`, `apollo-language-server@1.9.0`, `vscode-apollo@1.7.0` |
30 | 62 |
|
31 | 63 | - `apollo@2.12.4` |
|
0 commit comments