Skip to content

Commit 1987c01

Browse files
Update release federation w/master (#1247)
* chore(deps): pin dependency @types/glob to 7.1.1 (#1145) * Add gql to default config in apollo-language-server (#1176) Add .gql file extension do default config `includes` glob Fixes #1128 * Improve language server performance (#1206) Add caching and debouncing to hot code paths (changing documents) * Publish - apollo-codegen-core@0.33.4 - apollo-codegen-flow@0.33.4 - apollo-codegen-scala@0.34.4 - apollo-codegen-swift@0.33.4 - apollo-codegen-typescript@0.33.4 - apollo-language-server@1.7.0 - apollo@2.9.0 - vscode-apollo@1.6.4 * Update changelog for publish * chore(deps): pin dependency @types/lodash.debounce to 4.0.6 (#1208) * chore(deps): update dependency @babel/types (#1215) * chore(deps): update dependency @types/node-fetch to v2.3.3 (#1216) * chore(deps): update dependency @babel/generator to v7.4.4 (#1217) * chore(deps): update dependency typescript to v3.4.5 (#1220) * chore(deps): update dependency @types/node to v8.10.47 (#1218) * chore(deps): update dependency lerna to v3.13.4 (#1219) * Update deprecated field usage (#1209) * Update deprecated field usage * Strongly type testing fixture to tie it to the shape of the result as the schema changes * chore(deps): update dependency husky to v2 (#1222) * chore(deps): update dependency @types/listr to v0.14.0 (#1234) * chore(deps): update dependency husky to v2.2.0 (#1229) * chore(deps): update dependency @types/jest to v24.0.12 (#1227) * chore(deps): update dependency @types/node to v8.10.48 (#1228) * chore(deps): update dependency lint-staged to v8.1.6 (#1230) * chore(deps): update dependency symlink-dir to v3.0.3 (#1235) * chore(deps): update dependency jest-environment-node to v24.8.0 (#1236) * chore(deps): update dependency jest-matcher-utils to v24.8.0 (#1233) * Add ability to download schema to file (#1108) * Add ability to download schema for clients using the `download-schema` command * use chalk for better error messaging * Publish - apollo-codegen-core@0.33.5 - apollo-codegen-flow@0.33.5 - apollo-codegen-scala@0.34.5 - apollo-codegen-swift@0.33.5 - apollo-codegen-typescript@0.33.5 - apollo-language-server@1.7.1 - apollo@2.10.0 - vscode-apollo@1.6.5 * Update changelog for 2.10.0 release * chore(deps): update dependency dotenv to v8 (#1237) * Update README.md (#1242) * Add service:push debuggability (#1244) Leverage oclif debug logger to add visibility into variables sent to Engine during service:push. * Publish - apollo-codegen-core@0.33.6 - apollo-codegen-flow@0.33.6 - apollo-codegen-scala@0.34.6 - apollo-codegen-swift@0.33.6 - apollo-codegen-typescript@0.33.6 - apollo-language-server@1.7.2 - apollo@2.10.1 - vscode-apollo@1.6.6 * Update changelog for publish * Debug log before the call out to Engine (#1245) * Publish - apollo@2.10.2 * chore(deps): update dependency apollo-datasource to ^0.4.0 (#1246)
1 parent 9c75701 commit 1987c01

31 files changed

Lines changed: 1373 additions & 1213 deletions

File tree

CHANGELOG.md

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

55
- `apollo`
6-
- Support local schema files in service:check [#1118](https://github.com/apollographql/apollo-tooling/pull/1116)
6+
- <First `apollo` related entry goes here>
77
- `apollo-codegen-core`
88
- <First `apollo-codegen-core` related entry goes here>
99
- `apollo-codegen-flow`
@@ -19,12 +19,31 @@
1919
- `apollo-graphql`
2020
- <First `apollo-graphql` related entry goes here>
2121
- `apollo-language-server`
22-
- Fix on-hover bugs introduced by replacing visitWithTypeInfo [#1196](https://github.com/apollographql/apollo-tooling/pull/1196)
22+
- <First `apollo-language-server` related entry goes here>
2323
- `apollo-tools`
2424
- <First `apollo-tools` related entry goes here>
2525
- `vscode-apollo`
2626
- <First `vscode-apollo` related entry goes here>
2727

28+
## `apollo@2.10.1`
29+
30+
- `apollo@2.10.1`
31+
- Add service:push debuggability [#1244](https://github.com/apollographql/apollo-tooling/pull/1244)
32+
33+
## `apollo@2.10.0`
34+
35+
- `apollo@2.10.0`
36+
- Add `client:download-schema` command to download schemas from engine to an output file [#1108](https://github.com/apollographql/apollo-tooling/pull/1108)
37+
38+
## `apollo@2.9.0`, `apollo-language-server@1.7.0`
39+
40+
- `apollo@2.9.0`
41+
- Support local schema files in service:check [#1118](https://github.com/apollographql/apollo-tooling/pull/1116)
42+
- `apollo-language-server@1.7.0`
43+
- Fix on-hover bugs introduced by replacing visitWithTypeInfo [#1196](https://github.com/apollographql/apollo-tooling/pull/1196)
44+
- Add `gql` extension to the default `includes` configuration [#1176](https://github.com/apollographql/apollo-tooling/pull/1176)
45+
- Simple perf improvements (debouncer + cache) [#1206](https://github.com/apollographql/apollo-tooling/pull/1206)
46+
2847
## `apollo@2.8.3`
2948

3049
- `apollo@2.8.3`
@@ -35,7 +54,6 @@
3554
- `apollo@2.8.2`
3655
- Update `service:check`'s `--markdown` output to include clients affected, number of operations checked, pluralization improvements, and backticks around service and schema variant [#1164](https://github.com/apollographql/apollo-tooling/pull/1164)
3756
- Update `service:check` output to show failures before passes [#1168](https://github.com/apollographql/apollo-tooling/pull/1168)
38-
- `apollo-language-server@1.6.3`
3957

4058
## `apollo@2.8.1`
4159

0 commit comments

Comments
 (0)