Skip to content

Remove unused Client::setResponseFactory()#9

Merged
loevgaard merged 1 commit into
masterfrom
chore/remove-set-response-factory
Jun 15, 2026
Merged

Remove unused Client::setResponseFactory()#9
loevgaard merged 1 commit into
masterfrom
chore/remove-set-response-factory

Conversation

@loevgaard

Copy link
Copy Markdown
Member

Removes Client::setResponseFactory() entirely.

The client never creates responses (it only reads the HTTP client's response), so the response factory was never used — even before the 1.0.0 work the setter stored a value nothing ever read. Rather than keep it as a @deprecated no-op, it's removed outright as part of the 1.0.0 major release.

⚠️ The Backwards Compatibility Check will report this as a break — that is expected and intended for the major version bump.

The client never creates responses, so the response factory was never used.
Removed outright (rather than kept as a deprecated no-op) as part of the 1.0.0
major release.
@loevgaard loevgaard merged commit 7d2cb06 into master Jun 15, 2026
27 of 28 checks passed
@loevgaard loevgaard deleted the chore/remove-set-response-factory branch June 15, 2026 09:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant