Skip to content

20.2.0

Compare
Choose a tag to compare
@yavorsk yavorsk released this 27 Oct 10:43
· 2638 commits to dev since this release

20.2.0

🎉 New Features & Improvements

  • [sitecore-jss] [templates/nextjs] GraphQL Layout and Dictionary services can handle endpoint rate limits through retryer functionality in GraphQLClient. To prevent SSG builds from failing and enable multiple retries, set retry amount in lib/dictionary-service-factory and lib/layout-service-factory (commit)(#1631)
  • [sitecore-jss-nextjs] Reduce the amount of Edge API calls during fetch getStaticPaths (commit)(#1631)

🐛 Bug Fixes

  • [sitecore-jss-proxy] Setting "followRedirects" to "true" breaks HEAD requests (#1630)