contentful / contentful-export

This tool allows you to export a Contentful space to a JSON dump
MIT License
163 stars 74 forks source link

feat: use http proxy options while downloading assets #1927

Closed t-col closed 2 hours ago

t-col commented 22 hours ago

Previously we would ignore any custom configuration of http/https proxy settings while making requests in the asset download lifecycle. We're fixing this by replacing raw fetch calls with requests made by a custom axios instance that gets all of the relevant proxy settings that we use the CMA and CDA.

Also adds a no-emit tsconfig to help us write code safely.

contentful-automation[bot] commented 2 hours ago

:tada: This PR is included in version 7.21.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: