Skip to content

Commit e996500

Browse files
Version Packages
1 parent 76df9c4 commit e996500

3 files changed

Lines changed: 9 additions & 8 deletions

File tree

.changeset/skip-gc-on-pause.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/fetchium/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# fetchium
22

3+
## 0.4.5
4+
5+
### Patch Changes
6+
7+
- 76df9c4: Paused queries no longer schedule garbage collection, so resuming reuses the cached result instead of refetching. Previously a paused query with a low `gcTime` was evicted immediately and recreated on resume, dropping its polling interval. GC still runs on genuine teardown.
8+
9+
This relies on the `isPausing` flag signalium passes to `RelayHooks.deactivate` (see https://github.com/Signalium/signalium/pull/242), so the `signalium` peer requirement is now `>=3.0.3` (was `>=3.0.1`).
10+
311
## 0.4.4
412

513
### Patch Changes

packages/fetchium/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fetchium",
3-
"version": "0.4.4",
3+
"version": "0.4.5",
44
"type": "module",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)