Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

gatsby-source-filesystem

gatsbyjs847.6kMIT5.14.0TypeScript support: included

Gatsby source plugin for building websites from local data. Markdown, JSON, images, YAML, CSV, and dozens of other data types supported.

gatsby, gatsby-plugin

readme

Gatsby

Gatsby

The future of web development is here.

Gatsby is a free and open source framework based on React that helps developers build blazing fast websites and apps.
It combines the control and scalability of dynamically rendered sites with the speed of static-site generation, creating a whole new web of possibilities.

Gatsby is released under the MIT license. Current CircleCI build status. Current npm package version. Downloads per month on npm. Total downloads on npm. PRs welcome! Follow @GatsbyJS

Quickstart · Tutorial · Plugins · Starters · Showcase · Contribute
Support: Twitter, Discussions & Discord

Gatsby helps professional developers efficiently create maintainable, highly-performant, content-rich websites.

  • Load Data From Anywhere. Gatsby pulls in data from any data source, whether it’s Markdown files, a headless CMS like Contentful or WordPress, or a REST or GraphQL API. Use source plugins to load your data, then develop using Gatsby’s uniform GraphQL interface.

  • Go Beyond Static Websites. Get all the benefits of static websites with none of the limitations. Gatsby sites are fully functional React apps, so you can create high-quality, dynamic web apps, from blogs to e-commerce sites to user dashboards.

  • Choose your Rendering Options. You can choose alternative rendering options, namely Deferred Static Generation (DSG) and Server-Side Rendering (SSR), in addition to Static Site Generation (SSG) — on a per-page basis. This type of granular control allows you to optimize for performance and productivity without sacrificing one for the other.

  • Performance Is Baked In. Ace your performance audits by default. Gatsby automates code splitting, image optimization, inlining critical styles, lazy-loading, prefetching resources, and more to ensure your site is fast — no manual tuning required.

  • Use a Modern Stack for Every Site. No matter where the data comes from, Gatsby sites are built using React and GraphQL. Build a uniform workflow for you and your team, regardless of whether the data is coming from the same backend.

  • Host at Scale for Pennies. Gatsby sites don’t require servers, so you can host your entire site on a CDN for a fraction of the cost of a server-rendered site. Many Gatsby sites can be hosted entirely free on Gatsby Cloud and other similar services.

  • Use Gatsby's Centralized Data Layer Everywhere. With Gatsby's Valhalla Content Hub you can bring Gatsby's data layer to any project. Making it accessible via a unified GraphQL API for building content sites, eCommerce platforms, and both native and web applications.

Learn how to use Gatsby for your next project.

🚀 Ship your first Gatsby site in 5 Minutes

Click the link below to quickly try the workflow of developing, building, and deploying websites with Gatsby and Gatsby Cloud.

Deploy to Gatsby Cloud

At the end of this process, you'll have

  1. a site working on Gatsby Cloud
  2. a new repository that is linked to that new site
  3. as you push changes to your new repository, Gatsby Cloud will automatically rebuild and redeploy your site!

💻 Get started with Gatsby locally in 5 Minutes

You can get a new Gatsby site up and running on your local dev environment in 5 minutes with these four steps:

  1. Initialize a new project.

    npm init gatsby

    Give it the name "My Gatsby Site".

  2. Start the site in develop mode.

    Next, move into your new site’s directory and start it up:

    cd my-gatsby-site/
    npm run develop
  3. Open the source code and start editing!

    Your site is now running at http://localhost:8000. Open the my-gatsby-site directory in your code editor of choice and edit src/pages/index.js. Save your changes, and the browser will update in real time!

At this point, you’ve got a fully functional Gatsby website. For additional information on how you can customize your Gatsby site, see our plugins and the official tutorial.

🎓 Learning Gatsby

Full documentation for Gatsby lives on the website.

  • For most developers, we recommend starting with our in-depth tutorial for creating a site with Gatsby. It starts with zero assumptions about your level of ability and walks through every step of the process.

  • To dive straight into code samples head to our documentation. In particular, check out the “How-to Guides”, “Reference”, and “Conceptual Guides” sections in the sidebar.

