Releases: contentstack/gatsby-source-contentstack
Releases · contentstack/gatsby-source-contentstack
cslp__meta query field for live preview
What's Changed
- feat: determine LP reference and RTE paths during query resolution by @faraazb in #214
- feat: cslp__meta field by @faraazb in #215
Full Changelog: 5.1.3...5.2.0
Multiple stack import Bug Fix
What's Changed
- feat: Fixed the bug: plugin is failing while trying to fetch data from 2 different stacks by @Contentstack-AnkitaD in 212
Full Changelog: 5.1.1...5.1.3
Adding Custom header & Limit in Gatsby build
What's Changed
- feat: Added support for Adding Custom header & Limit in Gatsby build by @Contentstack-AnkitaD in 208
Full Changelog: 5.1.0...5.1.1
Live preview and subsequent sync calls support
What's Changed
- feat: Added support for subsequent sync calls by @Contentstack-AnkitaD in #201
- feat: add a helper class to ease live preview implementation by @faraazb in #202
- feat: add live preview support by @faraazb in #203
New Contributors
- @Contentstack-AnkitaD made their first contribution in #201
- @faraazb made their first contribution in #202
Full Changelog: 5.0.4...5.1.0
Branch bug fix & Azure EU support v5.0.4
Fix: Sync API subsequent fetch support for gatsby plugin v4
Changes:
-
Note : This is a fix to specific to v4 of gatsby source contentstack & gatsby v4 and not available for v5 of source plugin.
-
Please upgrade the source plugin version v4.1.0 to utilize this change.
-
Added support for subsequent fetch calls when data is being published during ongoing init calls or build process.
-
Commit Id: 891b515
-
LICENSE updated
Added: Branch Option In plugin config
Changes:
- Now user can provide a branch option in gatsby-source-contentstack config object to fetch data from that specific branch and by
default it would fetch from the main branch. - Updated package version to v5.0.2
- README.md file updates for branch option usage.
Snyk Fixes
Changes:
- Pushed all the Snyk-related fixes in v5.0.1
- package version bump to v5.0.1
Added changes to support for Gatsby v5
Changes
- Updated node engine to support node 18 & above
- Added peer dependencies for gatsby v4 & gatsby plugin image: ^3.0.0-next
- Updated version to v5.0.0
Feat: HTTP Retries for network failures
Changes:
- Added HTTP retries for network failures/timeouts & error_codes beyond 500.
- Default retries set to 3 if not provided by the user from config options.
- Added incremental delays on retries.
- Updated README for new plugin option i.e. httpRetries(optional).