Releases: contentstack/gatsby-source-contentstack
Releases · contentstack/gatsby-source-contentstack
Support gatsby rendering engines
- Added support for gatsby rendering engines in v4.0.3
Azure NA support & bug fixes
- In gatsby-source-contentstack plugin v4.0.2 we are adding support for azure NA region mainly for image delivery api url.
- The number field in a content type threw an error while querying data in graphql when provided a float value so we have fixed that.
Handles invalid types returned when asset is unpublished
- Handles invalid types returned when asset is unpublished.
Hotfix: restores foreign key referencing for file and reference nodes
- Restored foreign key referencing for file and reference nodes and updated create resolver API.
Removed dependency on the gatsby image plugin for v4
- Removed dependency on image plugin
- Image resolver API optimisation.
- Format date string fix.
Removed dependency on the gatsby image plugin
- Removed dependency on image plugin
- Image resolver API optimisation.
- Format date string fix.
Added support for gatsby v4
- Added support for gatsby v4.
- Code refactoring.
3.1.1
Support for fetching data for only specified content-types and locales.
- Added support for fetching data for the specified content-types.
- Added support to exclude content-types while fetching data.
- Added support for fetching data for the specified locales.
- A combination of both content-types and locales also can be used to fetch data.
- Sync token caching issue fixed when expediteBuild is true.
Hotfix: Added Sync API params to fetch unpublished and deleted entries
- Added params entry_unpublished, entry_deleted, asset_unpublished and asset_deleted to sync updated data from contentstack.