-
Notifications
You must be signed in to change notification settings - Fork 13
Cats Effect 3 support #88
Comments
Hi @TimWSpence! I think that's a great idea! But unfortunately, I'll be busy till the mid of May. If you would like to contribute to this project then go ahead, I will appreciate any help from you! |
No worries @VladKopanev! No guarantees but I'll do my best to find some time :) |
Just noting for the sake of tracking that there is a dependency on cb372/cats-retry#305 being released |
I think they just merged the support for CE 3, but it's not yet released. I don't see new releases in maven-central. Let's hope it's gonna be released soon then. |
cats-retry 3.0.0 with support for CE3 has been released! 🎉 I'm also interested in having a CE3 compatible cats-saga release :) |
@andreamarcolin great! Thanks for the heads-up! I started migrating the code now, I will need some time because there are changes in Fibers semantics and we have not so trivial code for parallel Sagas, but I'm working on it. |
@TimWSpence @andreamarcolin cats-effect 3 support was merged into main 🍾 🥳 . But before I create a new major release I want to make more improvements to library design and expand on SagaInterpreter thing, so it would be easy to create custom interpreters and we will also see Scala 3 support. Not gonna close this task until the release is done though, so please stay tuned. |
Hey @VladKopanev! Did #105 closed #102 this or are you planning to add anything else before 1.x.x? Thanks! |
Hi @andreamarcolin I understand your concern here, I will try to schedule some time this month to produce a CE3 compatible release then so you won't need to wait until cats-retry is bumped |
Hey folks, good news, I've finally released version 1.0.0-RC1 which includes CE-3 support! Please try it out and let me know if you have any issues. Thank you for your support and patience 🙏 https://search.maven.org/artifact/com.vladkopanev/cats-saga_2.13/1.0.0-RC1/jar |
Hi! Just wondering if you have plans to support cats effect 3? I can attempt to find some time to assist if necessary :)
The text was updated successfully, but these errors were encountered: