Activity Feed
A heartbeat of recent releases, additions, and developer news from around the Netlify ecosystem.
-
- 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
-
- Update dependencies
- Fix issues with lockfiles
-
Automatically populate the integration slug from the API if a linked site is detected and a matching integration is found
-
Netlify Builds now have out of the box support for Bun.
-
Bugfix:
integrationConfig
returned anintegration.yaml
file with a doublescopes
key. -
- Init automatically adds more metadata to the
integration.yaml
file. - Configuration files can now have different file types, like
integration.yaml
,integration.yml
,integration.netlify.yaml
,integration.netlify.yml
- Init automatically adds more metadata to the
-
For a long time, you’ve been able to download a .zip file of your deploy in order to inspect the files outputted by your build on Netlify.
-
Netlify is happy to announce yet another feature in the series of caching improvements to give Netlify users more control over their cached content.