@aws-amplify/graphql-index-transformer 0.14.3-alpha.12 → 0.14.3
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +40 -245
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
@@ -3,463 +3,258 @@
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5
5
|
|
6
|
-
## [0.14.
|
6
|
+
## [0.14.3](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-index-transformer@0.14.2...@aws-amplify/graphql-index-transformer@0.14.3) (2022-11-08)
|
7
7
|
|
8
8
|
**Note:** Version bump only for package @aws-amplify/graphql-index-transformer
|
9
9
|
|
10
|
+
## [0.14.2](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-index-transformer@0.14.1...@aws-amplify/graphql-index-transformer@0.14.2) (2022-10-26)
|
10
11
|
|
11
|
-
|
12
|
-
|
12
|
+
**Note:** Version bump only for package @aws-amplify/graphql-index-transformer
|
13
13
|
|
14
14
|
## [0.14.1](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-index-transformer@0.14.0...@aws-amplify/graphql-index-transformer@0.14.1) (2022-10-24)
|
15
15
|
|
16
16
|
**Note:** Version bump only for package @aws-amplify/graphql-index-transformer
|
17
17
|
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
18
|
# [0.14.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-index-transformer@0.13.8...@aws-amplify/graphql-index-transformer@0.14.0) (2022-10-04)
|
23
19
|
|
24
|
-
|
25
20
|
### Features
|
26
21
|
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
22
|
+
- **graphql:** subscriptions rtf support ([#837](https://github.com/aws-amplify/amplify-category-api/issues/837)) ([99caa22](https://github.com/aws-amplify/amplify-category-api/commit/99caa22d4d48c317ce98bdc7ae7f19d7e3c0ce94))
|
32
23
|
|
33
24
|
## [0.13.8](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-index-transformer@0.13.7...@aws-amplify/graphql-index-transformer@0.13.8) (2022-09-20)
|
34
25
|
|
35
|
-
|
36
26
|
### Bug Fixes
|
37
27
|
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
28
|
+
- **amplify-graphql-index-transformer:** set default lastSync correctly ([c3fd699](https://github.com/aws-amplify/amplify-category-api/commit/c3fd699f729bd49739694da7448a09468455e6bc))
|
43
29
|
|
44
30
|
## [0.13.7](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-index-transformer@0.13.6...@aws-amplify/graphql-index-transformer@0.13.7) (2022-09-14)
|
45
31
|
|
46
32
|
**Note:** Version bump only for package @aws-amplify/graphql-index-transformer
|
47
33
|
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
34
|
## [0.13.6](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-index-transformer@0.13.5...@aws-amplify/graphql-index-transformer@0.13.6) (2022-08-23)
|
53
35
|
|
54
|
-
|
55
36
|
### Reverts
|
56
37
|
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
38
|
+
- Revert "Undo change to directive merge that broke tests" (#756) ([3da2ce6](https://github.com/aws-amplify/amplify-category-api/commit/3da2ce604469d87160de1374f944a891ca9f476b)), closes [#756](https://github.com/aws-amplify/amplify-category-api/issues/756)
|
62
39
|
|
63
40
|
## [0.13.5](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-index-transformer@0.13.4...@aws-amplify/graphql-index-transformer@0.13.5) (2022-08-16)
|
64
41
|
|
65
|
-
|
66
42
|
### Bug Fixes
|
67
43
|
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
44
|
+
- **amplify-graphql-index-transformer:** avoid scan on base table when query expression is specified on index field ([bbc5884](https://github.com/aws-amplify/amplify-category-api/commit/bbc58844c7dcfe2e837f4ccbc73f86e945ec8c2e))
|
45
|
+
- **amplify-graphql-index-transformer:** read overrides during transformation ([5e59d18](https://github.com/aws-amplify/amplify-category-api/commit/5e59d18e3341b00bfdcc2e5edabf016fed8eb986))
|
74
46
|
|
75
47
|
## [0.13.4](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-index-transformer@0.13.3...@aws-amplify/graphql-index-transformer@0.13.4) (2022-08-04)
|
76
48
|
|
77
|
-
|
78
49
|
### Bug Fixes
|
79
50
|
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
51
|
+
- **graphql:** revert subscriptions server-side filtering ([20cffc0](https://github.com/aws-amplify/amplify-category-api/commit/20cffc0810c23f85127a939c0a3b812f87c2a601))
|
85
52
|
|
86
53
|
## [0.13.3](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-index-transformer@0.13.2...@aws-amplify/graphql-index-transformer@0.13.3) (2022-07-26)
|
87
54
|
|
88
|
-
|
89
55
|
### Bug Fixes
|
90
56
|
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
57
|
+
- **graphql:** incorrect filter expression on model transformer ([#697](https://github.com/aws-amplify/amplify-category-api/issues/697)) ([a6fc3be](https://github.com/aws-amplify/amplify-category-api/commit/a6fc3beb6746bad8fcca55bb85b6615dee7318c8))
|
96
58
|
|
97
59
|
## [0.13.2](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-index-transformer@0.13.0...@aws-amplify/graphql-index-transformer@0.13.2) (2022-07-20)
|
98
60
|
|
99
61
|
**Note:** Version bump only for package @aws-amplify/graphql-index-transformer
|
100
62
|
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
63
|
## [0.13.1](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-index-transformer@0.13.0...@aws-amplify/graphql-index-transformer@0.13.1) (2022-07-14)
|
106
64
|
|
107
65
|
**Note:** Version bump only for package @aws-amplify/graphql-index-transformer
|
108
66
|
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
67
|
# [0.13.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-index-transformer@0.12.1...@aws-amplify/graphql-index-transformer@0.13.0) (2022-07-01)
|
114
68
|
|
115
|
-
|
116
69
|
### Features
|
117
70
|
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
71
|
+
- **graphql:** add runtime filtering support for subscriptions ([#551](https://github.com/aws-amplify/amplify-category-api/issues/551)) ([0a24bb0](https://github.com/aws-amplify/amplify-category-api/commit/0a24bb0444ecc0947218db41094ab4ef4f0e2948))
|
123
72
|
|
124
73
|
## [0.12.1](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-index-transformer@0.12.0...@aws-amplify/graphql-index-transformer@0.12.1) (2022-06-23)
|
125
74
|
|
126
75
|
**Note:** Version bump only for package @aws-amplify/graphql-index-transformer
|
127
76
|
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
77
|
# [0.12.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-index-transformer@0.11.11...@aws-amplify/graphql-index-transformer@0.12.0) (2022-06-13)
|
133
78
|
|
134
|
-
|
135
79
|
### Features
|
136
80
|
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
81
|
+
- add error when using an owner field as a sort key field ([#517](https://github.com/aws-amplify/amplify-category-api/issues/517)) ([201032d](https://github.com/aws-amplify/amplify-category-api/commit/201032d674a8272931fad0c75e9e146a22ed030b))
|
142
82
|
|
143
83
|
## [0.11.11](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-index-transformer@0.11.10...@aws-amplify/graphql-index-transformer@0.11.11) (2022-06-10)
|
144
84
|
|
145
85
|
**Note:** Version bump only for package @aws-amplify/graphql-index-transformer
|
146
86
|
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
87
|
## [0.11.10](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-index-transformer@0.11.7...@aws-amplify/graphql-index-transformer@0.11.10) (2022-06-07)
|
152
88
|
|
153
89
|
**Note:** Version bump only for package @aws-amplify/graphql-index-transformer
|
154
90
|
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
91
|
## [0.11.9](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-index-transformer@0.11.7...@aws-amplify/graphql-index-transformer@0.11.9) (2022-05-31)
|
160
92
|
|
161
93
|
**Note:** Version bump only for package @aws-amplify/graphql-index-transformer
|
162
94
|
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
95
|
## [0.11.8](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-index-transformer@0.11.7...@aws-amplify/graphql-index-transformer@0.11.8) (2022-05-02)
|
168
96
|
|
169
97
|
**Note:** Version bump only for package @aws-amplify/graphql-index-transformer
|
170
98
|
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
99
|
## [0.11.7](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-index-transformer@0.11.6...@aws-amplify/graphql-index-transformer@0.11.7) (2022-04-29)
|
176
100
|
|
177
101
|
**Note:** Version bump only for package @aws-amplify/graphql-index-transformer
|
178
102
|
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
103
|
## [0.11.6](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-index-transformer@0.11.5...@aws-amplify/graphql-index-transformer@0.11.6) (2022-04-27)
|
184
104
|
|
185
|
-
|
186
105
|
### Bug Fixes
|
187
106
|
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
107
|
+
- validate the presence of sortKeyFields when index is on the same field as the primary key ([#9841](https://github.com/aws-amplify/amplify-cli/issues/9841)) ([754ae44](https://github.com/aws-amplify/amplify-cli/commit/754ae44a738af7b344bbb64ba3db11f100c564ec)), closes [#4138](https://github.com/aws-amplify/amplify-cli/issues/4138)
|
193
108
|
|
194
109
|
## [0.11.5](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-index-transformer@0.11.4...@aws-amplify/graphql-index-transformer@0.11.5) (2022-04-18)
|
195
110
|
|
196
|
-
|
197
111
|
### Bug Fixes
|
198
112
|
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
113
|
+
- **graphql-model-transformer:** fix create mutation when index field is null ([#10073](https://github.com/aws-amplify/amplify-cli/issues/10073)) ([1e9d140](https://github.com/aws-amplify/amplify-cli/commit/1e9d140a529e5a2474968feb26b53ac7c9bb5750))
|
204
114
|
|
205
115
|
## [0.11.4](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-index-transformer@0.11.3...@aws-amplify/graphql-index-transformer@0.11.4) (2022-04-07)
|
206
116
|
|
207
|
-
|
208
117
|
### Bug Fixes
|
209
118
|
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
119
|
+
- **graphql:** avoid duplicate function when overriding resolvers ([#9980](https://github.com/aws-amplify/amplify-cli/issues/9980)) ([94398f8](https://github.com/aws-amplify/amplify-cli/commit/94398f88eca979a2e0806954e12272e126966a51))
|
215
120
|
|
216
121
|
## [0.11.3](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-index-transformer@0.11.2...@aws-amplify/graphql-index-transformer@0.11.3) (2022-03-23)
|
217
122
|
|
218
|
-
|
219
123
|
### Bug Fixes
|
220
124
|
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
|
125
|
+
- **graphql:** avoid static datastructures in gql transform ([#10006](https://github.com/aws-amplify/amplify-cli/issues/10006)) ([cd73fdd](https://github.com/aws-amplify/amplify-cli/commit/cd73fdde69f1545683e81684c4f9267145b845c6))
|
226
126
|
|
227
127
|
## [0.11.2](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-index-transformer@0.11.1...@aws-amplify/graphql-index-transformer@0.11.2) (2022-02-25)
|
228
128
|
|
229
|
-
|
230
129
|
### Bug Fixes
|
231
130
|
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
|
237
|
-
|
238
|
-
|
131
|
+
- disallow lists in [@primary](https://github.com/primary)Key and [@index](https://github.com/index) fields ([#9749](https://github.com/aws-amplify/amplify-cli/issues/9749)) ([44df217](https://github.com/aws-amplify/amplify-cli/commit/44df21756f5892b174dcdac116e7576005a42ad5))
|
132
|
+
- **graphql-auth-transformer:** fix relational map key schema lookup when using LSI ([#9722](https://github.com/aws-amplify/amplify-cli/issues/9722)) ([1794cda](https://github.com/aws-amplify/amplify-cli/commit/1794cda7658d9d7596b372c2a78b3f753d7d6aaf))
|
133
|
+
- include default values in index arg validation ([#9759](https://github.com/aws-amplify/amplify-cli/issues/9759)) ([e135e42](https://github.com/aws-amplify/amplify-cli/commit/e135e42ece439dd9925edd8488dbc6a129d92aa8))
|
239
134
|
|
240
135
|
## [0.11.1](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-index-transformer@0.11.0...@aws-amplify/graphql-index-transformer@0.11.1) (2022-02-15)
|
241
136
|
|
242
137
|
**Note:** Version bump only for package @aws-amplify/graphql-index-transformer
|
243
138
|
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
248
139
|
# [0.11.0](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-index-transformer@0.8.8...@aws-amplify/graphql-index-transformer@0.11.0) (2022-01-31)
|
249
140
|
|
250
|
-
|
251
|
-
|
252
141
|
## 7.6.14 (2022-01-28)
|
253
142
|
|
254
|
-
|
255
143
|
### Features
|
256
144
|
|
257
|
-
|
258
|
-
|
259
|
-
|
260
|
-
|
261
|
-
|
145
|
+
- `[@maps](https://github.com/maps)To` directive to enable renaming models while retaining data ([#9340](https://github.com/aws-amplify/amplify-cli/issues/9340)) ([aedf45d](https://github.com/aws-amplify/amplify-cli/commit/aedf45d9237812d71bb8b56164efe0222ad3d534))
|
262
146
|
|
263
147
|
## [0.8.8](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-index-transformer@0.8.7...@aws-amplify/graphql-index-transformer@0.8.8) (2022-01-27)
|
264
148
|
|
265
149
|
**Note:** Version bump only for package @aws-amplify/graphql-index-transformer
|
266
150
|
|
267
|
-
|
268
|
-
|
269
|
-
|
270
|
-
|
271
151
|
## [0.8.7](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-index-transformer@0.8.6...@aws-amplify/graphql-index-transformer@0.8.7) (2022-01-20)
|
272
152
|
|
273
153
|
**Note:** Version bump only for package @aws-amplify/graphql-index-transformer
|
274
154
|
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
|
279
155
|
## [0.8.6](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-index-transformer@0.8.5...@aws-amplify/graphql-index-transformer@0.8.6) (2022-01-13)
|
280
156
|
|
281
157
|
**Note:** Version bump only for package @aws-amplify/graphql-index-transformer
|
282
158
|
|
283
|
-
|
284
|
-
|
285
|
-
|
286
|
-
|
287
159
|
## [0.8.5](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-index-transformer@0.8.3...@aws-amplify/graphql-index-transformer@0.8.5) (2022-01-10)
|
288
160
|
|
289
|
-
|
290
|
-
|
291
161
|
## 7.6.7 (2022-01-10)
|
292
162
|
|
293
|
-
|
294
163
|
### Bug Fixes
|
295
164
|
|
296
|
-
|
297
|
-
|
298
|
-
|
299
|
-
|
300
|
-
|
301
|
-
|
302
|
-
|
165
|
+
- **graphql:** correct typo filterExpression on v2 resolvers ([#9412](https://github.com/aws-amplify/amplify-cli/issues/9412)) ([71bf468](https://github.com/aws-amplify/amplify-cli/commit/71bf4688952a5f43640297bf31ea9c59d1c679c9))
|
166
|
+
- **graphql:** make hash key as non null type for index transformer ([#9411](https://github.com/aws-amplify/amplify-cli/issues/9411)) ([e0f7de6](https://github.com/aws-amplify/amplify-cli/commit/e0f7de6bdba1ddc484de341e903bc56460bbb442))
|
167
|
+
- update [@primary](https://github.com/primary)Key get/list queries for lowercase models ([#9409](https://github.com/aws-amplify/amplify-cli/issues/9409)) ([9c718ae](https://github.com/aws-amplify/amplify-cli/commit/9c718ae82548b795ced2b51ebb689f4cb6b300e7))
|
303
168
|
|
304
169
|
## [0.8.3](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-index-transformer@0.8.2...@aws-amplify/graphql-index-transformer@0.8.3) (2021-12-21)
|
305
170
|
|
306
|
-
|
307
171
|
### Bug Fixes
|
308
172
|
|
309
|
-
|
310
|
-
|
311
|
-
|
312
|
-
|
313
|
-
|
173
|
+
- generate list types will nullable elements ([#9310](https://github.com/aws-amplify/amplify-cli/issues/9310)) ([e972956](https://github.com/aws-amplify/amplify-cli/commit/e9729565fef2ac7df51f7fc7f345da536f385ac1))
|
314
174
|
|
315
175
|
## [0.8.2](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-index-transformer@0.8.1...@aws-amplify/graphql-index-transformer@0.8.2) (2021-12-17)
|
316
176
|
|
317
177
|
**Note:** Version bump only for package @aws-amplify/graphql-index-transformer
|
318
178
|
|
319
|
-
|
320
|
-
|
321
|
-
|
322
|
-
|
323
179
|
## [0.8.1](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-index-transformer@0.8.0...@aws-amplify/graphql-index-transformer@0.8.1) (2021-12-03)
|
324
180
|
|
325
181
|
**Note:** Version bump only for package @aws-amplify/graphql-index-transformer
|
326
182
|
|
327
|
-
|
328
|
-
|
329
|
-
|
330
|
-
|
331
183
|
# [0.8.0](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-index-transformer@0.7.4...@aws-amplify/graphql-index-transformer@0.8.0) (2021-11-23)
|
332
184
|
|
333
|
-
|
334
185
|
### Features
|
335
186
|
|
336
|
-
|
337
|
-
|
338
|
-
|
339
|
-
|
340
|
-
|
187
|
+
- override support for api category ([#9013](https://github.com/aws-amplify/amplify-cli/issues/9013)) ([ae7b001](https://github.com/aws-amplify/amplify-cli/commit/ae7b001f274f327a29c99c67fe851272c6208e84)), closes [#9001](https://github.com/aws-amplify/amplify-cli/issues/9001) [#8954](https://github.com/aws-amplify/amplify-cli/issues/8954) [#8958](https://github.com/aws-amplify/amplify-cli/issues/8958) [#8960](https://github.com/aws-amplify/amplify-cli/issues/8960) [#8967](https://github.com/aws-amplify/amplify-cli/issues/8967) [#8971](https://github.com/aws-amplify/amplify-cli/issues/8971) [#8976](https://github.com/aws-amplify/amplify-cli/issues/8976) [#8975](https://github.com/aws-amplify/amplify-cli/issues/8975) [#8981](https://github.com/aws-amplify/amplify-cli/issues/8981) [#8983](https://github.com/aws-amplify/amplify-cli/issues/8983) [#8992](https://github.com/aws-amplify/amplify-cli/issues/8992) [#9000](https://github.com/aws-amplify/amplify-cli/issues/9000) [#9002](https://github.com/aws-amplify/amplify-cli/issues/9002) [#9005](https://github.com/aws-amplify/amplify-cli/issues/9005) [#9006](https://github.com/aws-amplify/amplify-cli/issues/9006) [#9007](https://github.com/aws-amplify/amplify-cli/issues/9007) [#9008](https://github.com/aws-amplify/amplify-cli/issues/9008) [#9010](https://github.com/aws-amplify/amplify-cli/issues/9010) [#9011](https://github.com/aws-amplify/amplify-cli/issues/9011) [#9012](https://github.com/aws-amplify/amplify-cli/issues/9012) [#9014](https://github.com/aws-amplify/amplify-cli/issues/9014) [#9015](https://github.com/aws-amplify/amplify-cli/issues/9015) [#9017](https://github.com/aws-amplify/amplify-cli/issues/9017) [#9020](https://github.com/aws-amplify/amplify-cli/issues/9020) [#9024](https://github.com/aws-amplify/amplify-cli/issues/9024) [#9027](https://github.com/aws-amplify/amplify-cli/issues/9027) [#9028](https://github.com/aws-amplify/amplify-cli/issues/9028) [#9029](https://github.com/aws-amplify/amplify-cli/issues/9029) [#9032](https://github.com/aws-amplify/amplify-cli/issues/9032) [#9031](https://github.com/aws-amplify/amplify-cli/issues/9031) [#9035](https://github.com/aws-amplify/amplify-cli/issues/9035) [#9038](https://github.com/aws-amplify/amplify-cli/issues/9038) [#9039](https://github.com/aws-amplify/amplify-cli/issues/9039)
|
341
188
|
|
342
189
|
## [0.7.4](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-index-transformer@0.7.3...@aws-amplify/graphql-index-transformer@0.7.4) (2021-11-21)
|
343
190
|
|
344
191
|
**Note:** Version bump only for package @aws-amplify/graphql-index-transformer
|
345
192
|
|
346
|
-
|
347
|
-
|
348
|
-
|
349
|
-
|
350
193
|
## [0.7.3](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-index-transformer@0.7.2...@aws-amplify/graphql-index-transformer@0.7.3) (2021-11-19)
|
351
194
|
|
352
195
|
**Note:** Version bump only for package @aws-amplify/graphql-index-transformer
|
353
196
|
|
354
|
-
|
355
|
-
|
356
|
-
|
357
|
-
|
358
197
|
## [0.7.2](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-index-transformer@0.7.1...@aws-amplify/graphql-index-transformer@0.7.2) (2021-11-17)
|
359
198
|
|
360
|
-
|
361
199
|
### Bug Fixes
|
362
200
|
|
363
|
-
|
364
|
-
|
365
|
-
|
366
|
-
|
367
|
-
|
201
|
+
- append apiKey if global auth is enabled and its not default auth ([#8843](https://github.com/aws-amplify/amplify-cli/issues/8843)) ([3aadcde](https://github.com/aws-amplify/amplify-cli/commit/3aadcde2225f0ede5c5d94c2a4cd9d1afece5288))
|
368
202
|
|
369
203
|
## [0.7.1](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-index-transformer@0.5.0...@aws-amplify/graphql-index-transformer@0.7.1) (2021-11-15)
|
370
204
|
|
371
205
|
**Note:** Version bump only for package @aws-amplify/graphql-index-transformer
|
372
206
|
|
373
|
-
|
374
|
-
|
375
|
-
|
376
|
-
|
377
207
|
# [0.5.0](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-index-transformer@0.4.0...@aws-amplify/graphql-index-transformer@0.5.0) (2021-11-11)
|
378
208
|
|
379
|
-
|
380
209
|
### Bug Fixes
|
381
210
|
|
382
|
-
|
383
|
-
|
384
|
-
|
385
|
-
|
386
|
-
|
387
|
-
|
211
|
+
- [@auth](https://github.com/auth) fix relational auth, authv2 e2e with utils and fixes ([#8450](https://github.com/aws-amplify/amplify-cli/issues/8450)) ([aa320cd](https://github.com/aws-amplify/amplify-cli/commit/aa320cd2414665a484438f0764cf68fd78caa26a))
|
212
|
+
- **graphql-model-transformer:** override resource logical id to fix v1 to v2 transformer migration ([#8597](https://github.com/aws-amplify/amplify-cli/issues/8597)) ([e3a2afb](https://github.com/aws-amplify/amplify-cli/commit/e3a2afbbed6e97f143fc7c83064e2193f4c91bdd))
|
213
|
+
- loosen [@index](https://github.com/index) validation ([#8445](https://github.com/aws-amplify/amplify-cli/issues/8445)) ([c73db78](https://github.com/aws-amplify/amplify-cli/commit/c73db786ce962cf3d976866b3a0996bfbda255fa))
|
214
|
+
- prevent @index/[@primary](https://github.com/primary)Key from referencing itself ([#8561](https://github.com/aws-amplify/amplify-cli/issues/8561)) ([fc5a134](https://github.com/aws-amplify/amplify-cli/commit/fc5a1344d48cbfa0e7a2f5301c5acec2dde6c5e0))
|
215
|
+
- require [@primary](https://github.com/primary)Key sort fields to be non-nullable ([#8562](https://github.com/aws-amplify/amplify-cli/issues/8562)) ([bf4fb0e](https://github.com/aws-amplify/amplify-cli/commit/bf4fb0e0efc8b760e5b32663f13ffe1e33780812))
|
388
216
|
|
389
217
|
### Features
|
390
218
|
|
391
|
-
|
392
|
-
|
393
|
-
|
394
|
-
|
395
|
-
|
219
|
+
- generate list types as non-null ([#8166](https://github.com/aws-amplify/amplify-cli/issues/8166)) ([93786c1](https://github.com/aws-amplify/amplify-cli/commit/93786c13ef04c72748ca32a1ef7878c0e6b5b129))
|
396
220
|
|
397
221
|
# [0.4.0](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-index-transformer@0.3.3...@aws-amplify/graphql-index-transformer@0.4.0) (2021-10-10)
|
398
222
|
|
399
|
-
|
400
223
|
### Features
|
401
224
|
|
402
|
-
|
403
|
-
|
404
|
-
|
405
|
-
|
406
|
-
|
225
|
+
- **graphql-model-transformer:** index/primarykey datastore selective sync capability ([#8240](https://github.com/aws-amplify/amplify-cli/issues/8240)) ([e108783](https://github.com/aws-amplify/amplify-cli/commit/e10878370a4785a412b561002d78b5cec9859346))
|
407
226
|
|
408
227
|
## [0.3.3](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-index-transformer@0.3.2...@aws-amplify/graphql-index-transformer@0.3.3) (2021-09-27)
|
409
228
|
|
410
229
|
**Note:** Version bump only for package @aws-amplify/graphql-index-transformer
|
411
230
|
|
412
|
-
|
413
|
-
|
414
|
-
|
415
|
-
|
416
231
|
## [0.3.2](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-index-transformer@0.3.1...@aws-amplify/graphql-index-transformer@0.3.2) (2021-09-14)
|
417
232
|
|
418
233
|
**Note:** Version bump only for package @aws-amplify/graphql-index-transformer
|
419
234
|
|
420
|
-
|
421
|
-
|
422
|
-
|
423
|
-
|
424
235
|
## [0.3.1](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-index-transformer@0.3.0...@aws-amplify/graphql-index-transformer@0.3.1) (2021-09-02)
|
425
236
|
|
426
|
-
|
427
237
|
### Bug Fixes
|
428
238
|
|
429
|
-
|
430
|
-
|
431
|
-
|
432
|
-
|
433
|
-
|
434
|
-
|
239
|
+
- add model transformer v2 e2e tests ([#7946](https://github.com/aws-amplify/amplify-cli/issues/7946)) ([351a8bc](https://github.com/aws-amplify/amplify-cli/commit/351a8bce6069398535878fd62886e0ee5c402329))
|
240
|
+
- model transformer support condition ([#7935](https://github.com/aws-amplify/amplify-cli/issues/7935)) ([fc93dba](https://github.com/aws-amplify/amplify-cli/commit/fc93dbabb38427607ef6abb6f1d7fb2f357a284b))
|
435
241
|
|
436
242
|
# [0.3.0](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-index-transformer@0.2.1...@aws-amplify/graphql-index-transformer@0.3.0) (2021-08-24)
|
437
243
|
|
438
|
-
|
439
244
|
### Features
|
440
245
|
|
441
|
-
|
442
|
-
|
443
|
-
|
444
|
-
|
445
|
-
|
446
|
-
|
246
|
+
- add [@index](https://github.com/index) directive ([#7887](https://github.com/aws-amplify/amplify-cli/issues/7887)) ([e011555](https://github.com/aws-amplify/amplify-cli/commit/e0115557aad893b3286226e92ce8fecbd5636c1a))
|
247
|
+
- model transformer advanced subscriptions ([#7927](https://github.com/aws-amplify/amplify-cli/issues/7927)) ([1725630](https://github.com/aws-amplify/amplify-cli/commit/1725630c61c40923e8dfa3c697ea5472df2e5de1))
|
447
248
|
|
448
249
|
## [0.2.1](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-index-transformer@0.2.0...@aws-amplify/graphql-index-transformer@0.2.1) (2021-08-06)
|
449
250
|
|
450
|
-
|
451
251
|
### Bug Fixes
|
452
252
|
|
453
|
-
|
454
|
-
|
455
|
-
|
456
|
-
|
457
|
-
|
458
|
-
|
253
|
+
- misc [@model](https://github.com/model) v2 VTL cleanup ([#7856](https://github.com/aws-amplify/amplify-cli/issues/7856)) ([98d81d8](https://github.com/aws-amplify/amplify-cli/commit/98d81d8e2e13fc1525389ba21e6ad4b372e671fb))
|
254
|
+
- use improved pluralization in graphql transformer v2 ([#7817](https://github.com/aws-amplify/amplify-cli/issues/7817)) ([38e2599](https://github.com/aws-amplify/amplify-cli/commit/38e25996ee00479031c88714af3b9d40ef9e079c))
|
459
255
|
|
460
256
|
# 0.2.0 (2021-07-30)
|
461
257
|
|
462
|
-
|
463
258
|
### Features
|
464
259
|
|
465
|
-
|
260
|
+
- add [@primary](https://github.com/primary)Key directive to Transformer v2 ([#7797](https://github.com/aws-amplify/amplify-cli/issues/7797)) ([c11b7dd](https://github.com/aws-amplify/amplify-cli/commit/c11b7dd33152eced2ba23089ef08f5696c73b5f2))
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-amplify/graphql-index-transformer",
|
3
|
-
"version": "0.14.3
|
3
|
+
"version": "0.14.3",
|
4
4
|
"description": "Amplify GraphQL index and key transformers",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -27,15 +27,15 @@
|
|
27
27
|
"test": "jest"
|
28
28
|
},
|
29
29
|
"dependencies": {
|
30
|
-
"@aws-amplify/graphql-model-transformer": "0.16.3
|
31
|
-
"@aws-amplify/graphql-transformer-core": "0.17.15
|
32
|
-
"@aws-amplify/graphql-transformer-interfaces": "1.14.9
|
30
|
+
"@aws-amplify/graphql-model-transformer": "0.16.3",
|
31
|
+
"@aws-amplify/graphql-transformer-core": "0.17.15",
|
32
|
+
"@aws-amplify/graphql-transformer-interfaces": "1.14.9",
|
33
33
|
"@aws-cdk/aws-appsync": "~1.172.0",
|
34
34
|
"@aws-cdk/aws-dynamodb": "~1.172.0",
|
35
35
|
"@aws-cdk/core": "~1.172.0",
|
36
36
|
"graphql": "^14.5.8",
|
37
|
-
"graphql-mapping-template": "4.20.
|
38
|
-
"graphql-transformer-common": "4.24.
|
37
|
+
"graphql-mapping-template": "4.20.5",
|
38
|
+
"graphql-transformer-common": "4.24.0"
|
39
39
|
},
|
40
40
|
"devDependencies": {
|
41
41
|
"@aws-cdk/assert": "~1.172.0"
|
@@ -58,5 +58,5 @@
|
|
58
58
|
],
|
59
59
|
"collectCoverage": true
|
60
60
|
},
|
61
|
-
"gitHead": "
|
61
|
+
"gitHead": "a928809a55600da10433b0af378be093ccf609f5"
|
62
62
|
}
|