Skip to content

Commit

Permalink
Changelog and docs for #1549
Browse files Browse the repository at this point in the history
  • Loading branch information
angrybrad committed Nov 27, 2024
1 parent 7db4ab9 commit 89d0a96
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release Notes for Feed Me

## Unreleased

- Added the `assetDownloadGuzzle` config setting which defaults to `false`. When it is set to `true`, Feed Me will use Guzzle to download assets instead curl directly. ([#1549](https://github.com/craftcms/feed-me/pull/1549))

## 5.8.2 - 2024-10-15

- When duplicating a feed, a new passkey is generated instead of using the passkey on the original feed. ([#1534](https://github.com/craftcms/feed-me/pull/1534))
Expand Down
1 change: 1 addition & 0 deletions docs/get-started/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ return [
- `queueTtr` — Set the 'time to reserve' time in seconds, to prevent the job being cancelled after 300 seconds (default).
- `queueMaxRetry` — Set the maximum amount of retries the queue job should have before failing.
- `assetDownloadCurl` — Use curl to download assets from a remote source. Can be used when issues arise using the default implementation.
- `assetDownloadGuzzle` — Use Guzzle to download assets from a remote source. Can be used when issues arise using the default implementation.
- `feedOptions` — Provide an array of any of the above options (or [feed settings](../feature-tour/feed-overview.md)) to set or override for specific feeds, keyed by their existing feed IDs. _Note that feed IDs may be different across environments!_

#### Example `requestOptions`
Expand Down

0 comments on commit 89d0a96

Please sign in to comment.