Skip to content
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

Remove recoverWith operators that were deprecated in #1435 #1635

Merged
merged 1 commit into from
Jun 23, 2021

Conversation

idelpivnitskiy
Copy link
Member

@idelpivnitskiy idelpivnitskiy commented Jun 21, 2021

Motivation:

recoverWith operators for Publisher and Single were deprecated in
#1435 and can be removed now.

Modifications:

  • Remove Publisher#recoverWith;
  • Remove Single#recoverWith;

Result:

No deprecated operators on Publisher and Single API.

Motivation:

`recoverWith` operators for `Publisher` and `Single` were deprecated in
apple#1435 and can be removed now.

Modifications:

- Remove `Publisher#recoverWith`

Result:

No deprecated operators on `Publisher` and `Single` API.
@idelpivnitskiy idelpivnitskiy added the breaking-change PR with breaking changes, removed APIs or other binary incompatibilities. label Jun 21, 2021
@idelpivnitskiy idelpivnitskiy requested a review from tkountis June 21, 2021 22:26
@idelpivnitskiy idelpivnitskiy merged commit decf81d into apple:main Jun 23, 2021
@idelpivnitskiy idelpivnitskiy deleted the recoverWith branch June 23, 2021 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking-change PR with breaking changes, removed APIs or other binary incompatibilities.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants