v0.4.1
Breaking Changes
This PR introduces a breaking change in how the gateway is configured.
FILECOIN_GATEWAY
env is removed and is replaced with:
IPFS_GATEWAY
: The infura IPFS API Endpoint (e.g. https://ipfs.infura.io:5001/)IPFS_PROJECT_ID
: The infura ipfs Project IDIPFS_PROJECT_SECRET
: The infura ipfs API Key Secret
Commits
- 6ac9779: Adding v0.4.0 Changelog updates (Aitor)
- f7f8678: Use infura ipfs infrastructure instead of public gateways (Rodolphe Marques) #50
- 7b9d3df: add new envs to ci test workflow (Rodolphe Marques) #50
- 262367d: Merge branch 'main' into fix/filecoin-download (Rodolphe Marques) #50
- c0e48e9: fix download from url (Rodolphe Marques) #50
- 9797a1f: update jest to latest version (Rodolphe Marques) #50
- d48a760: fix jest issue working with axios (Rodolphe Marques) #50
- 0f2504a: fix jest + axios (Rodolphe Marques) #50
- 0c77851: fix axios (Rodolphe Marques) #50
- 3ab2a79: update jest (Rodolphe Marques) #50
- c8c7af5: bump version to 0.4.1 (Rodolphe Marques)