SDK Activity Feed
Find out about the latest SDK releases, including new features and bug fixes.
-
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
-
- Added field visitors for connectors to help with normalizing data
- Added
models.ModelName.originalName
to allow access to model names before they're normalized to pascal case. This can help when you need to fetch CMS data using the original name.
-
New connector features for model definitions: iterators/concurrency for looping over defined models while fetching data, and the visitor pattern for normalizing data before inserting it into the Connect DB