Skip to content

[pull] master from apify:master#217

Merged
pull[bot] merged 2 commits into
code:masterfrom
apify:master
Jun 22, 2026
Merged

[pull] master from apify:master#217
pull[bot] merged 2 commits into
code:masterfrom
apify:master

Conversation

@pull

@pull pull Bot commented Jun 22, 2026

Copy link
Copy Markdown

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

renovate Bot and others added 2 commits June 22, 2026 03:54
…nt reuse (#3771)

`ImpitHttpClient` always reused cached `Impit` instances, which might be
undesirable, as described in #3769. This change introduces an explicit
cache toggle so callers can opt out of client reuse.

Adds `cacheClients?: boolean` to `ImpitHttpClient` constructor options
(default: `true`), with JSDoc on the new option.

```ts
const httpClient = new ImpitHttpClient({
  cacheClients: false,
  // other impit options...
});
```

Fixes #3769
@pull pull Bot locked and limited conversation to collaborators Jun 22, 2026
@pull pull Bot added the ⤵️ pull label Jun 22, 2026
@pull pull Bot merged commit af9cb8c into code:master Jun 22, 2026
@pull pull Bot had a problem deploying to github-pages June 22, 2026 11:45 Failure
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant