Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions .changeset/neat-hounds-bathe.md

This file was deleted.

11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# ffetch

## 5.5.0

### Minor Changes

- f3be91f: Fixed
- dedupePlugin: each deduplicated caller now receives an independent Response clone, preventing "body already used" errors when multiple concurrent callers consume the response body

Documentation
- deduplication: explained response cloning behaviour and auth header considerations for custom hashFn
- advanced: clarified that timeout acts as total duration cap including retry wait periods

## 5.4.9 – 5.4.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fetchkit/ffetch",
"version": "5.4.13",
"version": "5.5.0",
"description": "Fetch wrapper with configurable timeouts, retries, and TypeScript-first DX",
"keywords": [
"fetch",
Expand Down
Loading