We welcome suggestions for improving our docs. See the “how to contribute” documentation for more details.

Start Learning Gatsby: Follow the Tutorial · Read the Docs

🚢 Release Notes

Wondering what we've shipped recently? Check out our release notes for key highlights, performance improvements, new features, and notable bugfixes.

Also, read our documentation on version support to understand our plans for each version of Gatsby.

💼 Migration Guides

Already have a Gatsby site? These handy guides will help you add the improvements of Gatsby v5 to your site without starting from scratch!

❗ Code of Conduct

Gatsby is dedicated to building a welcoming, diverse, safe community. We expect everyone participating in the Gatsby community to abide by our Code of Conduct. Please read it. Please follow it. In the Gatsby community, we work hard to build each other up and create amazing things together. 💪💜

🤝 How to Contribute

Whether you're helping us fix bugs, improve the docs, or spread the word, we'd love to have you as part of the Gatsby community!

Check out our Contributing Guide for ideas on contributing and setup steps for getting our repositories up and running on your local machine.

A note on how this repository is organized

This repository is a monorepo managed using Lerna. This means there are multiple packages managed in this codebase, even though we publish them to NPM as separate packages.

📝 License

Licensed under the MIT License.

💜 Thanks

Thanks go out to all our many contributors creating plugins, starters, videos, and blog posts. And a special appreciation for our community members helping with issues and PRs, or answering questions on Discord and GitHub Discussions.

A big part of what makes Gatsby great is each and every one of you in the community. Your contributions enrich the Gatsby experience and make it better every day.

changelog

Changelog: gatsby-source-filesystem

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

5.13.1 (2024-01-23)

Note: Version bump only for package gatsby-source-filesystem

5.13.0 (2023-12-18)

🧾 Release notes

Note: Version bump only for package gatsby-source-filesystem

5.12.1 (2023-10-26)

Note: Version bump only for package gatsby-source-filesystem

5.12.0 (2023-08-24)

🧾 Release notes

Bug Fixes

  • update dependency xstate to ^4.38.0 for gatsby-source-filesystem #38319 (1d2dd04)

5.11.0 (2023-06-15)

🧾 Release notes

Note: Version bump only for package gatsby-source-filesystem

5.10.0 (2023-05-16)

🧾 Release notes

Bug Fixes

  • update dependency xstate to ^4.37.2 for gatsby-source-filesystem #38004 (f192268)

5.9.0 (2023-04-18)

🧾 Release notes

Bug Fixes

  • update dependency xstate to ^4.37.1 for gatsby-source-filesystem #37872 (579fe1e)
  • update dependency fs-extra to ^11.1.1 #37827 (3e9a590)

5.8.0 (2023-03-21)

🧾 Release notes

Note: Version bump only for package gatsby-source-filesystem

5.7.0 (2023-02-21)

🧾 Release notes

Note: Version bump only for package gatsby-source-filesystem

5.6.0 (2023-02-07)

🧾 Release notes

Bug Fixes

5.5.0 (2023-01-24)

🧾 Release notes

Features

  • Only generate hashes when a file has changed, and add an option for skipping hashing #37464 (df58891)

Chores

5.4.0 (2023-01-10)

🧾 Release notes

Chores

5.3.1 (2022-12-14)

Note: Version bump only for package gatsby-source-filesystem

5.3.0 (2022-12-13)

🧾 Release notes

Bug Fixes

  • update minor and patch dependencies for gatsby-source-filesystem #37163 (21f815f)

5.2.0 (2022-11-25)

🧾 Release notes

Note: Version bump only for package gatsby-source-filesystem

5.1.0 (2022-11-22)

🧾 Release notes

Bug Fixes

5.0.0 (2022-11-08)

🧾 Release notes

Chores

4.24.0 (2022-09-27)

🧾 Release notes

Note: Version bump only for package gatsby-source-filesystem

4.23.0 (2022-09-13)

🧾 Release notes

