-
Notifications
You must be signed in to change notification settings - Fork 45
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
v3.0 release #287
Comments
A release supporting Scala 3 and CE2 would also be very useful. |
Just remembered we have some deprecated methods in the API (e.g. |
v3.0.0 was released! It includes the upgrade to CE3 but not cross-building for Scala 3. We didn't delete those deprecated methods, but never mind. I'll close this issue. We still need to cross-build for Scala 3. We have a couple of PRs we can use as a reference for that:
|
This issue is to track work towards a v3.0 release of cats-retry.
I'd like to see:
isWorthRetrying
(and otherA -> Bool
functions) should allow for effects (A -> M[Bool]
) #283 (make all predicates effectful)Nice to have:
Any other breaking changes people want to suggest, now's your chance. Bring out your dead!
The text was updated successfully, but these errors were encountered: