Commit 0fcf813
authored
fix: Remove DisallowUnknownFields from Source plugin server (#277)
See cloudquery/cloudquery#2612 for an
explanation.
Notes:
- We weren't using `DisallowUnknownFields` on the destination plugin
side
- We don't currently have a mechanism to warn about unknown fields, but
we are working on it #272
- This will unfortunately not fix plugins that have already been
released. Our next CLI release that adds new fields will have to be
breaking, but after that they can be backwards-compatible.1 parent 970f9d9 commit 0fcf813
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
0 commit comments