Skip to content

api: mark all request methods as deprecated #305

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 19, 2023

Conversation

oleg-jukovec
Copy link
Collaborator

We mark all request methods as deprecated because the logic based on request methods is very difficult to extend. These methods will be removed in a next major version.

The client code should prefer a request object + Do(). We have updated all examples for this purpose.

I didn't forget about (remove if it is not applicable):

Related issues:

Closes #241

@oleg-jukovec oleg-jukovec force-pushed the oleg-jukovec/gh-241-deprecated branch 2 times, most recently from 6e60886 to 1ce37ff Compare June 15, 2023 20:20
We mark all request methods as deprecated because the logic based
on request methods is very difficult to extend. These methods will
be removed in a next major version.

The client code should prefer a request object + Do(). We have updated
all examples for this purpose.

Closes #241
@oleg-jukovec oleg-jukovec force-pushed the oleg-jukovec/gh-241-deprecated branch from 1ce37ff to 09696a3 Compare June 16, 2023 10:25
@oleg-jukovec oleg-jukovec merged commit 337ca73 into master Jun 19, 2023
@oleg-jukovec oleg-jukovec deleted the oleg-jukovec/gh-241-deprecated branch June 19, 2023 18:48
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.

v2: mark all Connector.<Call>/Connector.<Call>Typed/Connector.<Call>Async as deprecated
3 participants