File tree Expand file tree Collapse file tree 2 files changed +43
-3
lines changed Expand file tree Collapse file tree 2 files changed +43
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- ' graphql-language-service-server ' : patch
3
- ' vscode-graphql-syntax ' : patch
2
+ ' graphql-language-service-server ' : minor
3
+ ' vscode-graphql ' : minor
4
+ ' graphql-language-service-server-cli ' : minor
4
5
---
5
6
6
- Fix crash on saving empty package.json file
7
+ Fix many schema and fragment lifecycle issues, for all contexts except for schema updates for url schemas.
8
+ Note: this makes ` cacheSchemaForLookup ` enabled by default again for schema first contexts.
9
+
10
+ this fixes multiple cacheing bugs, on writing some in-depth integration coverage for the LSP server.
11
+ it also solves several bugs regarding loading config types, and properly restarts the server when there are config changes
12
+
13
+ ### Bugfix Summary
14
+
15
+ - jump to definition in embedded files offset bug
16
+ - cache invalidation for fragments
17
+ - schema cache invalidation for schema files
18
+ - schema definition lookups & autocomplete crossing into the wrong workspace
19
+
20
+ ### Known Bugs Fixed
21
+
22
+ - #3318
23
+ - #2357
24
+ - #3469
25
+ - #2422
26
+ - #2820
27
+ - many others to add here...
28
+
29
+ ### Test Improvements
30
+
31
+ - new, high level integration spec suite for the LSP with a matching test utility
32
+ - more unit test coverage
33
+ - ** total increased test coverage of about 25% in the LSP server codebase.**
34
+ - many "happy paths" covered for both schema and code first contexts
35
+ - many bugs revealed (and their source)
Original file line number Diff line number Diff line change
1
+ ---
2
+ ' graphiql ' : patch
3
+ ' graphql-language-service ' : patch
4
+ ' graphql-language-service-server ' : patch
5
+ ' graphql-language-service-server-cli ' : patch
6
+ ' codemirror-graphql ' : patch
7
+ ' @graphiql/react ' : patch
8
+ ' monaco-graphql ' : patch
9
+ ---
10
+
11
+ bugfix to completion for SDL type fields
You can’t perform that action at this time.
0 commit comments