Note: Version bump only for package gatsby-source-filesystem

4.22.0 (2022-08-30)

🧾 Release notes

Chores

4.21.1 (2022-08-18)

Chores

4.21.0 (2022-08-16)

🧾 Release notes

Bug Fixes

  • update dependency file-type to ^16.5.4 for gatsby-source-filesystem #36276 (2bbe96d)

Chores

4.20.0 (2022-08-02)

🧾 Release notes

Note: Version bump only for package gatsby-source-filesystem

4.19.0 (2022-07-19)

🧾 Release notes

Note: Version bump only for package gatsby-source-filesystem

4.18.1 (2022-07-12)

Note: Version bump only for package gatsby-source-filesystem

4.18.0 (2022-07-05)

🧾 Release notes

Bug Fixes

4.17.0 (2022-06-21)

🧾 Release notes

Note: Version bump only for package gatsby-source-filesystem

4.16.0 (2022-06-07)

🧾 Release notes

Bug Fixes

4.15.0 (2022-05-24)

🧾 Release notes

Note: Version bump only for package gatsby-source-filesystem

4.14.0 (2022-05-10)

🧾 Release notes

Bug Fixes

4.13.0 (2022-04-26)

🧾 Release notes

Note: Version bump only for package gatsby-source-filesystem

4.12.1 (2022-04-13)

Note: Version bump only for package gatsby-source-filesystem

4.12.0 (2022-04-12)

🧾 Release notes

Bug Fixes

  • path pieces too long and url safe base64 encoding #35160 (3f12544)
  • use correct hash when using createFileNodeFromBuffer #35243 (54f643b)

4.11.1 (2022-03-31)

Note: Version bump only for package gatsby-source-filesystem

4.11.0 (2022-03-29)

🧾 Release notes

Bug Fixes

Chores

  • replace all uses of gatsbyjs.org with gatsbyjs.com #35101 (16cff41)

4.10.1 (2022-03-23)

Note: Version bump only for package gatsby-source-filesystem

4.10.0 (2022-03-16)

🧾 Release notes

Note: Version bump only for package gatsby-source-filesystem

4.9.1 (2022-03-09)

Note: Version bump only for package gatsby-source-filesystem

4.9.0 (2022-03-01)

🧾 Release notes

Chores

4.8.2 (2022-03-01)

Note: Version bump only for package gatsby-source-filesystem

4.8.1 (2022-02-25)

Note: Version bump only for package gatsby-source-filesystem

4.8.0 (2022-02-22)

🧾 Release notes

Features

4.7.0 (2022-02-08)

🧾 Release notes

Bug Fixes

  • ensure remote file downloads are queued in all cases #34414 (6ac1ed6)

4.6.0 (2022-01-25)

🧾 Release notes

Note: Version bump only for package gatsby-source-filesystem

4.5.2 (2022-01-17)

Note: Version bump only for package gatsby-source-filesystem

4.5.1 (2022-01-12)

Note: Version bump only for package gatsby-source-filesystem

4.5.0 (2022-01-11)

🧾 Release notes

Bug Fixes

4.4.0 (2021-12-14)

🧾 Release notes

Bug Fixes

  • Ensure fastq concurrency parameter of the correct type #34186 (cada108)
  • update dependency xstate to ^4.26.1 for gatsby-source-filesystem #34134 (c3e9fd9)

4.3.0 (2021-12-01)

🧾 Release notes

Note: Version bump only for package gatsby-source-filesystem

4.2.0 (2021-11-16)

🧾 Release notes

Bug Fixes

  • update minor and patch dependencies for gatsby-source-filesystem #33771 (399942e)

4.1.3 (2021-11-15)

Note: Version bump only for package gatsby-source-filesystem

4.1.2 (2021-11-11)

Note: Version bump only for package gatsby-source-filesystem

4.1.1 (2021-11-10)

Note: Version bump only for package gatsby-source-filesystem

4.1.0 (2021-11-02)

🧾 Release notes

Chores

4.0.0 (2021-10-21)

🧾 Release notes

Chores

