stellate 1.16.0 → 1.17.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +138 -0
- package/build/index.d.ts +1 -0
- package/build/index.js +505 -615
- package/build/package.js.map +1 -1
- package/build/package.mjs.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,138 @@
|
|
|
1
|
+
# stellate
|
|
2
|
+
|
|
3
|
+
## 1.17.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- ⚠️ Fix login crash when server returns nothing, by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#1738](https://github.com/StellateHQ/graphcdn/pull/1738))
|
|
8
|
+
- correct dashboard url, by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#1743](https://github.com/StellateHQ/graphcdn/pull/1743))
|
|
9
|
+
|
|
10
|
+
## 1.17.0
|
|
11
|
+
|
|
12
|
+
### Minor Changes
|
|
13
|
+
|
|
14
|
+
- Allow the user to override `enablePlayground` in the `environments` section of the stellate-config, by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#1707](https://github.com/StellateHQ/graphcdn/pull/1707))
|
|
15
|
+
|
|
16
|
+
## 1.16.0
|
|
17
|
+
|
|
18
|
+
### Minor Changes
|
|
19
|
+
|
|
20
|
+
- show config diff when pushing and add the `--dry` option (See #1586)
|
|
21
|
+
|
|
22
|
+
### Patch Changes
|
|
23
|
+
|
|
24
|
+
- Guard from crashing when doing the diff, by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#1606](https://github.com/StellateHQ/graphcdn/pull/1606))
|
|
25
|
+
|
|
26
|
+
## 1.15.2
|
|
27
|
+
|
|
28
|
+
### Patch Changes
|
|
29
|
+
|
|
30
|
+
- Send source when pushing configs or schemas. This was previously only sent in CI, by [@hayes](https://github.com/hayes) (See [#1557](https://github.com/StellateHQ/graphcdn/pull/1557))
|
|
31
|
+
- Change links to dashboard printed in CLI outputs, by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#1561](https://github.com/StellateHQ/graphcdn/pull/1561))
|
|
32
|
+
|
|
33
|
+
## 1.15.1
|
|
34
|
+
|
|
35
|
+
### Patch Changes
|
|
36
|
+
|
|
37
|
+
- ⚠️ Fix commands formatting in README, by [@zcei](https://github.com/zcei) (See [#1380](https://github.com/StellateHQ/graphcdn/pull/1380))
|
|
38
|
+
- Rename CHANGELOG from graphcdn to stellate, by [@zcei](https://github.com/zcei) (See [#1381](https://github.com/StellateHQ/graphcdn/pull/1381))
|
|
39
|
+
|
|
40
|
+
## 1.15.0
|
|
41
|
+
|
|
42
|
+
### Minor Changes
|
|
43
|
+
|
|
44
|
+
- Allow users to specify the config output format, by [@zcei](https://github.com/zcei) (See [#1353](https://github.com/StellateHQ/graphcdn/pull/1353))
|
|
45
|
+
|
|
46
|
+
## 1.14.2
|
|
47
|
+
|
|
48
|
+
### Patch Changes
|
|
49
|
+
|
|
50
|
+
- Display `mutationPolicy` correctly, added because of bumping the `@gcdn/configuration` package, by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#1308](https://github.com/StellateHQ/graphcdn/pull/1308))
|
|
51
|
+
|
|
52
|
+
## 1.14.1
|
|
53
|
+
|
|
54
|
+
### Patch Changes
|
|
55
|
+
|
|
56
|
+
- ⚠️ fix issue where the types of `@gcdn/configuration` are not inlined, by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#1280](https://github.com/StellateHQ/graphcdn/pull/1280))
|
|
57
|
+
|
|
58
|
+
## 1.14.0
|
|
59
|
+
|
|
60
|
+
### Minor Changes
|
|
61
|
+
|
|
62
|
+
- Allow for code-based configuration files, by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#1104](https://github.com/StellateHQ/graphcdn/pull/1104))
|
|
63
|
+
|
|
64
|
+
## 1.13.0
|
|
65
|
+
|
|
66
|
+
### Minor Changes
|
|
67
|
+
|
|
68
|
+
- Add the `mutationPolicies` option, which allows consumers to specify how the automatic invalidation should work, by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#1092](https://github.com/graphcdn/graphcdn/pull/1092))
|
|
69
|
+
|
|
70
|
+
## 1.12.0
|
|
71
|
+
|
|
72
|
+
### Minor Changes
|
|
73
|
+
|
|
74
|
+
- Add check command (beta), by [@andyrichardson](https://github.com/andyrichardson) (See [#1108](https://github.com/graphcdn/graphcdn/pull/1108))
|
|
75
|
+
- Add the `graphcdn check` functionality to diff the current schema to the one we have on record and list out dangerous and breaking changes, by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#1105](https://github.com/graphcdn/graphcdn/pull/1105))
|
|
76
|
+
|
|
77
|
+
### Patch Changes
|
|
78
|
+
|
|
79
|
+
- ⚠️ Fix issue where origin response headers would get removed, by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#1094](https://github.com/graphcdn/graphcdn/pull/1094))
|
|
80
|
+
|
|
81
|
+
## 1.11.0
|
|
82
|
+
|
|
83
|
+
### Minor Changes
|
|
84
|
+
|
|
85
|
+
- Add the ability to serve the purging-api from the CLI, by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#1051](https://github.com/graphcdn/graphcdn/pull/1051))
|
|
86
|
+
|
|
87
|
+
## 1.10.0
|
|
88
|
+
|
|
89
|
+
### Minor Changes
|
|
90
|
+
|
|
91
|
+
- Upgrade `graphql` to `v16.3.0`, by [@kitten](https://github.com/kitten) (See [#942](https://github.com/graphcdn/graphcdn/pull/942))
|
|
92
|
+
|
|
93
|
+
### Patch Changes
|
|
94
|
+
|
|
95
|
+
- ⚠️ Fix issue where path is translated to `/undefined` and add debounces on reconnect, by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#955](https://github.com/graphcdn/graphcdn/pull/955))
|
|
96
|
+
|
|
97
|
+
## 1.9.2
|
|
98
|
+
|
|
99
|
+
### Patch Changes
|
|
100
|
+
|
|
101
|
+
- make internal dependency a dev dependency, by [@thomasheyenbrock](https://github.com/thomasheyenbrock) (See [#922](https://github.com/graphcdn/graphcdn/pull/922))
|
|
102
|
+
|
|
103
|
+
## 1.9.1
|
|
104
|
+
|
|
105
|
+
### Patch Changes
|
|
106
|
+
|
|
107
|
+
- Updated dependencies [2a7862e]
|
|
108
|
+
- @gcdn/configuration@1.2.0
|
|
109
|
+
|
|
110
|
+
## 1.9.0
|
|
111
|
+
|
|
112
|
+
### Minor Changes
|
|
113
|
+
|
|
114
|
+
- Leverage a worker to facilitate communication from the GraphCDN-CLI serve command and the local origin server, by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#862](https://github.com/graphcdn/graphcdn/pull/862))
|
|
115
|
+
|
|
116
|
+
## 1.8.2
|
|
117
|
+
|
|
118
|
+
### Patch Changes
|
|
119
|
+
|
|
120
|
+
- 44753137: add `keep-names` to the esbuild cli-args so we can preserve `AbortSignal` detection
|
|
121
|
+
- fee1f6c7: fix broken links to dashboard and website
|
|
122
|
+
|
|
123
|
+
## 1.8.1
|
|
124
|
+
|
|
125
|
+
### Patch Changes
|
|
126
|
+
|
|
127
|
+
- d4eea0d7: use the proper api-endpoint for the CLI
|
|
128
|
+
|
|
129
|
+
## 1.8.0
|
|
130
|
+
|
|
131
|
+
### Minor Changes
|
|
132
|
+
|
|
133
|
+
- a966efa0: Add the option to only push the schema to the app.
|
|
134
|
+
|
|
135
|
+
This options is added to the CLI under `graphcdn push schema`, this will ignore
|
|
136
|
+
the rest of the config and exclusively push up a new introspection.
|
|
137
|
+
|
|
138
|
+
To facilitate this the `api` has a new mutation field called `pushAppSchema`
|