monix/monix-bio

update monix to 3.3.0

ngbinh opened this issue · 4 comments

I don't think monix bio 1.0.0 is binary compatible with monix 3.3.0 and it prevents us from upgrading monix.

Thanks

Do you see any errors?

monix-bio depends on some internals that has changed so maybe that' the cause of the problem, I will try to prevent such situations in the future.

I plan to work on a new release in the weekend and release shortly after, we have already merged stack traces for IO[E, A] so it's not much left to do

Yes, there is a missing symbol somewhere in monix stack traces. I saw that last week in our big code base CI at work. Will wait for the new release then.

I've released 1.1.0, the issue should disappear: https://github.com/monix/monix-bio/releases/tag/v1.1.0

Sorry for the unpleasant surprise, I won't miss it again

thanks a lot!