Skip to content

Releases: contentstack/gatsby-source-contentstack

cslp__meta query field for live preview

18 Jan 06:10
bdad854

Choose a tag to compare

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

21 Dec 07:41
e3deaa1

Choose a tag to compare

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

17 Nov 11:27
b4e9742

Choose a tag to compare

What's Changed

Full Changelog: 5.1.0...5.1.1

Live preview and subsequent sync calls support

07 Sep 13:59
5214db3

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 5.0.4...5.1.0

Branch bug fix & Azure EU support v5.0.4

11 May 11:44
7657eaa

Choose a tag to compare

Changes:

  • Branch option bug fix when for stack validation when a delivery token is created for a specific branch.
  • Azure EU support for image delivery API
  • Commit ID's: 69c12c4, 435b635
  • package version update to v5.0.4

Fix: Sync API subsequent fetch support for gatsby plugin v4

10 May 11:21
620b6c1

Choose a tag to compare

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

13 Apr 10:45
05d785b

Choose a tag to compare

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

30 Mar 11:53
fcf4108

Choose a tag to compare

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

01 Feb 09:17
6be3ef1

Choose a tag to compare

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

04 Nov 10:17
391b8e2

Choose a tag to compare

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).