3.14.0 (2021-09-18)

🧾 Release notes

Bug Fixes

  • update dependency file-type to ^16.5.3 for gatsby-source-filesystem #32988 (621ee81)
  • update dependency chokidar to ^3.5.2 #32985 (e710518)

Refactoring

Chores

3.13.0 (2021-09-01)

🧾 Release notes

Bug Fixes

  • Switch auth option from got to username/password #32665 (d6326df)

Chores

3.12.0 (2021-08-18)

🧾 Release notes

Bug Fixes

  • update dependency mime to ^2.5.2 for gatsby-source-filesystem #32610 (4441a6a)

Chores

3.11.0 (2021-08-04)

🧾 Release notes

Note: Version bump only for package gatsby-source-filesystem

3.10.0 (2021-07-20)

🧾 Release notes

Chores

3.9.0 (2021-07-07)

🧾 Release notes

Note: Version bump only for package gatsby-source-filesystem

3.8.0 (2021-06-23)

🧾 Release notes

Chores

3.7.1 (2021-06-10)

Chores

3.7.0 (2021-06-09)

🧾 Release notes

Chores

3.6.0 (2021-05-25)

🧾 Release notes

Note: Version bump only for package gatsby-source-filesystem

3.5.0 (2021-05-12)

🧾 Release notes

Note: Version bump only for package gatsby-source-filesystem

3.4.0 (2021-04-28)

🧾 Release notes

Note: Version bump only for package gatsby-source-filesystem

3.3.0 (2021-04-14)

🧾 Release notes

Note: Version bump only for package gatsby-source-filesystem

3.2.0 (2021-03-30)

🧾 Release notes

Note: Version bump only for package gatsby-source-filesystem

3.1.0 (2021-03-16)

🧾 Release notes

Chores

Other Changes

  • clarify env variable prefix in gatsby-source-filesystem docs fix #30013 (3249ed2)

3.0.0 (2021-03-02)

🧾 Release notes

Features

Other Changes

2.11.1 (2021-02-24)

Note: Version bump only for package gatsby-source-filesystem

2.11.0 (2021-02-02)

🧾 Release notes

Note: Version bump only for package gatsby-source-filesystem

2.10.0 (2021-01-20)

🧾 Release notes

Bug Fixes

Chores

2.9.1 (2021-01-16)

Bug Fixes

Other Changes

  • Revert "fix(gatsby-source-filesystem): fix broken stream with gzipped files (#28913)" fix #28913 (7e9ee09)

2.9.0 (2021-01-06)

🧾 Release notes

Bug Fixes

2.8.1 (2020-12-23)

Note: Version bump only for package gatsby-source-filesystem

2.8.0 (2020-12-15)

🧾 Release notes

Chores

2.7.0 (2020-12-02)

🧾 Release notes

Bug Fixes

2.6.1 (2020-11-23)

Bug Fixes

2.6.0 (2020-11-20)

🧾 Release notes

Bug Fixes

Chores

2.5.0 (2020-11-12)

🧾 Release notes

Features

Bug Fixes

  • allow regex and functions for ignore option fixes #27848 (253b1af)

2.4.0 (2020-11-02)

Features

2.3.37 (2020-10-27)

