SDK Activity Feed
Find out about the latest SDK releases, including new features and bug fixes.
-
Fixed an issue with
npm create @netlify/sdk
where the initialization step would throw an error about a missing-d
flag. -
Connectors: use randomly generated suffix package version in output connector to properly support package cache busting
-
Connectors: bumped
content-engine
and added the ability to mix node and object types in a single union. Previously this was disallowed because Connect & content-engine didn't support it. -
Fixed a connector issue during node insertion where union values that had an auto-renamed
__typename
field weren't being properly renamed. -
Fixed the
field.originalName
value passed to visitor info object in connectors. In some cases the normalized name was returned instead of the original. -
Fixed auto-renaming union type references in connectors
-
Fixed more cases of truncated error messages in connectors
-
Bumped
content-engine
dependency for general connector bug fixes and improvements -
Connectors:
- add rebundle-only mode #824
- open graphiql when pressing "o" #825
- expose connector types from main export #823
- fix large error messages #827
- support webhooks #826
-
- Added an info object to field/node/object/union visitor functions to assist with dynamically generated schemas in connectors
- Fixed a bug with node visitors where it wasn't possible to set the node id with a visitor function