Performance Improvements

  • gatsby-source-filesystem: dont JSON parse/stringify the node (#27597) (ffbec4c)

2.3.36 (2020-10-26)

Bug Fixes

  • gatsby-source-filesystem,gatsby-transformer-sharp: Use custom errors (#27576) (752e27a)

2.3.35 (2020-10-16)

Note: Version bump only for package gatsby-source-filesystem

2.3.34 (2020-10-08)

Note: Version bump only for package gatsby-source-filesystem

2.3.33 (2020-10-06)

Note: Version bump only for package gatsby-source-filesystem

2.3.32 (2020-10-01)

Note: Version bump only for package gatsby-source-filesystem

2.3.31 (2020-09-28)

Bug Fixes

  • deps: update minor and patch for gatsby-source-filesystem (#27137) (c369935)

2.3.30 (2020-09-15)

Note: Version bump only for package gatsby-source-filesystem

2.3.29 (2020-09-09)

Note: Version bump only for package gatsby-source-filesystem

2.3.28 (2020-09-07)

Note: Version bump only for package gatsby-source-filesystem

2.3.27 (2020-08-28)

Note: Version bump only for package gatsby-source-filesystem

2.3.26 (2020-08-26)

Note: Version bump only for package gatsby-source-filesystem

2.3.25 (2020-08-24)

Note: Version bump only for package gatsby-source-filesystem

2.3.24 (2020-08-05)

Note: Version bump only for package gatsby-source-filesystem

2.3.23 (2020-07-24)

Features

  • gatsby-source-filesystem: improve wrong url rejection message (#25965) (0380399)

2.3.22 (2020-07-22)

Note: Version bump only for package gatsby-source-filesystem

2.3.21 (2020-07-21)

Note: Version bump only for package gatsby-source-filesystem

2.3.20 (2020-07-17)

Bug Fixes

  • gatsby-source-filesystem: Removes erroneously added retries option (#24899) (63c9cfb)
  • gatsby-source-filesystem: Support creating file nodes for paths containing folders (#25687) (4f8dab3)

Features

  • gatsby-source-filesystem: allow adjusting createRemoteFileNode retry/timeout settings via env vars (#24535) (c08fa4a)

2.3.19 (2020-07-09)

Note: Version bump only for package gatsby-source-filesystem

2.3.18 (2020-07-02)

Note: Version bump only for package gatsby-source-filesystem

2.3.17 (2020-07-02)

Note: Version bump only for package gatsby-source-filesystem

2.3.16 (2020-07-01)

Note: Version bump only for package gatsby-source-filesystem

2.3.15 (2020-07-01)

Note: Version bump only for package gatsby-source-filesystem

2.3.14 (2020-06-24)

Note: Version bump only for package gatsby-source-filesystem

2.3.13 (2020-06-22)

Note: Version bump only for package gatsby-source-filesystem

2.3.12 (2020-06-19)

Bug Fixes

  • gatsby-source-filesystem: Update typings for createRemoteFileNode (#24750) (c9a24f9)

2.3.11 (2020-06-09)

Note: Version bump only for package gatsby-source-filesystem

2.3.10 (2020-06-02)

Note: Version bump only for package gatsby-source-filesystem

2.3.9 (2020-06-02)

Bug Fixes

  • gatsby-source-filesystem: fix extension guessing on warm cache (#24613) (93da8e1)

2.3.8 (2020-05-22)

Note: Version bump only for package gatsby-source-filesystem

2.3.7 (2020-05-20)

Note: Version bump only for package gatsby-source-filesystem

2.3.6 (2020-05-20)

Note: Version bump only for package gatsby-source-filesystem

2.3.5 (2020-05-19)

Note: Version bump only for package gatsby-source-filesystem

2.3.4 (2020-05-18)

Note: Version bump only for package gatsby-source-filesystem

2.3.3 (2020-05-13)

Bug Fixes

  • gatsby-source-filesystem: dereference symlinks when copying files with publicURL (#24025) (95d7737)

2.3.2 (2020-05-13)

Note: Version bump only for package gatsby-source-filesystem

2.3.1 (2020-05-05)

Note: Version bump only for package gatsby-source-filesystem

2.3.0 (2020-04-27)

Note: Version bump only for package gatsby-source-filesystem

2.2.5 (2020-04-24)

Note: Version bump only for package gatsby-source-filesystem

2.2.4 (2020-04-17)

Bug Fixes

2.2.3 (2020-04-16)

Note: Version bump only for package gatsby-source-filesystem

2.2.2 (2020-03-23)

Note: Version bump only for package gatsby-source-filesystem

2.2.1 (2020-03-20)

Note: Version bump only for package gatsby-source-filesystem

2.2.0 (2020-03-20)

Features

2.1.57 (2020-03-18)

Features

2.1.56 (2020-03-16)

Note: Version bump only for package gatsby-source-filesystem

2.1.55 (2020-03-13)

Note: Version bump only for package gatsby-source-filesystem

2.1.54 (2020-03-12)

Note: Version bump only for package gatsby-source-filesystem

2.1.53 (2020-03-11)

Note: Version bump only for package gatsby-source-filesystem

2.1.52 (2020-03-10)

Note: Version bump only for package gatsby-source-filesystem

2.1.51 (2020-03-09)

Note: Version bump only for package gatsby-source-filesystem

2.1.50 (2020-03-06)

Note: Version bump only for package gatsby-source-filesystem

2.1.49 (2020-03-06)

Note: Version bump only for package gatsby-source-filesystem

2.1.48 (2020-02-01)

Bug Fixes

  • gatsby-source-filesystem: Retry stalled remote file downloads (#20843) (536686b)

2.1.47 (2020-01-29)

Note: Version bump only for package gatsby-source-filesystem

2.1.46 (2020-01-09)

Note: Version bump only for package gatsby-source-filesystem

2.1.45 (2020-01-09)

Note: Version bump only for package gatsby-source-filesystem

2.1.44 (2020-01-09)

Note: Version bump only for package gatsby-source-filesystem

2.1.43 (2019-12-20)

Bug Fixes

  • gatsby-source-filesystem: fix add/change text (#20188) (0fda1e6)

2.1.42 (2019-12-10)

Note: Version bump only for package gatsby-source-filesystem

2.1.41 (2019-12-10)

Note: Version bump only for package gatsby-source-filesystem

2.1.40 (2019-12-02)

Note: Version bump only for package gatsby-source-filesystem

2.1.39 (2019-11-26)

Note: Version bump only for package gatsby-source-filesystem

2.1.38 (2019-11-18)

Bug Fixes

  • gatsby: Handle special characters in windows paths (#19600) (9929cf0)

2.1.37 (2019-11-15)

Bug Fixes

2.1.36 (2019-11-10)

Note: Version bump only for package gatsby-source-filesystem

2.1.35 (2019-10-28)

Note: Version bump only for package gatsby-source-filesystem

2.1.34 (2019-10-28)

Bug Fixes

2.1.33 (2019-10-14)

Note: Version bump only for package gatsby-source-filesystem

2.1.32 (2019-10-14)

Note: Version bump only for package gatsby-source-filesystem

2.1.31 (2019-10-09)

Note: Version bump only for package gatsby-source-filesystem

2.1.30 (2019-10-08)

Note: Version bump only for package gatsby-source-filesystem

2.1.29 (2019-10-04)

Bug Fixes

2.1.28 (2019-09-26)

Note: Version bump only for package gatsby-source-filesystem

2.1.27 (2019-09-26)

Note: Version bump only for package gatsby-source-filesystem

2.1.26 (2019-09-20)

Note: Version bump only for package gatsby-source-filesystem

2.1.25 (2019-09-20)

Note: Version bump only for package gatsby-source-filesystem

2.1.24 (2019-09-18)

Note: Version bump only for package gatsby-source-filesystem

2.1.23 (2019-09-18)

Note: Version bump only for package gatsby-source-filesystem

2.1.22 (2019-09-09)

Bug Fixes

  • gatsby-source-filesystem: Queue all operations which happ… (#17404) (ad74957)

2.1.21 (2019-09-04)

Note: Version bump only for package gatsby-source-filesystem

2.1.20 (2019-09-04)

Note: Version bump only for package gatsby-source-filesystem

2.1.19 (2019-09-01)

Bug Fixes

  • update minor updates in packages except react, babel and eslint (#17254) (252d867)

2.1.18 (2019-08-24)

Bug Fixes

  • gatsby-source-filesystem: Use forward slashes on relative… (#17048) (799f657)

2.1.17 (2019-08-24)

Bug Fixes

2.1.16 (2019-08-23)

Bug Fixes

2.1.15 (2019-08-23)

Note: Version bump only for package gatsby-source-filesystem

2.1.14 (2019-08-22)

Note: Version bump only for package gatsby-source-filesystem

2.1.13 (2019-08-22)

Note: Version bump only for package gatsby-source-filesystem

2.1.12 (2019-08-21)

Bug Fixes

2.1.11 (2019-08-21)

Bug Fixes

2.1.10 (2019-08-20)

Note: Version bump only for package gatsby-source-filesystem

2.1.9 (2019-08-06)

Note: Version bump only for package gatsby-source-filesystem

2.1.8 (2019-08-01)

Note: Version bump only for package gatsby-source-filesystem

2.1.7 (2019-07-30)

Bug Fixes

  • gatsby-source-filesystem: Move GraphQL definition for Fil… (#16041) (36eae6b)

2.1.6 (2019-07-22)

Note: Version bump only for package gatsby-source-filesystem

2.1.5 (2019-07-12)

Bug Fixes

2.1.4 (2019-07-11)

Note: Version bump only for package gatsby-source-filesystem

2.1.3 (2019-07-10)

Note: Version bump only for package gatsby-source-filesystem

2.1.2 (2019-07-02)

Bug Fixes

2.1.1 (2019-06-25)

Features

  • gatsby-source-filesystem: add createFileNodeFromBuffer (#14576) (aa21755)

2.1.0 (2019-06-20)

Note: Version bump only for package gatsby-source-filesystem

2.0.43 (2019-06-19)

Bug Fixes

  • fix gatsby-cli dep in source-filesystem & plugin-sharp (#14881) (2594623)

2.0.42 (2019-06-19)

Bug Fixes

  • fix gatsby-cli dep in source-filesystem & plugin-sharp (#14881) (2594623)

2.0.41 (2019-06-18)

Note: Version bump only for package gatsby-source-filesystem

2.0.40 (2019-06-18)

Features

2.0.39 (2019-06-10)

Features

2.0.38 (2019-05-31)

Features

  • gatsby-source-filesystem: add an environment variable to control concurrent queue size (#13110) (90aa247)

2.0.37 (2019-05-20)

Bug Fixes

  • gatsby-source-filesystem: fix unhandled rejection by returning promise chain (#14180) (53c91b5)

2.0.36 (2019-05-16)

Bug Fixes

  • gatsby-source-filesystem: fix createRemoteFileNode ts types (#14086) (e47da77)

2.0.35 (2019-05-15)

Bug Fixes

  • gatsby-source-filesystem: createRemoteFileNode rejects promise instead resolving on failure (#12348) (c2c5cea)

2.0.34 (2019-05-14)

Features

  • gatsby: allow awaiting API run triggered by createNode action (#12748) (17a67a5)

2.0.33 (2019-04-30)

Note: Version bump only for package gatsby-source-filesystem

2.0.32 (2019-04-24)

Bug Fixes

2.0.31 (2019-04-23)

Note: Version bump only for package gatsby-source-filesystem

2.0.30 (2019-04-23)

Note: Version bump only for package gatsby-source-filesystem

2.0.29 (2019-04-08)

Features

  • createRemoteFileNode: allow passing headers to request (#11682) (7a8e41a)

2.0.28 (2019-03-22)

Bug Fixes

2.0.27 (2019-03-15)

Note: Version bump only for package gatsby-source-filesystem

2.0.26 (2019-03-14)

Features

2.0.25 (2019-03-13)

Note: Version bump only for package gatsby-source-filesystem

2.0.24 (2019-03-11)

Note: Version bump only for package gatsby-source-filesystem

2.0.23 (2019-02-25)

Bug Fixes

  • gatsby-source-filesystem: Do not re-download cached files from createRemoteFileNode (#12054) (a358239)

2.0.22 (2019-02-22)

Note: Version bump only for package gatsby-source-filesystem

2.0.21 (2019-02-20)

Bug Fixes

  • gatsby-source-filesystem: Let plugins set parent when creating File nodes with createRemoteFileNode (#11795) (5a3c1fc)

2.0.20 (2019-02-01)

Note: Version bump only for package gatsby-source-filesystem

2.0.19 (2019-01-31)

Bug Fixes

  • gatsby-source-filesystem: report when downloading fails (#10980) (eff2cf4)

2.0.18 (2019-01-28)

Note: Version bump only for package gatsby-source-filesystem

2.0.17 (2019-01-23)

Features

2.0.16 (2019-01-11)

Note: Version bump only for package gatsby-source-filesystem

2.0.14 (2019-01-11)

Note: Version bump only for package gatsby-source-filesystem

2.0.13 (2019-01-08)

Note: Version bump only for package gatsby-source-filesystem

2.0.12 (2018-12-11)

Features

  • gatsby-source-filesystem: keep original name of remote files (#9777) (dfc069d)

2.0.11 (2018-12-06)

Bug Fixes

  • gatsby-source-filesystem: allow empty password for basic auth in createRemoteFileNode (#10280) (1d4e057)

2.0.10 (2018-11-29)

Note: Version bump only for package gatsby-source-filesystem

2.0.9 (2018-11-26)

Bug Fixes

  • gatsby-plugin-filesystem: throw meaningful errors on bad inputs (#10123) (21ebf2c), closes #6643

2.0.8 (2018-11-08)

Note: Version bump only for package gatsby-source-filesystem

2.0.7 (2018-11-01)

Note: Version bump only for package gatsby-source-filesystem

2.0.6 (2018-10-29)

Note: Version bump only for package gatsby-source-filesystem

2.0.5 (2018-10-19)

Note: Version bump only for package gatsby-source-filesystem

2.0.4 (2018-10-15)

Bug Fixes

  • first parse url and then path to retrieve extension (#9011) (eb7648c)

2.0.3 (2018-10-09)

Bug Fixes

  • more work to prevent queries from running when there's in-progress node processing (#8859) (00eeef0)

2.0.2 (2018-10-05)

Note: Version bump only for package gatsby-source-filesystem

2.0.1 (2018-09-17)

Note: Version bump only for package gatsby-source-filesystem

2.0.1-rc.6 (2018-09-11)

Note: Version bump only for package gatsby-source-filesystem

2.0.1-rc.5 (2018-09-11)

Note: Version bump only for package gatsby-source-filesystem

2.0.1-rc.4 (2018-09-11)

Note: Version bump only for package gatsby-source-filesystem

2.0.1-rc.3 (2018-09-11)

Features

  • gatsby-source-filesystem: Added an 'ignore' property to the options to ignore more files. (#8016) (3f67a2f)

2.0.1-rc.2 (2018-09-07)

Bug Fixes

2.0.1-rc.1 (2018-08-29)

Note: Version bump only for package gatsby-source-filesystem

2.0.1-rc.0 (2018-08-21)

Note: Version bump only for package gatsby-source-filesystem

2.0.1-beta.11 (2018-08-21)

Note: Version bump only for package gatsby-source-filesystem

2.0.1-beta.10 (2018-07-24)

Note: Version bump only for package gatsby-source-filesystem

2.0.1-beta.9 (2018-07-21)

Note: Version bump only for package gatsby-source-filesystem

2.0.1-beta.8 (2018-07-19)

Note: Version bump only for package gatsby-source-filesystem

2.0.1-beta.7 (2018-07-19)

Note: Version bump only for package gatsby-source-filesystem

2.0.1-beta.6 (2018-07-18)

Note: Version bump only for package gatsby-source-filesystem

2.0.1-beta.5 (2018-07-14)

Note: Version bump only for package gatsby-source-filesystem

2.0.1-beta.4 (2018-07-13)

Note: Version bump only for package gatsby-source-filesystem

2.0.1-beta.3 (2018-06-21)

Note: Version bump only for package gatsby-source-filesystem

2.0.1-beta.2 (2018-06-20)

Note: Version bump only for package gatsby-source-filesystem

2.0.1-beta.1 (2018-06-17)

Note: Version bump only for package gatsby-source-filesystem

2.0.1-beta.0 (2018-06-17)

Note: Version bump only for package gatsby-source-filesystem